Skip to main content
POST
/
networks
/
reporting
/
impressions
/
stream
Get Impressions Report
curl --request POST \
  --url https://api.eflow.team/v1/networks/reporting/impressions/stream \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "from": "2024-01-01 00:00:00",
  "to": "2024-01-14 23:59:59",
  "timezone_id": 67
}
'
[
  {
    "transaction_id": "<string>",
    "unix_timestamp": 123,
    "tracking_url": "<string>",
    "source_id": "<string>",
    "sub1": "<string>",
    "sub2": "<string>",
    "sub3": "<string>",
    "sub4": "<string>",
    "sub5": "<string>",
    "user_ip": "<string>",
    "referer": "<string>",
    "currency_id": "<string>",
    "relationship": {
      "offer": {
        "network_offer_id": 123,
        "name": "<string>"
      },
      "affiliate": {
        "network_affiliate_id": 123,
        "name": "<string>"
      },
      "advertiser": {
        "network_advertiser_id": 123,
        "name": "<string>"
      },
      "geolocation": {
        "country_code": "<string>",
        "region_name": "<string>",
        "city_name": "<string>"
      },
      "device_information": {
        "platform_name": "<string>",
        "browser_name": "<string>",
        "device_type": "<string>"
      }
    }
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
from
string
required

Start date in YYYY-MM-DD HH:MM:SS format.

to
string
required

End date in YYYY-MM-DD HH:MM:SS format.

timezone_id
integer
required

Timezone identifier.

query
object

Response

200 - application/json

OK

transaction_id
string
unix_timestamp
integer
tracking_url
string
source_id
string
sub1
string
sub2
string
sub3
string
sub4
string
sub5
string
user_ip
string
referer
string
currency_id
string
relationship
object