Adding Client Tags to Mobile SDK Integrations
For Reporting Purposes
Example
<EngineSdk
bearer="{your_token}"
primaryColor=”#11aa34”
secondaryColor=”#444444”
prefilledData={ any data you don't want to ask for again }
"clientTags": {
"clientId": ["client1"],
"trafficsource": ["email"],
"campaignId": ["campaign1"]
}
{ ...optional Event Handlers, please see Event Handler section }
/>Supported Client Tag Keys
Last updated
Was this helpful?