SAREpush
Go to SAREpush Dashboard
Search…
INTRODUCTION
Platform Support
JAVASCRIPT LIBRARY
Installing library on website
Installing library through GTM
Tagging a subscriber using library
Preview subscriber's tags in our platform.
Sending shopping cart events using library
REST API
Introduction
Retrieving a list of websites
Retrieving JS code for specific website
Creating campaign to all subscribers
Creating campaign to particular locations
Creating campaign to particular tags
Creating campaign to particular segments
Sending message to specific subscriber
Sending message to test subscribers
Retrieving a list of segments
Retrieving a list of locations
Retrieving a list of tags
Retrieving a list of subscribers
PLUGINS
Installing WordPress plugin
CAMPAIGNS
Delivery automation
Delivery to audience
Delivery scheduling
Message personalization
Message preview
Message time to live
Images and icons
User management
User Management
Permission table
Product feed
What is XML Product Feed?
Powered By
GitBook
Message personalization
In the following sections describe message personalization.
Notification contents such as message body, title and link can be personalized. They can be substituted with tag values for each user. Read more about tagging:
Tagging a subscriber using library
Basic message personalization
Example message title
1
Hello {{name}}
Copied!
Example message body
1
We have promotion for {{last_visit_product}}
Copied!
Example message url
1
your_shop.p?product_id={{last_visit_product_id}}
Copied!
Personalization example in dashboard
Message personalization with default values
Example message title with default value
1
Hello {{name|default('subscriber!')}}
Copied!
Example message body with default value
1
We have promotion for {{last_visit_product|default('t shirts')}}
Copied!
Example message url with default value
1
your_shop.pl?product_id={{last_visit_product_id|default(99)}}
Copied!
Personalization example with default values in dashboard
Send message to subscriber with tag
It is obvious that not everyone will include tags. In this case, the campaign can be prepared only for subscribers who contain the tag.
Send to particular tags
Previous
Sent recurring
Next - CAMPAIGNS
Message preview
Last modified
2yr ago
Copy link
Contents