|
|
(7 intermediate revisions by 3 users not shown) |
Line 6: |
Line 6: |
| }} | | }} |
| | | |
− | By appending the following parameter to a [[ct#Linkcode|linkcode]],
| + | Automatic Campaigns (autocampaigns) are a feature in [[NATS]] that gives [[Ct#Affiliate|Affiliates]] the option to automatically categorize their referral statistics by [[Ct#Campaign|campaign]]. This allows [[Ct#Affiliate|affiliates]] to break down their referral statistics by whatever [[Ct#Campaign|campaign]] they wish to use, allowing for a great deal of flexibility in sorting and analyzing referral statistics. |
− | affiliates can automatically categorize their referrals by [[ct#Campaign|campaign]]. | + | |
| + | This can be done by appending the following parameter to a referral [[Ct#Linkcode|linkcode]]: |
| | | |
| <pre> | | <pre> |
Line 13: |
Line 14: |
| </pre> | | </pre> |
| | | |
− | Replace ''mycampaign'' with a campaign name. If the campaign name | + | Replace "mycampaign" in the URL with your preferred campaign name. If you input a campaign name that does not yet exist, [[NATS]] will automatically create a campaign with that name. A campaign name can contain up to 64 characters, and must consist of only letters and numbers. |
− | doesn't exist, NATS automatically creates it. The campaign name can
| + | |
− | have up to 64 characters and must consist of only letters and numbers.
| + | == Adding Traffic Tags == |
| + | |
| + | [[NATS4.1]] now offers the ability to use a comma-separated list of traffic tags to separate one campaign. By adding the desired traffic tags to the ''autocamp'' variable in the URL, [[Ct#Affiliate|affiliates]] can override the currently set campaign to use a [[Ct#Campaign|campaign]] made up of the chosen traffic tags. This feature also offers compatibility with single-tag [[Ct#Campaign|campaigns]], so you do not necessarily have to split up your [[Ct#Campaign|campaigns]] with multiple traffic tags. |
| + | |
| + | To override your [[Ct#Campaign|campaign]], just add the following parameter with a comma-separated list of traffic tags to a referral [[Ct#Linkcode|linkcode]]: |
| + | |
| + | <pre> |
| + | ?autocamp=campaign,traffic,tags |
| + | </pre> |
| + | |
| + | Replace "campaign,traffic,tags" in the URL with a comma-separated list of traffic tags that make up the [[Ct#Campaign|campaign]] with which the current [[Ct#Campaign|campaign]] will be overridden. |
| + | |
| + | == Autotags == |
| + | |
| + | In addition, [[NATS4.1]] also offers the ''autotags'' feature, which allows [[Ct#Affiliate|affiliates]] to add new traffic tags to an existing [[Ct#Campaign|campaign]] on the fly. For example, you may want to add the ''banner'' traffic tag to your [[Ct#Campaign|campaign]], which uses ''top'' and ''blog''. By using the "autotags" feature, you can add that tag to create the ''top,blog,banner'' [[Ct#Campaign|campaign]] on the fly. |
| + | |
| + | To use "autotags", just append the following parameter to a referral [[Ct#Linkcode|linkcode]]: |
| + | |
| + | <pre> |
| + | ?autotags=my,traffic,tags |
| + | </pre> |
| + | |
| + | Replace "my,traffic,tags" in the URL with a comma-separated list of your preferred traffic tags. If you input a traffic tag name that does not yet exist, [[NATS]] will automatically create tags with those names. |
| | | |
| [[Category:Also NATS4 Article]] | | [[Category:Also NATS4 Article]] |
| + | [[Category:NATS4 Affiliate Information]] |