Hello Basically I want to know which adword is converting to a CJ sale in my wordpress blog posts and pages. The $50 bucks is for your help in doing this. I already have it working in the sidebar, but due to how wordpress works, I am unable to sort out how to get this information from my pages and posts. PM me the solution, and if it works, and you are the first, then you get $50. Don't forget to Post to this thread, so I know who is interested. Thanks
OK, Not much interest, so Lets Bump this up to $75 for this answer.. Some people have said they are going to look into, but they haven't come back with an answer.... so its still open
Pass the keyword through their sub_id link. So from adwords make sure you're passing the keyword through your destination url like this: http://www.your-site.com/landing-page.php?keyword={keyword} Then in "landing-page.php" make sure you echo the keyword as the 'SID' variable, (CJ's sub id tracking) http://www.your-aff-link.com/link-page-from-cj.php?SID=<?php echo $_GET['keyword']?> THEN, run a SID report in CJ and voila, you now can see which keywords converted.
Lots of good ideas, but the problem sits in that the wordpress will not execute the php in the posts... the variable doesn't come in
that's because posts are fetched from data base while side bar location is within the php files on the hosting. can some one support this statement? Robert