curl -X POST \
'https://api.appcharge.com/store/v1/personalization/refresh-active-players' \
-H 'Content-Type: application/json' \
-H 'x-publisher-token: <x-publisher-token>'
{
"message": "Event triggered for publisher 6422d554acc1a482bac4698e7"
}
Web Store Personalization
Trigger Web Store Personalization
Triggers the Personalize Web Store Callback for all players.
When refreshing data for all active players, Appcharge identifies everyone currently browsing the web store, and updates their store view in real time.
POST
/
refresh-active-players
curl -X POST \
'https://api.appcharge.com/store/v1/personalization/refresh-active-players' \
-H 'Content-Type: application/json' \
-H 'x-publisher-token: <x-publisher-token>'
{
"message": "Event triggered for publisher 6422d554acc1a482bac4698e7"
}
curl -X POST \
'https://api.appcharge.com/store/v1/personalization/refresh-active-players' \
-H 'Content-Type: application/json' \
-H 'x-publisher-token: <x-publisher-token>'
{
"message": "Event triggered for publisher 6422d554acc1a482bac4698e7"
}
Was this page helpful?
