Cheap Flights - Credit Card Consolidation - Buy Anything On eBay - Advertising - Mortgage

PDA

View Full Version : Commission Junction Text Links


GTech
Apr 1st 2005, 3:54 am
I have a web directory where, like most directories, I have a format of:

Website Title <--anchor text with a href link to site
Website general description. Offers x, y, z and is really cool, etc.
...more entries like above down the page

Using "GetHTML" I get the standard default text link provided by the vendor. It might be a simple sentence with "click here" at the end which is the link.

So my question comes into play:

Can I modify the text link html, such that I can better fit it into the structure of my site as a directory listing? Obviously I don't want to change the actual link, but I'd like to be able to do:

Website Title <--modified AFF anchor text with actual link provided by "GetHTML"
Website general description. Offers x, y, z and is really cool, etc. Would be a modified website description so that I can offer more information.

------------------------

I've been searching through the .pdf help document, but not locating anything specific. My goal is to integrate information about the affiliate product/service into my directory listings that fits it's current format.

Is this ok to do? I'm hoping to have the option for integration that is more conducive to a directory listing to blend in better.

mcfox
Apr 1st 2005, 5:26 am
When the box comes up with the code, you will see that one of the radio buttons is highlighted, usually javascript. What you need to do is click on the "Custom" radio button. This will deliver up code in which you can place your own choice of link text. :)

GTech
Apr 1st 2005, 5:42 am
Thanks mcfox, but I don't see any radio buttons in the GetHTML window. There are three check boxes: Encrypt link?, Set link to open a new browser window?, and Hide tracking code in link?

I can create the links the way I want them, no problem. I'm quite comfortable with editing the link anchor text, etc. I just want to be sure it is ok to do so.

Maybe the "Custom" radio button you mention is only available for certain vendors/links?

DangerMouse
Apr 1st 2005, 5:47 am
NO. As long as you're linking to the tracking URL, the anchor text doesn't matter ;)

GTech
Apr 1st 2005, 6:01 am
Thanks DM.

mcfox
Apr 1st 2005, 9:29 am
Ah, geeze, you're right! I was thinking of Tradedoubler. I should have checked first instead of relying on my somewhat dodgy memory.
Dangermouse is of course, correct, as well as being one of my favourite cartoon series ... well, ok, it was Penfold ...

Will.Spencer
Apr 1st 2005, 1:21 pm
I have a related question.

A CJ link looks like this:<a href="http://www.anrdoezrs.net/click-1234567-1234567" target="_top" >Anchor Text</a><img src="http://www.ftjcfx.com/image-1234567-1234567" width="1" height="1" border="0">

Can I get rid of that annoying image?

I want to use CJ links as plain directory entries in my travel directory (http://www.travel-directions.info), and than means I enter a URL, not a URL with an annoying img attached to it.

GTech
Apr 1st 2005, 1:42 pm
I can't say for sure Will, but the image is used for impression tracking. I have the same issue you have. I had to modify my code so that I can use the description field for the sponsored information. I put a special tag in the field, then in the php code, check for the tag. If it exists, then I format the output a bit differently.

Bernard
Apr 1st 2005, 4:06 pm
The image might also be used to set cookies and track conversions/commissions. I've never used CJ, but I wouldn't mess with it or you might lose out on your commissions!

Will.Spencer
Apr 1st 2005, 4:46 pm
Well, "messing with it" is the only option right now, unless I do some (more) recoding of the directory script I am using.

Thus far I have changed enough of the source code that upgrading will be painful, but not quite impossible.

Infiniterb
Apr 1st 2005, 4:49 pm
I've taken out the image and still collect earnings. I think the image is simply used to track impressions.

Will.Spencer
Apr 3rd 2005, 8:28 am
I've taken out the image and still collect earnings. I think the image is simply used to track impressions.

Thanks! That is really very good to know!