Impression

  • Type: object
    • impression
      • annotations
        Type: object
      • channel_id
        Type: null
      • channel_name
        Type: null
      • cookie_id
        Type: string
      • created_at
        Type: string
      • creative_name
        Type: null
      • errors
        Type: object ยท errors
      • offer_xid
        Type: string
      • updated_at
        Type: string
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": {}
  }
}