Skip to main content

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 the web store receives malformed or invalid data in the session or offer configuration, typically due to incorrect formatting or missing required fields. Event Data
timestamp
number
The time when the event occurred. Example: 1632345000
data
object
Details about the event failure.
{ 
  "timestamp": 1632345000, 
  "data": { 
    "requestId": "550e8400-e29b-41d4-a716-446655440000", 
    "playerId": "player_12345", 
    "offerExternalId": "offer_56789", 
    "reason": "{\"error\": \"Invalid property 'price'\"}" 
  } 
}