---
title: "Create Traffic Source"
method: POST
path: "/networks/trafficsource"
tags: ["Traffic Sources"]
---

# Create Traffic Source

`POST /networks/trafficsource`

## Request body

- TrafficSourceInput
  - `name` string, required — Name of the traffic source.
  - `postback_url` string — An optional postback URL for this traffic source.
  - `is_public` boolean, required — When true, affiliates will be able to select this traffic source when generating tracking links.
  - `parameters` object[], required — An array of parameter/value pairs that define the tracking parameters for this traffic source. At least one entry is required.
    - `tracking_parameter` string, required — Parameter to be added to the traffic source.
    - `tracking_value` string, required — Value that will be added to the parameter.

## Response `200`

- TrafficSource
  - `network_traffic_source_id` integer — Unique traffic source ID.
  - `network_id` integer — Network ID.
  - `name` string — Name of the traffic source.
  - `postback_url` string — Postback URL for this traffic source.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.
  - `relationship` object
    - `parameters` object
      - `total` integer — Total number of parameters.
      - `entries` object[]
        - `network_traffic_source_id` integer
        - `network_id` integer
        - `tracking_parameter` string — The tracking parameter name.
        - `tracking_value` string — The tracking parameter value.
  - `is_public` boolean — When true, affiliates can select this traffic source when generating tracking links.

---

[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)
