Citat:
Ursprungligen postat av Lando
|
Hejsan,
Det var en svårare fråga som jag kan inte direkt ge ett bra svar. Har frågat min kollega men han först tillbaka om några dagar.
Under tiden, kolla det här dokumentationen som jag plockade ut från DirectTrack. Hjälper det?
API Name: getSubIDStatistics
Description: Returns a link to a csv statistics file for a specified affiliate in the format you choose. The statistics returned can include data summed on a daily or monthly basis as well as broken out by keyword or campaign or a combination of both by requesting the appropriate REST resource URL as shown in the chart below.
Steps for creating the csv:
Make a GET request to the appropriate REST URL in the chart below.
Your initial response will indicate that the request has been queued and a history ID will be generated. Make an additional GET request to the same REST URL that was used to make the initial call until you get a 'Completed' response.
Make a final call to the URL provided in the newResourceURL within the 'Completed' response. No authorization header is required on this call. This will give you the opportunity to download the Sub ID csv file.
Daily Stats for a Single Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/subid/[sub_ids]/[yyyy]-[mm]-[dd]
Daily Stats for a Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/subid/[sub_ids]/[yyyy]-[mm]
Stats by Keyword and Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]-[dd]
Stats by Keyword and Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]
All Campaigns by Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/by_campaign/subid/[sub_ids]/[yyyy]-[mm]-[dd]
All Campaigns by Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/by_campaign/subid/[sub_ids]/[yyyy]-[mm]
All Campaigns by Keyword and Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/by_campaign/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]-[dd]
All Campaigns by Keyword and Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/by_campaign/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]
By Campaign and Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/campaign/[campaign_id]/subid/[sub_ids]/[yyyy]-[mm]-[dd]
By Campaign and Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/campaign/[campaign_id]/subid/[sub_ids]/[yyyy]-[mm]
By Campaign, Keyword and Day
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/campaign/[campaign_id]/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]-[dd]
By Campaign, Keyword and Month
/rest/[client_id]/[access_id]/statSubID/affiliate/[affiliate_id]/campaign/[campaign_id]/subid/[sub_ids]/keyword/[keyword]/[yyyy]-[mm]