I signed up to be an advertiser on CPA Storm to promote my pre-made website selling business, and they are asking me how to append their publisher ID (they called it a CD Code) to the end of my URL... How do I do that? Do I just make a new page with the code they gave me: SUBID=xxx ? Or something else? This is the exact message she sent me: On #16, I will just need to know how to append our publisher ID (CD Code) to identify the publisher traffic for you. Typically, we will just add &SUBID=xxxx to the end of a tracking link, to keep it simple. I think I may be over complicating things, but maybe not... Just wanted to make sure so I don't look like a totally nonsensical idiot.
its actually quite simple. Although this should be in a programmer section but anyways what they are saying is for you to know what kind of traffic you are receiving they want to send you the full subid (their affiliate code + the affiliates subid that was in their link) for you incase you get fraud leads you can simply report the subid (meaning tell them the affiliate that did it so they can react appropriately.) To get the data just add a php get or request code lets say your url is mypage.com/landingpage.php?SUBID=xxxx you would add $subid = $_GET['SUBID']; or something like that. look it up its quite simple then you can store it as a hidden field and pass it all along ur forms. Hope that helps