Learn how to send events using the Unify Intent Client.
www.yoursite.com
and then logs into your production web application at app.yoursite.com
, the activity in both
places will be attributed to the same person.page
method.
There are two ways to collect page data with the Unify intent client:
page
methodautoPage
configuration option
when instantiating the client. See Configuration below for more details.
startAutoPage
and stopAutoPage
methods on the client:
page
method on the client. This is useful
when you do not want to trigger page events for every page.
identify
methodautoIdentify
configuration option when instantiating the client. See Configuration
below for more details.
In either case, this behavior can be enabled or disabled programmatically via the startAutoIdentify
and stopAutoIdentify
methods on the client: