Skip to main content
GET
/
advertisers
/
reporting
/
clicks
/
{transactionId}
Get Click
curl --request GET \
  --url https://api.eflow.team/v1/advertisers/reporting/clicks/{transactionId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "transaction_id": "<string>",
  "click_unix_timestamp": 123,
  "ip": "<string>",
  "user_agent": "<string>",
  "country": "<string>",
  "country_code": "<string>",
  "region": "<string>",
  "city": "<string>",
  "dma": 123,
  "carrier": "<string>",
  "platform": "<string>",
  "os_version": "<string>",
  "device_type": "<string>",
  "device_model": "<string>",
  "device_make": "<string>",
  "browser": "<string>",
  "language": "<string>",
  "connection_type": "<string>",
  "isp": "<string>",
  "sub1": "<string>",
  "sub2": "<string>",
  "sub3": "<string>",
  "sub4": "<string>",
  "sub5": "<string>",
  "relationship": {
    "offer": {
      "network_offer_id": 123,
      "name": "<string>"
    },
    "affiliate": {
      "network_affiliate_id": 123,
      "name": "<string>"
    }
  }
}

Authorizations

X-Eflow-Api-Key
string
header
required

The advertiser's API key generated from the Advertiser Portal. Uses the same X-Eflow-Api-Key header as other Everflow APIs, but the key belongs to the advertiser user rather than the network admin.

Path Parameters

transactionId
string
required

The click transaction ID.

Response

OK

transaction_id
string

The click transaction ID.

click_unix_timestamp
integer

Unix timestamp of when the click occurred.

ip
string

IP address of the clicking user.

user_agent
string

User agent string.

country
string

Country of the clicking user.

country_code
string

ISO country code.

region
string

Region/state of the clicking user.

city
string

City of the clicking user.

dma
integer

Designated Market Area code.

carrier
string

Mobile carrier name.

platform
string

Operating system platform.

os_version
string

Operating system version.

device_type
string

Device type (e.g. desktop, mobile, tablet).

device_model
string

Device model name.

device_make
string

Device manufacturer.

browser
string

Browser name.

language
string

Browser language.

connection_type
string

Connection type (e.g. wifi, cellular).

isp
string

Internet service provider.

sub1
string

Sub-placement value 1.

sub2
string

Sub-placement value 2.

sub3
string

Sub-placement value 3.

sub4
string

Sub-placement value 4.

sub5
string

Sub-placement value 5.

relationship
object

Related entities for this click.