Configuring the “start” Parameter Processing
You can read about the start parameter in the previous section.
You can set up processing rules for each bot individually. To do this, go to the "My Bots" section and select the desired bot. On the bot information page, find the "UTM Tags" (start processing rules) section and go to its settings.
The settings page for processing rules consists of two parts:
Settings Form (described below)
Preview Results: When you change the settings, you will see how various links will be processed. You can add your own example links.
Simplified Mode
This mode is selected by default for all new bots.
Simplified mode does not process the start parameter and uses it as is. This mode is suitable if no additional parameters are needed. For example, the string start=docs
will be processed as follows:
none
docs
Processing Type
The processing type allows you to exclude certain parameters. This field provides three options:
All Parameters: Considers all parameters.
Only Specified Parameters: Considers only the parameters you specify.
All Except Specified Parameters: Considers all parameters except those you specify.
Parameter List
If the “processing type” is “only specified parameters” or “all except specified parameters” you can specify the list of parameters in this field.
Parameter Separator and Value Separator
These are the symbols that will divide the string to determine the parameters and their values. In the image below, the parameter separator is “_”, and the value separator is “—”.
The processing algorithm for the string source—google_campaign—cpc will be as follows:
Divide the string by the parameter separator “_”, resulting in:
source—google
campaign—cpc
Divide the obtained result by the value separator “—”, resulting in:
source
campaign
cpc
Last updated