rax123
rax123

Reputation: 71

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 distribution,Impressions,Clicks, CTR,Average,CPC,Spend,Avg. position. The REST uri I am using is

https://commission-detail.api.cj.com/v3/commissions?date-type=posting&start-date=2013-03-14&end-date=2013-04-14&action-types=impression

Is this the right REST uri to get the data for desired columns mentioned above.Please suggest.

Upvotes: 1

Views: 1268

Answers (1)

Dave Hilditch
Dave Hilditch

Reputation: 5439

I believe using v3 you can only get yesterdays data.

http://www.ericnagel.com/how-to-tips/commission-junction-web-services.html

Upvotes: 1

Related Questions