A report containing aggregate stats for an advertiser.
Name | Type | Description |
---|---|---|
Browser.display_name | Nullable String | Name of the web browser This parameter is non-writable |
Browser.id | Integer | ID of the web browser. Defaults to "0" if the browser can't be identified. For more information, reference our list of browser ID codes in the Network API documentation. This parameter is non-writable |
Category.id | Integer | ID of offer category; including this field can cause duplicate rows if an offer belongs to more than one category This parameter is non-writable |
Category.name | String | Name of offer category; including this field can cause duplicate rows if an offer belongs to more than one category This parameter is non-writable |
Country.name | Nullable String | Name of the country This parameter is non-writable |
Goal.name | String | Name of the goal; returns the string "Default" for unnamed default goals This parameter is non-writable |
Offer.name | Nullable String | Name of the offer This parameter is non-writable |
OfferFile.display | Nullable String | Display name of the OfferFile This parameter is non-writable |
OfferUrl.name | Nullable String | Name of the offer URL This parameter is non-writable |
OfferUrl.preview_url | Nullable String | Preview link for the offer URL This parameter is non-writable |
Stat.affiliate_id | Integer | ID of affiliate |
Stat.browser_id | Integer | ID of the web browser. Defaults to "0" if the browser can't be identified. For more information, reference our list of browser ID codes in the Network API documentation. This parameter is non-writable |
Stat.clicks | Integer | Aggregate field counting the number of clicks This parameter is non-writable |
Stat.conversions | Nullable Integer | Aggregate field counting the number of conversions This parameter is non-writable |
Stat.cost | Decimal | Total cost (to be received by network) This parameter is non-writable |
Stat.count | Integer | Aggregate field counting the number of matching rows This parameter is non-writable |
Stat.cr | Decimal | Conversion rate: (Conversions / Clicks). If the network has the "track_uniques" preference enabled, this is instead (Conversions / Unique clicks). This parameter is non-writable |
Stat.date | Date | Date (YYYY-MM-DD) the event took place This parameter is non-writable |
Stat.device_os | Nullable String | OS of the device; limits response data to last 6 months (184 days) if included This parameter is non-writable |
Stat.device_os_version | String | OS Version of the device; limits response data to last 6 months (184 days) if included This parameter is non-writable |
Stat.goal_id | Integer | ID of goal; defaults to "0" if none is set This parameter is non-writable |
Stat.gross_clicks | Integer | Sum of gross clicks; only available if the network has the Click Display setting set to "Both". |
Stat.hour | Integer | Hour (0 to 23) the events took place This parameter is non-writable |
Stat.impressions | Integer | Sum of impressions This parameter is non-writable |
Stat.month | Integer | Month (1 to 12) the events took place This parameter is non-writable |
Stat.offer_file_id | Integer | ID of OfferFile object; defaults to "0" if none is set This parameter is non-writable |
Stat.offer_id | Integer | ID of the offer This parameter is non-writable |
Stat.offer_url_id | Integer | ID of offer URL object; defaults to "0" if none is set This parameter is non-writable |
Stat.total_sales | Decimal | Total sales amount This parameter is non-writable |
Stat.unique_clicks | Integer | Sum of unique clicks; only available if the network has the Click Display setting set to "Both". This parameter is non-writable |
Stat.week | Integer | Week the events took place, appended to the year of the event. Range is 1 to 53, where week 1 is the first week with four (4) or more days. Weeks begin on Monday. This parameter is non-writable |
Stat.year | Integer | Year (YYYY) the events took place This parameter is non-writable |