Can I pass in a cost value with each click?

Absolutely. You can specify set costs (one-time, CPC, CPA, etc.) in the Advanced Settings for any link.





Just enter a value for Traffic Cost and check the appropriate box for the type of traffic that you’re receiving.





If you enter a Traffic Cost but do not check any of the “cost modifier” boxes, it will be treated as a one-time cost and it will be averaged over the number of clicks the link receives.


What if my cost-per-click varies for each click?

If your CPC varies from click to click, you’ll probably want to use the following method for the most accurate stats.

To include a cost value for each click, you can simply add it to the end of any tracking link, after any sub-IDs you might have for the link:

For example, here’s a regular tracking link:

http://$linkdomain/mylink

If you want to include a CPC amount of 0.50 for this click, just add it to the end like this:

http://$linkdomain/mylink/0.50

If your ad networks allow the {CPC} “token” or “placeholder”, then you can use it, which will cause their system to pass a dynamic numerical value for the CPC to your link.

For example, they may tell you to use the token {CPC} in your link:

http://$linkdomain/mylink/{CPC}

Their system will then replace the {CPC} token with the actual cost-per-click value before it redirects to your link.


Two important things to remember …

First, if you want to pass in cost data through your tracking links, you MUST leave the cost data blank in your advanced link settings. Any cost data that you specify in your link settings will override what’s passed in using the method above.

Second, if you include cost data using the method above, it MUST come AFTER any optional sub-ID parameters.

So if you want to include a sub-ID and cost data, the example above showing a CPC of 0.50 would need to look like this:

http://$linkdomain/mylink/subid/0.50

Basically, the cost data must always be at the very end …

For more information on sub-IDs, read this FAQ:
 
   Can I use Sub-IDs with my tracking links?