v1

latestOpenAPI 3.1.02026-07-2414059.5 KB

/reporting/users/touchpoints

get/reporting/users/touchpoints

Query parameters

user_idstring required
game_idinteger required

Headers

Authorizationstring required

This should be an API Key with the GDPR scope

X-Api-Versionstring

Response

200

Example response

{
  "clicks": [
    {
      "id": "1eaee192381a6aeea093784f4352ffcc",
      "game_id": 1,
      "team_id": 1,
      "network": "network",
      "campaign": "campaign",
      "attribution_window": 604800,
      "click_url": "http://localhost/c/campai",
      "destination_url": "http://campaign.com",
      "ip": "46b4ef5d35dfb9729bbb89663741488b436225e7e8c058304d6b469dccae6ff1",
      "session_id": "1eaee192381d6136b6c7784f4352ffcc",
      "unique": true,
      "useragent": "werkzeug/0.15.6",
      "clicked_at": "2020-09-03T19:10:32",
      "country": "ZZ",
      "region": "ZZZ",
      "created_at": "2020-09-03T19:10:32"
    }
  ],
  "impressions": [
    {
      "id": "1eaee1972e946c189865784f4352ffcc",
      "game_id": 1,
      "team_id": 1,
      "network": "network",
      "campaign": "campaign",
      "attribution_window": 86400,
      "impression_url": "http://localhost/i/campai",
      "ip": "46b4ef5d35dfb9729bbb89663741488b436225e7e8c058304d6b469dccae6ff1",
      "session_id": "1eaee196dc476f8c884c784f4352ffcc",
      "unique": true,
      "useragent": "werkzeug/0.15.6",
      "requested_at": "2020-09-03T19:12:45",
      "country": "ZZ",
      "region": "ZZZ",
      "created_at": "2020-09-03T19:12:46"
    }
  ]
}