Event level logs
This page describes the format of the raw adserver logs.
Fields
The top level bid request object and accompanying fields are below, followed by each lower level object contained within it.
Field | Type | Description |
---|---|---|
event_name | String; required | The event type |
tag | String; required | The creative ID of the request |
cf_colo | String; required | The three-letter airport code (e.g. ATX, LUX) representing the colocation which processed the request |
cf_asn | Integer; required | The Autonomous System Number (ASN) of the request, e.g. 395747 |
cf_country | String; required | The two-letter country code of origin for the request. This is the same value as that provided in the CF-IPCountry header, e.g. "US" |
cf_city | String; required | City of the incoming request, e.g. “Austin”. |
cf_continent | String; required | Continent of the incoming request, e.g. “NA” |
cf_postal_code | String; required | Postal code of the incoming request, e.g. “78701” |
cf_region | String; optional | If known, the ISO 3166-2 name for the first level region associated with the IP address of the incoming request, e.g. “Texas”. |
cf_region_code | String; optional | If known, the ISO 3166-2 code for the first level region associated with the IP address of the incoming request, e.g. “TX”. |
worker_cf_ray | String; required | The Cf-Ray of the worker that handled the request |
auction_id | String; optional | If present, the replaced auction ID macro provided by the DSP |
cachebuster | String; optional | If present, the replaced cachebuster macro provided by the DSP |
client_ip | String; required | The ip of the request |
timestamp | Integer; required | The timestamp of the request |
date | String; required | The date of the request in the format YYYY-MM-DD |