Difference between revisions of "Linkcode"
From Offerit
OfferitJames (talk | contribs) (→Composition of the Offerit Code) |
OfferitJames (talk | contribs) |
||
Line 4: | Line 4: | ||
− | A [[Common Terms#Link Code|linkcode]] is a referral [http://en.wikipedia.org/wiki/Uniform_Resource_Locator URL] tracked by [[Common Terms# | + | A [[Common Terms#Link Code|linkcode]] is a referral [http://en.wikipedia.org/wiki/Uniform_Resource_Locator URL] tracked by [[Common Terms#NATS|NATS]]. |
== Redirecting to the Correct Page == | == Redirecting to the Correct Page == | ||
Line 10: | Line 10: | ||
{| class="tmplfunc" border="1" | {| class="tmplfunc" border="1" | ||
− | ! | + | ! Linkcode URL |
! Where Linkcodes Go | ! Where Linkcodes Go | ||
|- | |- | ||
Line 21: | Line 21: | ||
== Qualified Link Codes == | == Qualified Link Codes == | ||
− | |||
<pre> | <pre> | ||
Line 27: | Line 26: | ||
</pre> | </pre> | ||
− | The ''ttrack'' is used for qualified clicks; ''track'' is used for normal hits. | + | The ''ttrack'' is used for qualified clicks, which can be used to payout affiliates for this special traffic; ''track'' is used for normal hits. |
== Composition of the Offerit Code == | == Composition of the Offerit Code == | ||
Unencoded linkcodes have the following format: | Unencoded linkcodes have the following format: | ||
− | Affiliate. | + | Affiliate.Commission.Offer.LandingPage.TrafficTag.CreativeID.Subid1.Subid2.Subid3 |
(Subid 1 - 3 are not currently used). | (Subid 1 - 3 are not currently used). | ||
Revision as of 12:06, 3 November 2011
A linkcode is a referral URL tracked by NATS.
Redirecting to the Correct Page
When Offerit turns a linkcode into a tour URL, it automatically appends a slash (/) to the end of barewords. You can prevent this by appending a question mark to the end of the URL. For example:
Linkcode URL | Where Linkcodes Go |
---|---|
http://example.com/tour | http://example.com/tour/?ocode=offeritcode |
http://example.com/tour? | http://example.com/tour?ocode=offeritcode |
Qualified Link Codes
http://example.com/ttrack/<?=$_REQUEST['offerit']?$_REQUEST['offerit']:'MDowOjE'?>/page.html
The ttrack is used for qualified clicks, which can be used to payout affiliates for this special traffic; track is used for normal hits.
Composition of the Offerit Code
Unencoded linkcodes have the following format:
Affiliate.Commission.Offer.LandingPage.TrafficTag.CreativeID.Subid1.Subid2.Subid3
(Subid 1 - 3 are not currently used).
For Un-Encoded Links, Affiliate is the username of the affiliate, and the rest of the fields are IDs.
For Shortname Links, Affiliate is the username of the affiliate, commission, offer, and landing page are shortnames, and the rest of the fields are IDs.