Identify and troubleshoot errors related to Player Info Sync providing details on impacted orders for quick resolution.
invalid_property_error
timestamp
Number
Timestamp of the event.
Example
1632345000
data
Object
Details about the event failure.
Data Details
requestId
String
A unique identifier (UUID v4) for the request.
Example
550e8400-e29b-41d4-a716-446655440000
playerId
String
The player ID returned during authentication.
Example
player_12345
offerExternalId
String (Optional)
The publisher offer ID, if applicable.
Example
offer_56789
reason
String
The reason for the error in JSON stringified format.
Example
{"error": "Invalid property 'price'"}
Example Payload
Here is an example of what the payload might look like:
{
"timestamp": 1632345000,
"data": {
"requestId": "550e8400-e29b-41d4-a716-446655440000",
"playerId": "player_12345",
"offerExternalId": "offer_56789",
"reason": "{\"error\": \"Invalid property 'price'\"}"
}
}