Difference between revisions of "Macro setup"

From Service Manual Kadam.net
Jump to: navigation, search
Line 1: Line 1:
 
An important factor for working with campaigns is the ability to transmit the ids of the ads sites on which the materials are being displayed. The transmission of the ids will allow the analyzing of the traffic flow on the sites, as well as the optimization of the advertising campaign: <br/>
 
An important factor for working with campaigns is the ability to transmit the ids of the ads sites on which the materials are being displayed. The transmission of the ids will allow the analyzing of the traffic flow on the sites, as well as the optimization of the advertising campaign: <br/>
'''[SID]''' - for transmitting the site id (not provided for in the KSA model campaigns); <br/>
+
'''{click_id}''' - send click id; <br/>
'''[ID]''' - send the announcement id; <br/>
+
'''{site_id}''' - to send the website ID; <br/>
'''[CID]''' - send the campaign id; <br/>
+
'''{ad_id}''' - to send an ad ID; <br/>
'''[RID]''' - transfer the region id. A detailed description of working with this macro can be found in the article [[Macro_region_transfer| Region Macro-Transfer]]<br/>
+
'''{campaign_id}''' - to send a campaign ID; <br/>
'''[CATID]''' - transfer the site category id. A detailed description of working with this macro can be found in the article [[Category_macro_transfer| Category macro]] <br/>
+
'''{country_code}''' - to send a country code;"<br/>
'''[TGTXT]''' - transfer the keyword <br/>
+
'''{city}''' - to send a city name;"<br/>
'''[CLC]''' - transfer the cost of a click <br/>
+
'''{subdivision}''' - to send GEO region;"<br/>
'''[SUBAGE]''' - subscribe age<br/>
+
'''{page_cat_id}''' - to send the page category<br/>
'''[BRWSR]''' - browser<br/>
+
'''{cpc}''' - to send a click cost in selected currency<br/>
'''[LANG]''' - browser language<br/>
+
'''{price_model}''' - to send price model<br/>
'''[CLCUSD]''' - the cost of a click in dollars (exchange rate of the cb of the RF)<br/>
+
'''{sub_age}''' - to send user’s subscription age<br/>
'''[PLTFRM]''' - platform<br/>
+
'''{browser}''' - to send a browser name<br/>
'''[CPA]''' - send click id, mainly used in campaigns with the payment model [[Kadam Smart Ads campaign|KSA]] to set up conversion notification via [[Configuring_postback_for_CPA| postback]] <br/>
+
'''{language}''' - to send a browser language<br/>
 
+
'''{platform}''' - to send OS name<br/>
 
+
'''{platform_version}''' - to send an OS version<br/>
Examples of how to transfer data by source /ad to popular CPA networks:
+
'''{device}''' - to send a device name<br/>
=== AD1 ===
+
There are 2 ways to send macros:
+
* Pass parameters via utm_content and utm_medium UTM tags: <br/>
+
<code>http<nowiki />://c.cpa1.ru/...../?utm_content=[SID]&utm_medium=[ID]</code> <br/>
+
* Add parameters at the end of the affiliate link, separating with a colon: <br/>
+
<code>http<nowiki />://c.cpa1.ru/xxx/[SID]:[ID] </code> <br/>
+
The resulting link can be used in your ads.
+
 
+
=== Actionpay ===
+
You should replace '''subaccount''' with identifiers [ID] - [SID] in the affiliate link<br/>
+
The link will look like this: <br/>
+
<code> http<nowiki />://n.actionpay.ru/click/xxxxxx/xxxx/xxxx/[ID]-[SID] </code> <br/>
+
This link can be used in your ads.
+
 
+
=== Admitad ===
+
To send macros you need to use '''subid''': subid=[ID]&subid1=[SID], the link will look like this: <br/>
+
<code> https<nowiki />://ad.admitad.com/goto/xxx/?subid1=[CPA]&subid=[SID]&subid2=[CID]&subid3=[ID] </code>
+
 
+
=== CITYADS ===
+
You can pass macros by adding such a line to the end of the link?Sa=[SID]:[ID] <br/>
+
Those. the link will be: <br/>
+
<code> http<nowiki />://www.cityads.ru/click-xxxxxxxx-xxxxxxxx?sa=[SID]:[ID] </code> <br/>
+
This link can be used in your ads.
+
 
+
=== Using macros in UTM tags for Yandex Metrics and Google Analytics. ===
+
<code> http:<nowiki />//YOUR_SITE_SITE_Address/?utm_source=kadam&utm_campaign=[CID]&utm_medium=[SID]&utm_content=[ID] </code>
+
 
+
=== Clickdealer ===
+
Use the following format for data transfer: <br>
+
<code> http:<nowiki />//YOURSITE_Address/?s2=[CPA]&s3=[CID]&s4=[SID]&s5=[ID] </code>
+

Revision as of 11:04, 15 June 2021

An important factor for working with campaigns is the ability to transmit the ids of the ads sites on which the materials are being displayed. The transmission of the ids will allow the analyzing of the traffic flow on the sites, as well as the optimization of the advertising campaign:
{click_id} - send click id;
{site_id} - to send the website ID;
{ad_id} - to send an ad ID;
{campaign_id} - to send a campaign ID;
{country_code} - to send a country code;"
{city} - to send a city name;"
{subdivision} - to send GEO region;"
{page_cat_id} - to send the page category
{cpc} - to send a click cost in selected currency
{price_model} - to send price model
{sub_age} - to send user’s subscription age
{browser} - to send a browser name
{language} - to send a browser language
{platform} - to send OS name
{platform_version} - to send an OS version
{device} - to send a device name