---
title: "Create Data Supplement"
method: POST
path: "/networks/supplements"
tags: ["Data Supplements"]
---

# Create Data Supplement

`POST /networks/supplements`

## Request body

- object
  - `unix_timestamp` integer, required — Unix timestamp for when the supplement data applies.
  - `supplement_source` 'appsflyer' | 'adjust' | 'google_ads_cost' | 'tiktok_ads_mbc' | 'generic', required — The third-party source of the supplement data.
  - `network_offer_id` integer, required — The Everflow offer ID to associate the supplement data with.
  - `network_affiliate_id` integer, required — The Everflow affiliate ID to associate the supplement data with.
  - `source_id` string — Source identifier from the third-party platform.
  - `sub1` string — Sub-parameter 1 value.
  - `sub2` string — Sub-parameter 2 value.
  - `sub3` string — Sub-parameter 3 value.
  - `sub4` string — Sub-parameter 4 value.
  - `sub5` string — Sub-parameter 5 value.
  - `sub6` string — Sub-parameter 6 value.
  - `sub7` string — Sub-parameter 7 value.
  - `sub8` string — Sub-parameter 8 value.
  - `sub9` string — Sub-parameter 9 value.
  - `sub10` string — Sub-parameter 10 value.
  - `adv1` string — Advertiser parameter 1 value.
  - `adv2` string — Advertiser parameter 2 value.
  - `adv3` string — Advertiser parameter 3 value.
  - `adv4` string — Advertiser parameter 4 value.
  - `adv5` string — Advertiser parameter 5 value.
  - `adv6` string — Advertiser parameter 6 value.
  - `adv7` string — Advertiser parameter 7 value.
  - `adv8` string — Advertiser parameter 8 value.
  - `adv9` string — Advertiser parameter 9 value.
  - `adv10` string — Advertiser parameter 10 value.
  - `currency_id` string — Currency code for monetary values (e.g., `USD`).
  - `reporting` object — Reporting metrics to associate with this supplement record. These metrics get merged into your Everflow reporting.
    - `imp` integer — Impression count.
    - `total_click` integer — Total click count.
    - `unique_click` integer — Unique click count.
    - `invalid_click` integer — Invalid click count.
    - `duplicate_click` integer — Duplicate click count.
    - `gross_click` integer — Gross click count.
    - `cv` integer — Conversion count.
    - `total_cv` integer — Total conversions (including scrubbed).
    - `invalid_cv_scrub` integer — Invalid/scrubbed conversion count.
    - `view_through_cv` integer — View-through conversion count.
    - `event` integer — Event count.
    - `event_vt` integer — View-through event count.
    - `payout` number — Payout amount.
    - `revenue` number — Revenue amount.
    - `event_revenue` number — Event revenue amount.
    - `gross_sales` number — Gross sales amount.
    - `gross_sales_vt` number — View-through gross sales.
    - `gross_sales_cv` number — Gross sales from conversions.
    - `gross_sales_event` number — Gross sales from events.
    - `cost` number — Cost amount.
    - `media_buying_cost` number — Media buying cost amount.
    - `redirect_traffic_revenue` number — Redirect/fallback traffic revenue.
  - `network_offer_payout_revenue_id` integer — Optional payout/revenue setting ID to associate with this supplement.
  - `source_details_json` string — Raw JSON string containing additional source-specific details.
  - `relationship` object — Source-specific relationship data. Include the sub-object matching the `supplement_source` type.
    - `appsflyer` object — Appsflyer-specific mapping data.
      - `appsflyer_campaign_id` string
      - `appsflyer_publisher_id` string
      - `appsflyer_event_id` string
      - `network_integration_appsflyer_data_import_app_id` integer
    - `tiktok_ads_mbc` object — TikTok Ads MBC-specific mapping data.
      - `network_integration_tiktok_ads_mbc_config_id` integer
      - `mapping_id` string
      - `mapping_name` string
      - `mapping_type` string
      - `service_type` string
    - `adjust` object — Adjust-specific mapping data.
      - `adjust_campaign_id` string
      - `adjust_adgroup_id` string
      - `adjust_creative_id` string
      - `adjust_partner_id` string
      - `adjust_event_id` string
      - `network_integration_adjust_data_import_app_id` integer

## Response `200`

- object
  - `network_data_supplement_id` integer — Unique ID of the created supplement record.
  - `network_id` integer — Network ID.
  - `unix_timestamp` integer — Timestamp the supplement data applies to.
  - `supplement_source` string — The source integration type.
  - `network_offer_id` integer
  - `network_affiliate_id` integer
  - `source_id` string
  - `currency_id` string
  - `reporting` object — The reporting metrics.
  - `time_created` integer — Unix timestamp of when the record was created.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
