Skip to main content
POST
/
networks
/
reporting
/
invalidclicks
Get Invalid Clicks Report
curl --request POST \
  --url https://api.eflow.team/v1/networks/reporting/invalidclicks \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "timezone_id": 123,
  "query": {
    "filters": [
      {
        "filter_id_value": "<string>",
        "resource_type": "offer"
      }
    ]
  }
}
'
[
  {
    "transaction_id": "<string>",
    "is_unique": 123,
    "unix_timestamp": 123,
    "tracking_url": "<string>",
    "source_id": "<string>",
    "sub1": "<string>",
    "sub2": "<string>",
    "sub3": "<string>",
    "sub4": "<string>",
    "sub5": "<string>",
    "payout": 123,
    "revenue": 123,
    "referer": "<string>",
    "error_code": 123,
    "error_message": "<string>",
    "user_ip": "<string>",
    "is_view_through": true,
    "is_test_mode": true,
    "has_conversion": true,
    "creative_id": 123,
    "currency_id": "<string>",
    "coupon_code": "<string>",
    "idfa": "<string>",
    "google_ad_id": "<string>",
    "android_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>"
      },
      "http_user_agent": "<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
is_unique
integer
unix_timestamp
integer
tracking_url
string
source_id
string
sub1
string
sub2
string
sub3
string
sub4
string
sub5
string
payout
number
revenue
number
referer
string
error_code
integer
error_message
string
user_ip
string
is_view_through
boolean
is_test_mode
boolean
has_conversion
boolean
creative_id
integer
currency_id
string
coupon_code
string
idfa
string
google_ad_id
string
android_id
string
relationship
object