Impression
- Type: object
- impression
- annotationsType: object
- channelType: null
_id - channelType: null
_name - cookieType: string
_id - createdType: string
_at - creativeType: null
_name - errorsType: object ยท errors
- offerType: string
_xid - updatedType: string
_at
Examples
{
"impression": {
"id": 0,
"cookie_id": "string",
"offer_xid": "string",
"annotations": {
"str1": 0,
"str2": 0,
"str3": "string",
"str4": true,
"str5": "string"
},
"created_at": "string",
"updated_at": "string",
"channel_id": null,
"channel_name": null,
"creative_name": null,
"errors": {}
}
}