The web token for your application.
OptionalautoWhether to automatically start event tracking when the SDK is initialized.
If set to true, the SDK will automatically start event tracking when the SDK is initialized.
If set to false, you need to call the airbridge.startTracking method manually to start event tracking.
OptionalcollectWhether to collect the Moloco cookie ID.
If set to true, the SDK will collect the Moloco cookie ID.
If set to false, the SDK will not collect the Moloco cookie ID.
OptionalcookieThe window time in days for the cookie expiration.
OptionalcookieThe window time in minutes for the cookie expiration.
If set, this will override the InitializeOptions.cookieWindow option.
OptionaldefaultThe default channel name for the attribution.
OptionaldefaultThe default attribution parameters.
OptionalforceWhether to use the first-party cookie ID instead of the third-party cookie ID for the attribution.
If set to true, the SDK will use the first-party cookie ID for the attribution.
If set to false, the SDK will use the third-party cookie ID for the attribution.
Optional ExperimentaloverwriteWhether to overwrite the existing instance of the SDK.
If set to true, the SDK will re-initialize the global instance
by replacing the existing instance with the new instance.
OptionalprotectedThe window time in minutes for the protected attribution window.
This option will be ignored if InitializeOptions.useProtectedAttributionWindow is false.
OptionalsessionThe session timeout in milliseconds.
OptionalshareWhether to save the cookie in the subdomain.
If set to true, the SDK will save the cookie in the subdomain.
If set to false, the SDK will save the cookie in the root domain if localStorage is not available.
OptionalurlSets the mapping for the URL query parameters.
This option will be ignored if InitializeOptions.utmParsing is false.
OptionaluseWhether to use the protected attribution window.
If set to true, the SDK will parse the UTM parameters from the URL.
OptionaluserSets the user object for the attribution.
OptionaluserWhether to hash the user email and phone number.
If set to true, the SDK will hash the user email and phone number when sending the event.
OptionaluseOptionalutmSets the mapping for the UTM parameters.
OptionalutmWhether to parse the UTM parameters from the URL.
If set to true, the SDK will parse the UTM parameters from the URL.
The name of your application.