Skip to main content
POST
/
networks
/
tracking
/
offers
/
clicks
Generate Tracking Link
curl --request POST \
  --url https://api.eflow.team/v1/networks/tracking/offers/clicks \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "network_offer_id": 1,
  "network_affiliate_id": 1
}
'
{
  "url": "<string>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
network_offer_id
integer
required

The offer to generate the tracking link for.

network_affiliate_id
integer
required

The affiliate to associate with the link.

network_tracking_domain_id
integer

Override the default tracking domain.

network_offer_url_id
integer

Use a specific offer URL (must belong to the specified offer).

creative_id
integer

Associate a creative with the link (must belong to the specified offer).

network_traffic_source_id
integer

Traffic source ID. Ignored if the affiliate has a default traffic source.

source_id
string

Custom source identifier.

sub1
string

Sub-parameter 1 for tracking.

sub2
string

Sub-parameter 2 for tracking.

sub3
string

Sub-parameter 3 for tracking.

sub4
string

Sub-parameter 4 for tracking.

sub5
string

Sub-parameter 5 for tracking.

is_encrypt_parameters
boolean

Whether to encrypt the URL parameters.

Override the direct linking setting for this link.

Response

200 - application/json

OK

url
string

The generated tracking link URL.