Questions tagged [commission-junction]

Commission Junction is an Affiliate Marketing provider for web-sites.

Commission Junction (CJ) offers website developers a Web Service API for the REST protocol, providing access to advertising and commission data.

31 questions
5
votes
2 answers

What are the possible values for action-status of Commission Junction

What are the possible values for "action-status" response field of Commission Detail Service (REST) of Commission Junction? I tried searching their API help, but did not find the info I needed. I need to know all possible status values, based on…
vag
  • 65
  • 7
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
4
votes
3 answers

Generate Commission Junction URLs for all retailer products?

How can I generate links that will provide me with Commission Junction payouts without grabbing the links from them directly? I have the URL from the retailer - can I just plop something on the end to get the referrer? Or perhaps add some HTML…
Eric
  • 5,815
  • 3
  • 25
  • 34
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
4 answers

Comparing datafeeds from different networks (Affiliate Marketing)

I am working on integrating affiliate sales into few existing sites. We are using a few merchants who work via different networks (cj, shareasale, linkshare, avantlink). Now my observation is that all these networks provide data feeds in different…
mvbl fst
  • 5,213
  • 8
  • 42
  • 59
2
votes
1 answer

Google Analytics Showing Dramatically Different Results than Affilliate Report

I have a coupon affiliate site that is showing 50-100 click throughs a day on Commission Junction and other affiliate sites. A script built into my site records the number of views of each offer and how many clicks. This is equivalent to what the…
2
votes
2 answers

Correcting my auto increment in a foreach loop

I have a script that is looping through an array of orders with an inner loop going through all the items that were in that particular order. At the end of the script I need to concatenate a string with all the item data with an unique identifier…
jkphl
  • 181
  • 8
  • 21
2
votes
3 answers

When making a REST API call, can you include the Authorization key in the url, like in a GET request?

More specifically, I am looking at the Web Services of Commission Junction (http://help.cj.com/en/web_services/web_services.htm#Commission_Detail_Service.htm) and the Authorization key is supposed to be part of the "Header" for the request. Would I…
Marina
  • 3,222
  • 5
  • 25
  • 35
1
vote
2 answers

Commission Junction API for Local (Daily) Deals

Has anyone used Commission Junction's Product Catalog Search API for searching/fetching local deals? (BuyWithMe and KGBDeals post their deals to CJ) There is a Yipit clone out there which uses this API. This clone was unable to categorize deals…
a_fan
  • 383
  • 2
  • 22
1
vote
1 answer

Problem with Commission Junction Product Catalog Search Service (REST api)

Having a strange problem with CJ's Product Catalog Search Service. Wondering if anyone else has encountered this? The search below should return products from two of our affiliates, NewEgg and Overstock. We consistently see the NewEgg results, but…
Ciaran
  • 1,904
  • 16
  • 27
1
vote
1 answer

Commission Junction Daily Publisher Commission Service

I am creating a website with the Commission Junction links,. Now I need to process the commission reports for dividing the commissions. I am planning to use Daily Publisher Commission Service as it provides a provision for including the date in the…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
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
1 answer

Commission Junction Simple Pixel Magento

Let me start by saying I am NOT a programmer. I'm a retail web manager that knows enough about HTML5 to understand what is going on. Ok now on to my issue. We recently upgraded our eCommerce platform from 3DCart to Magento. It's a completely…
Diana
  • 11
  • 1
1
vote
1 answer

How to Pass Woocommerce Order ID, Product ID, User ID to Hasoffers & get the same back via API Call

I need to pass Order ID, Product ID & User ID of Woocommerce in the Affiliate Offer/Product URL of Hasoffers so that on return call to Hasoffers via API from Woocommerce, I can get update the Status of the Order in Woocommerce. As per the Hasoffers…
1
2 3