Difference between revisions of "Macro setup"

From Service Manual Kadam.net
Jump to: navigation, search
(Admitad)
 
(7 intermediate revisions by the same user not shown)
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/>
'''[CPA]''' - send click id, mainly used in campaigns with the payment model [[Kadam_Smart_Ads | KSA]] to set up conversion notification via [[Configuring_postback_for_CPA| postback]] <br/>
+
'''{page_cat_id}''' - to send the page category<br/>
 +
'''{cpc}''' - to send a click cost in selected currency<br/>
 +
'''{price_model}''' - to send price model<br/>
 +
'''{sub_age}''' - to send user’s subscription age<br/>
 +
'''{browser}''' - to send a browser name<br/>
 +
'''{language}''' - to send a browser language<br/>
 +
'''{platform}''' - to send OS name<br/>
 +
'''{platform_version}''' - to send an OS version<br/>
 +
'''{device}''' - to send a device name<br/>
 +
<br/>
 +
It is now also possible to add macros to the text of the creative! City and region macros are available:
  
 +
'''{city}''' - city macro;<br/>
 +
'''{area}''' - region macro.
  
Examples of how to transfer data by source /ad to popular CPA networks:
+
For example, if you make a material with the text "For residents of {city} there is a promotion available", then a user from New York will see the text: "For the residents of New York there is a promotion available".<br/>
=== AD1 ===
+
Supported languages for these 2 macros in creatives at the moment: de, fr, ru, es, ja, pt, zh, eng.
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 /> //YOUR SITE_Address /? s2 = [CPA] & s3 = [CID] & s4 = [SID] & s5 = [ID] </code>
+

Latest revision as of 11:51, 15 February 2024

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

It is now also possible to add macros to the text of the creative! City and region macros are available:

{city} - city macro;
{area} - region macro.

For example, if you make a material with the text "For residents of {city} there is a promotion available", then a user from New York will see the text: "For the residents of New York there is a promotion available".
Supported languages for these 2 macros in creatives at the moment: de, fr, ru, es, ja, pt, zh, eng.