レポートの状態サービス
- [アーティクル]
-
-
レポートステータスサービスは、レポートが実行され、ダウンロードの準備ができているかどうかを判断するために使用されます。
REST API
JSON フィールド
フィールド |
種類 |
説明 |
max_hour_closed |
Timestamp |
データ パイプラインがこのレポートのデータの処理を完了した時刻 (UTC)。 |
max_hour_closed_conversion |
Timestamp |
非推奨。 変換データは、遅延されるのではなく、他のレポート データで処理されるようになりました。 |
例
レポートの呼び出しの例
$ 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_performance_backup": "",
"site_domain_daily_uniques": "",
"clicktrackers": "",
"network_analytics_feed_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"advertiser_analytics_daily_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"publisher_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"network_publisher_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"admin_buyer_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"admin_seller_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"opt_dash_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"network_advertiser_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"advertiser_analytics_test": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"network_analytics_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"
},
"admin_buyer_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"admin_seller_analytics": {
"max_hour_closed": "2012-10-31 00:00:00"
},
"admin_platform_billing": "",
"admin_platform_seller": "",
"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"
}
}