Newsfeed¶
The Newsfeed is a history of campaigns which each user has ever received. Using those histories, for instance, you can show the contents of push notifications which you have sent to users so far in your app’s notification screen.
Specific Use Case Examples¶
Even if you missed the coupon or secret sale information delivered by message, you can check the information later.
By showing a list of noteworthy articles notified by push notification, it is expected to improve the experience when users return to the service and raise the article circulation rate.
List of Available Channels¶
Push Notification
In-App Message
Web Message
Warning
NewsFeed and Personalization by Liquid cannot be used together.
Enable Newsfeed in Push Notification¶
See Push Notification > Campaign for setting
Enable Newsfeed in In-App Message¶
See In-App Message > Select whether to use the campaign as a newsfeed for setting.
Enable Newsfeed in Web Message¶
See Web Message > Select whether to use the campaign as a newsfeed for setting.
Usage¶
The application needs to be implemented for use. See Development Guide > NewsFeed for details.
You can use NewsFeed API to get news feed. See Development Guide > NewsFeed API for details