Data Tags
Tags are custom key-value pairs of string, number, boolean or null type, that can be sent to our server through the SDK methods and that allow you a more effective campaigns targeting, or to receive personalized analysis based on the characteristics of your users.
Tags can be set or unset (with a null value) using the following methods: sendTag The sendTags.
SendTag
SendTag method allows to set or unset a single tag at a time. The methods can be called multiple times. When sending different keys, its effects are cumulative.
If the same key is used, the last value overwrites the previous ones.
Send Tags
The sendTags method allows to set or unset multiple tags at a time. The method can be called multiple times. When sending different keys, its effects are cumulative. If the same key is used, the last value overwrites the previous ones.
Last updated
Was this helpful?