Questions tagged [cj]

Commission Junction is an online advertising company operating in the affiliate marketing industry. Its REST API allows developers to obtain various data and statistics.

CJ API allows the following queries:

Official API documentation: Web services overview

19 questions
6
votes
1 answer

how to retrieve products catalogs based on category in cj api?

I am using CJ API we need to retrieve all products catalogs based on categories. any one used this type of concept please share with me
Mohit Gupta
  • 727
  • 2
  • 7
  • 21
4
votes
2 answers

Commission Junction Direct Links

Does anybody know if there is a way to get direct links to advertisers on Commission Junction with tracking? We don't want to rely on the links sent down in the feed because a lot of them are junk. What I'd like is a link that just goes to the…
Nick
  • 737
  • 9
  • 20
4
votes
4 answers

Commission Detail Service (REST)

Can someone who uses CJ's Commission Detail Service (REST) tell me what a sample XML response is for this query. None of CJ's Web Services documentation indicates exactly how the XML is formatted and as I don't have any commission payments yet I…
Michael
  • 575
  • 1
  • 8
  • 19
3
votes
7 answers

Anyone successfully using Commission Junction API?

Is anyone successfully using the CJ web services? I just keep getting java.lang.NullPointerExceptions even though my app is .net (clearly their errors). CJ support doesn't even know what a web service is. I googled and found many people getting this…
Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
2
votes
2 answers

how to grab product lists from cj, clickbank and linkshare, ebay using api?

Hello i want to get the product lists from cj, clickbank and linkshare via API's to display the whole lists on my site , if this is possible or its a nightmare , where am i standing please generous reply is needed, tell me how to grab the product…
waqas umar
  • 31
  • 1
  • 5
1
vote
1 answer

Wordpress visit all external links on page when I click any 1 link.

I have developed an affiliate website in wordpress. My site contains list of godaddy domains in table. All links are affiliated links in table. Problem is when I click on any link from table in wordpress website then at CJ.com it counts all the…
1
vote
2 answers

woocommerce - adding tracking code to order page (commision junction affiliate program

I'm looking to integrate tracking from the affiliate program commission junction. They have provided me with the following sample code to add to my order received page, any help would be appreciated regarding how to place this in /order-received/…
Thomas Reimer
  • 11
  • 1
  • 2
1
vote
2 answers

Accessing Javascript variable

In the following code I am accessing the cookieCode in the var MasterTmsUdo but I am unable to access this variable. Can anyone tell me how can I access this variable inside var MasterTmsUdo? var cookieCode="True"; console.log(cookieCode); var…
Azhar Ahmad
  • 183
  • 12
1
vote
1 answer

REST uri to get data from community junction(CJ) fails

I am making REST calls to download reports from commission junction(CJ) but not able to fetch data. Instead I am able to manually download report with the desired column as Account name,Campaign name,Ad group,Destination URL,Ad…
rax123
  • 71
  • 1
  • 6
1
vote
1 answer

Content Encoding Error in cj.com API Call

Few days before I created a cronjob script in core php for fetching contents from other server with soap API and inserting the result in to my own database. Previously it was working fine and fetching around 10000 records and inserting them in to…
Ravi Kant Mishra
  • 778
  • 1
  • 7
  • 13
0
votes
1 answer

Connecting to CJ API

Im trying to make a REST api work with VB.NET (http://help.cj.com/en/web_services/web_services.htm#Commission_Detail_Service.htm) This is CJ commission's API. The problem I have is that Im trying to add the service reference…
Pablo Varela
  • 650
  • 1
  • 5
  • 14
0
votes
1 answer

CJ webservice problem

i'm using cj web service for searching products using php soap. using advertiserid 2288710(TicketNetwork).Already created relationship with this advertiser. While using this php code i'm getting total result=0 $developerKey = "my developer id…
stv
  • 1
0
votes
1 answer

CJ commission detail service api recent response structure

I need to implement Commission Detail Service API in my project. The documentation of CJ commission detail API has no explanation of response structure. This Commission Detail Service (REST) question has the explanation, but now it's outdated…
arctic_Oak
  • 974
  • 2
  • 13
  • 29
0
votes
1 answer

How to load a banner ads after page fully load

I want to make sure that an affiliate banner ad only loads after all the images are loaded. The banner is just a script tag: I've read a few threads and here's one of the codes that I've…
RedGiant
  • 4,444
  • 11
  • 59
  • 146
0
votes
1 answer

I want to pause a while loop until user submit a form, so how can I do that?

I have a 25 advertiserids from CJ and now I want to create 2 post in different category of wordpress from each advertiserid given. So I have created following script but it is not pausing for user input, so how can I do that ? If its not possible…
1
2