Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
The Report Status Service is used to determine whether a report has been run and is ready for download.
REST API
| HTTP Method | Endpoint | Description |
|---|---|---|
GET |
https://api.appnexus.com/report-status | View the status of all reports. |
GET |
https://api.appnexus.com/report-status?report_type=network_analytics,advertiser_analytics | View the status of specific reports using a filter. |
JSON fields
| Field | Type | Description |
|---|---|---|
max_hour_closed |
Timestamp | The time (in UTC) at which the data pipeline finished processing this report's data. |
max_hour_closed_conversion |
Timestamp | Deprecated. Conversion data is now processed with other report data, instead of being delayed. |
Example
An example call to the report
$ curl -b cookies "https://api.appnexus.com/report-status"
{
"response": {
"reports": {
"segment_load": "",
"inventory_segment_daily_uniques": "",
"inventory_domain_analytics": "",
"inventory_source_segment_daily_uniques": "",
"inventory_source_daily_uniques": "",
"inventory_source_domain_analytics": "",
"inventory_source_analytics": "",
"marketer_analytics": "",
"marketer_billing": {
"max_hour_closed": "2012-12-03 15:00:00"
},
"analytics": "",
"network_carrier_analytics": "",
"network_device_analytics": "",
"network_analytics_test2": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"seller_site_domain": "",
"ttui_seller_platform_billing": "",
"network_advertiser_analytics_larry": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"site_domain_daily_uniques": "",
"clicktrackers": "",
"network_analytics_feed_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"advertiser_frequency_recency": "",
"network_advertiser_frequency_recency": "",
"pixel_fired": "",
"network_site_domain_performance": "",
"attributed_conversions": "",
"network_analytics_feed": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"network_billing": {
"max_hour_closed": "2012-12-03 15:00:00"
},
"advertiser_analytics_daily": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"site_domain_performance": "",
"content_category_volume": {
"max_hour_closed": "na"
},
"bidder_platform_buyer": "",
"publisher_analytics": "",
"network_publisher_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"seller_platform_billing": "",
"platform_seller": "",
"platform_buyer": "",
"buyer_platform_billing": "",
"opt_dash_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"inventory_daily_uniques": "",
"network_advertiser_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"advertiser_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"network_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"seller_monetization": {
"max_hour_closed": "2014-04-15 00:00:00"
}
},
"status": "OK"
}
}