Skip to main content

How to Create a Traffic Source

Step-by-step​

1. Open the Sources tab​

Go to the Sources tab and click New Source.

2. Set the name​

Enter a readable Name for this source (e.g. "Propeller Ads", "ExoClick Main", "AdNetwork X").

3. Configure input parameters​

In the Input Parameters section, you define which parameters the source will pass to Rinku. For each parameter you'll see:

  • Label — a readable name
  • Placeholder — what to insert into your tracking links

By default, the form shows the standard net_* fields and several tokens. You can add or rename tokens — up to 30 tokens (token_1 … token_30) are available. Assign readable names in Account Settings.

Default mapping:

Internal fieldDefault external name
net_external_idexternal_id
net_sourcesource_id
net_pidpid
net_creativecreative_id
net_campaigncampaign_id

You can change these names to match what your network actually sends.

4. (Optional) Configure Source Postback​

If you want Rinku to send postbacks back to your traffic source:

  • Enter the Postback URL the source expects
  • Configure which fields to include and in what format

5. Save​

Click Save. On the source detail page you'll see:

  • Source ID, name, campaign count
  • Input parameters and postback settings
  • Tokens to copy into your campaign tracking links

6. Use it in a campaign​

When creating or editing a campaign, select this source in the Traffic Source field. Rinku will use the input parameters you configured when generating tracking links and processing incoming clicks.


Simple example​

https://rinku.ru/c/ABCDEF?rinku_token={source_token}&sub1={token_1}&cid={click_id}

With network fields​

https://landing.example.com/offer?pid={net_pid}&source={net_source}&ext_id={net_external_id}&cid={click_id}

Postback example​

If your source postback URL template is:

https://partner.example.com/postback?cid={click_id}&payout={payout}&sub1={token_1}

Rinku will replace {click_id}, {payout}, and {token_1} with real values and fire the request on each conversion.


Common issues​

ProblemSolution
Source not passing expected parametersCheck that the placeholders in the partner's link match the input parameters configured here
Source not visible when creating a campaignMake sure the source was created under the same account you're currently using

Next steps​