How to get Campaign Language and Campagin Location

111 views
Skip to first unread message

jona...@garagecoders.net

unread,
Aug 20, 2015, 12:14:49 PM8/20/15
to AdWords API Forum
Hi, I'm using de cammpaignPerformanceReport and I need to get the campaign Location and Language, I check for the values that are possible to get in this report but i didn`t find any element in order to get what I need, right now I'm getting the campaign report with these fields

@[@"CampaignId",

     @"CampaignName",

     @"CampaignStatus",

     @"Impressions",

     @"Clicks",

     @"AverageCpc",

     @"Cost",

     @"ConvertedClicks",

     @"AccountCurrencyCode",

     @"AccountDescriptiveName",

     @"ActiveViewCpm",

     @"ActiveViewImpressions",

     @"Amount",

     @"AverageCpm",

     @"AveragePosition",

     @"ClickConversionRate",

     @"CostPerConvertedClick",

     @"Ctr",

     @"CustomerDescriptiveName",

     @"EndDate",

     @"StartDate",

     @"Device",

     @"ExternalCustomerId",

     @"GmailForwards",

     @"GmailSaves",

      @"ServingStatus"

]];

Is it possible to get Language and Location with the CampaignPerformanceReport ? 


Anthony Madrigal

unread,
Aug 20, 2015, 12:29:32 PM8/20/15
to AdWords API Forum
Hello Jonathan,

There is no way to get the Language or Location using the Campaign Performance Report. However, you can use the CampaignCriterionService to get data on your Language and Location Criteria.

Cheers,
Anthony
AdWords API Team

jona...@garagecoders.net

unread,
Aug 20, 2015, 12:33:23 PM8/20/15
to AdWords API Forum
Thanks for your answer, I'm going to consume that service to get the data I need. 

jona...@garagecoders.net

unread,
Aug 20, 2015, 1:39:41 PM8/20/15
to AdWords API Forum
now I'm able to get the language and the location of the campaign, I`m performing a query in order to send the campaignId to get the information of a specific campaign, but I noticed that the service is not responding with data for some campaigns, I think that was because some campaigns are paused but the same happens wit campaigns that are currently running. 

why is this happening ? 

Anthony Madrigal

unread,
Aug 20, 2015, 3:58:49 PM8/20/15
to AdWords API Forum
Hey Jonathan,

I'm not 100% sure what could be causing this issue. Could you please reply privately to author some of the campaign IDs that you are not getting information on so that I could take a look?

Thanks,
Anthony
AdWords API Team

jona...@garagecoders.net

unread,
Aug 20, 2015, 4:22:22 PM8/20/15
to AdWords API Forum



That is the query I'm using and the answer I'm getting from the server. if I perform the query without the id the server return a lot of information but that id is not include in the answer.

Anthony Madrigal

unread,
Aug 20, 2015, 4:48:23 PM8/20/15
to AdWords API Forum
Hi Jonathan,

Could you please send me the queries or campaign IDs of the ones that ran successfully? Also, please send them by choosing the option Reply privately to author.

jona...@garagecoders.net

unread,
Aug 20, 2015, 4:58:42 PM8/20/15
to AdWords API Forum


I'm not pretty sure about how to send ReplyPrivatelyToAuthor.

Anthony Madrigal

unread,
Aug 21, 2015, 9:20:51 AM8/21/15
to AdWords API Forum
Hi Jonathan,

The two campaigns that you have given me are in different client accounts. The most likely possibility that your first query did not work is that you are trying to request for a campaign from a different account. To fix this, change your clientCustomerId accordingly so that the campaigns being selected are in the client accounts you have chosen.

jona...@garagecoders.net

unread,
Aug 21, 2015, 11:54:31 AM8/21/15
to AdWords API Forum
Thanks, I`m going to check this.
Thanks for your answer.

Cheers.
Reply all
Reply to author
Forward
0 new messages