Methods
(static) syncIdentifiers(identifiers, callback)
Along with the Marketing Cloud visitor ID, you can set additional customer
IDs to associate with each visitor. The Visitor API accepts multiple Customer IDs for the
same visitor, along with a customer type identifier to separate the scope of the different
customer IDs. This method corresponds to setCustomerIDs in the JavaScript library.
Parameters:
Name | Type | Description |
---|---|---|
identifiers |
object | Identifiers. |
callback |
ADBMobile.visitor~midCallback | Optional callback. |
(static) getMarketingCloudID(callback)
Retrieves the Marketing Cloud visitor ID from the visitor ID service.
Parameters:
Name | Type | Description |
---|---|---|
callback |
ADBMobile.visitor~midCallback | Optional callback. |
Type Definitions
midCallback(mid)
MID Callback.
Parameters:
Name | Type | Description |
---|---|---|
mid |
string | MID Value |