Documentation Index Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
An event triggered when a new Progress Bar mission starts and is revealed to the player.
Event Data
Event name: webstore.offers.progress_bar.mission.started
Event timestamp in Epoch time , represented in milliseconds. Example: 1754307361396.
The session ID of the player’s current session. Example: 345397c6-d963-4aa4-a0ba-2aaca6c3ee05.
ID assigned by Appcharge to each request sent to the publisher. Helps the publisher identify and debug failed requests.
A key-value map used to label events for tracking personas or tests. Example: { "persona":"non_payer", "blackFridayTest":"Base_group" }
Information about the player. Currently null. Reserved for the player’s name in future versions.
Information about the player’s geolocation. IP address in IPv4 format. Example: 80.178.249.122.
UTM data. Source of the traffic. This is where the player came from before reaching the store. Example: Google.
Marketing channel used to bring in the traffic. Example: email.
Identifies the marketing campaign associated with the traffic. Example: black_friday.
Paid search keyword or term that generated the traffic. Example: buy+coins.
A label that identifies which version of content a player clicked to reach the web store. Useful for A/B testing and analyzing performance of different ad or link variations within the same campaign. Example: summer_sale_ad1
Information about the Progress Bar. Progress Bar external ID.
Number of points the player has earned so far in the current mission.
List of products in the Progress Bar. Total number of points required to complete the current mission.
Session metadata for passing data to Appcharge to be returned later.
{
"eventName" : "webstore.offers.progress_bar.mission.started" ,
"eventId" : "3f5bffbc-369e-4599-8c4d-abfe0ae0ef96" ,
"timestamp" : 1754307361396 ,
"sessionId" : "345397c6-d963-4aa4-a0ba-2aaca6c3ee05" ,
"requestId" : "23539478-c744-566a-c78c-c4cc7763ff62" ,
"attributes" : {
"persona" : "non_payer" ,
"blackFridayTest" : "Base_group"
},
"customer" : {
"id" : "671e81bb-55ef-428b-97ba-f67783971e0d" ,
"email" : "john.doe@gmail.com" ,
"name" : "John Doe"
},
"geolocation" : {
"countryCode2" : "US" ,
"region" : "Florida" ,
"ipAddress" : "192.168.1.1." ,
"zipCode" : "34997"
},
"utm" : {
"utmSource" : "google" ,
"utmMedium" : "cpc" ,
"utmCampaign" : "spring_sale" ,
"utmTerm" : "buy+coins" ,
"utmContent" : "ad1"
},
"progressBar" : {
"progressBarExternalId" : "my-progress-bar-1" ,
"missionIndex" : 2 ,
"points" : 100 ,
"products" : [
{
"productExternalId" : "treasure-12" ,
"productQuantity" : "200"
}
],
"pointsTarget" : 500
},
"sessionMetadata" : { "abTest" : "group1" , "locale" : "en-US" }
}