Difference between revisions of "Linkcode"
OfferitJames (talk | contribs) (→Redirecting to the Correct Page) |
OfferitJames (talk | contribs) (→Composition of the Offerit Code) |
||
Line 36: | Line 36: | ||
For '''Un-Encoded Links''', Affiliate is the username of the affiliate, and the rest of the fields are IDs.<br/> | For '''Un-Encoded Links''', Affiliate is the username of the affiliate, and the rest of the fields are IDs.<br/> | ||
− | For '''Shortname Links''', Affiliate is the username of the affiliate, | + | 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. |
[[Category:Also Offerit Article]] | [[Category:Also Offerit Article]] |
Revision as of 12:53, 3 November 2011
A linkcode is a referral URL tracked by Offerit.
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:
Tour 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
If there's a extra "t" in your linkcode, you probably grabbed the wrong link code from the top of the Sites edit page.
http://example.com/ttrack/<?=$_REQUEST['offerit']?$_REQUEST['offerit']:'MDowOjE'?>/page.html
The ttrack is used for qualified clicks; track is used for normal hits.
Composition of the Offerit Code
Unencoded linkcodes have the following format:
Affiliate.Program.Offer.LandingPage.Campaign.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.