Data export allows you to receive detailed information about events and aggregated data systematically and periodically. The integration occurs through an S3 connection, and the data is delivered in specific formats for each type of export.
In addition to exporting via S3, it is possible to extract reports via the API. The routes return JSON by default, but can be exported as XLSX files by including the download=true parameter in the query.
GET /report/v2/advertisers: Advertiser information (publisher view) [Example]GET /report/v2/publishers: Publisher information (advertiser view) [Example]GET /report/network/publishers: Network publishers (for Network type accounts) [Example]GET /campaign/v2: Campaign listing report [Example]GET /campaign/:id: Detailed campaign report [Example]GET /ad/results/v2: Performance report for individual ads [Example]The integration will always occur using an S3 (or compatible) connection that must be provided by the data recipient. The credentials must be passed to the Newtail team securely.
The integration is compatible with:
Access Key Id and Access Key Secret.Service Account.Event export sends raw data of user interactions.
PARQUET with Snappy compression.TYPE_REPORT/YYYY/MM/DD/TIMESTAMP_NS/RANDOM_FILE_NAMES.snappy.parquetevent_id or the combination of order_id and product_sku for conversion items.event_id (de-duplication key), session_id, user_id, ad_id, campaign_id, request_id, ad_type, placement_name, context, created_at, site.event_id, session_id, user_id, order_id (de-duplication key), channel, placed_at, site.event_id, session_id, user_id, order_id (de-duplication key), product_sku (de-duplication key), ad_id, campaign_id, request_id, ad_size, ad_type, placement_name, context, event_created_at, price, promotional_price, quantity, total_value.Aggregated data export sends consolidated reports.
CSV with UTF-8 encoding, comma-separated, and numbers in American format (decimal point).TYPE_REPORT/YYYY/MM/DD/TIMESTAMP_NS/RANDOM_FILE_NAMES.csvadvertiser, advertiser_id, seller_id, wallet_balance, daily_budget, currency.day, name, campaign_id, campaign_type, campaign_status, impressions_total, clicks_total, ctr, ad_revenue, conversions_total, conversion_rate, sales_revenue, start_date, end_date, advertiser_id.day, ad_id, campaign_id, ad_status, ad_media_url, cpm, cpc, impressions_total, clicks_total, ctr, ad_revenue, conversions_total, conversion_rate, sales_revenue, product_sku.