# Campaign parameters
Campaign parameters are used for creating Campaign URL and Reports.
- Name. You can use default names like, "Sub ID 1", "Sub ID 2", or use your own names.
- Parameters. The param must be added to Campaign URL.
- Token or value. You can type static value, like
EUR
, or use a placeholders that the traffic source supports.
# List of parameters
The following parameters can be renamed:
keyword
- keyword or search phrase.ad_campaign_id
— ID of the advertising campaign.creative_id
— may be Banner ID or AdSet ID.external_id
— some unique click ID from the traffic source.source
- site or publisher ID from the traffic source.cost
- cost of a click (option "Cost AUTO" must be checked in campaign's settings).currency
- currency of the cost.sub_id_1..30
— additional parameters for generating reports.
WARNING
All parameters are changed to the parameters of the corresponding source.
These parameters cannot be renamed
currency
— currency of the cost.charset
— charset for value in parameterkeyword
.se_referrer
— referrer of a search engine. Pass this parameter to pull out the keyword from it.se
— search engine name. Ifse_referrer
is passed, it is unnecessary to passse
.
# List of global aliases
Please read Settings Page.
# How to pass the incoming value of a placeholder to the URL of an offerer
Let's consider an example of passing the cost per click in the URL of an offerer to an affiliate network.
- In the second column of the campaign's parameters, specify the name of the placeholder in which the source sends the real value of the necessary placeholder. In this case, we can leave the default — cost.
- In the third column of campaign's parameters specify the placeholder, where the source sends real value
- In the URL of the offer, it is necessary to wrap the name of the placeholder from the second column in the placeholder as {cost} and send it in a suitable placeholder for the affiliate, or CRM. For example
param1
, that isparam1={cost}
- If
&cost=5
came from a source, thenparam1=5
will be passed to the affiliate link
This method of passing values also works for all other campaign's placeholders, including sub_id_1—30
.