Since CJ has been canceled keywords link some time ago , so how can I use direct link to CJ product page in adwords now ?  Thanks to your guys .
You need to create LP's for all your offers with CJ, and it's the same with AdWords - The affiliate industry requires a bit more creativeness these days, design, content, hooks, slogans, reg paths and LP general development..
Unlike CJ any affiliate network would offer you with a link which would have your referral id details using which the network can track down the sale or lead and make the payment for the same.
You can still take the links from CJ and create your own LP's, "look for your affiliate link in any CJ text link ads". You may also want to hide the links in your LP's using an <input> button. Like this: Text button: <input type="button" style="font-size:14px;" value="BUY NOW" onclick="window.location='http://YOUR_AFFILIATE_LINK'"> Code (markup): (CSS the link a little with the style="") Or an image button: <input type="image" style="cursor:pointer;" src="http://YOURDOMAIN.COM/button.gif" title="BUY NOW" onclick="window.location='http://YOUR_AFFILIATE_LINK'"> Code (markup): Hope this helps.