Get answers to all of your data tag questions
first_name : Jon
and vip_status : gold
favorite_color : red
and dogs_favorite_color : brown
.favorite_color : green
until the first_name
or vip_status
tag is removed or your plan is upgraded.
If you need more data tags, contact our sales team to discuss more options.
addEmail/addSms
methods to create a subscription (we recommend calling the login
method to associate the subscription with a user).
Once the user is created, the tags will automatically be sent to our server as long as the page session is the same (the user has not navigated to another page).
If the user leaves the page before the tags are set, they will not get the tags. Use the getTags
method to check if the tags are set or call the addTags
method again.
Clearing browser cache
When web subscribers clear their browser data it destroys the subscription data stored on the browser. OneSignal provides a feature to automatically resubscribe the user upon returning to the site, but this will not add the tags back unless either:
login
method is called which will associate the new subscription with the existing user and their tags.