Unexpectedly getting error faultMessage=[RateExceededError

2015-02-27 Thread Jason Vander Zalm
I'm attempting to upload offline conversions using the API. Unfortunately after a few attempts (well under 100) I'm now getting: [Feb 27 2015 22:12:51.00 - ERROR] effectiveUser=481-307-7667 service=OfflineConversionFeedService method=mutate operators={ADD: 497} responseTime=42

Re: how to get reach data(unique impressions) for each campaign

2015-02-27 Thread Eitan Shay
Bounce. Anyone can help this?? I found the different rows seems to come from different ReachFrequencyDate. Is there any way to aggregate all data in one row? Since it's UniqueUserCountAsLong I cannot sum them by date simply. Thanks a lot for kindly help in advance! On Friday, February 27,

Re: Valid predicate operators for SearchRankLostImpressionShare?

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, If you look at our report types page for this report https://developers.google.com/adwords/api/docs/appendix/reports#keywords, you can see that this field is of type double. I just tried using SearchRankLostImpressionShare 0 in a predicate, and it worked fine. Regards, Mike, AdWords

Re: clicks,cost,conversion etc before shopping campaign

2015-02-27 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for clarifying your questions. All stats in your AdWords campaigns are retrievable through various reports https://developers.google.com/adwords/api/docs/guides/reporting. Many reports such as the AD_PERFORMANCE_REPORT

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-27 Thread Josh Radcliff (AdWords API Team)
Hi Stephen, Thanks for clarifying - this makes a lot more sense now. :) Cheers, Josh, AdWords API Team On Thursday, February 26, 2015 at 8:04:00 PM UTC-5, Stephen Burrows wrote: For some reason my responses got posted in reverse order... as mentioned above, the issue ended up being that I

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-02-27 Thread Justin Coon
Hi, While it's nice to show the targeting range, we are even more interested in being able to show clients on a map where their clicks and impressions are coming from (or not coming from). The only thing I saw that might be useable in this case was the mostspecificlocation in the

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, While we cannot help with the projection of this data onto Google Maps, you can find a complete list of what locations each Geo Targeting ID represents at our Geo Targeting reference page https://developers.google.com/adwords/api/docs/appendix/geotargeting. This is analogous to using

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, The locations returned by this report correspond to the same criteria that I outlined in my previous post. To my knowledge, there is no way to get an actual latitude/longitude. Regards, Mike, AdWords API Team On Friday, February 27, 2015 at 9:21:21 AM UTC-5, Justin Coon wrote: Hi,

Re: Getting Conversions from API Campaign Performance Report

2015-02-27 Thread Josh Radcliff (AdWords API Team)
Hi, Which column in the UI are you using for comparisons? I ask because *Conversions* in the API report corresponds to *Converted clicks* in the UI, while *ConversionsManyPerClick* in the API report corresponds to *Conversions* in the UI. Thanks, Josh, AdWords API Team On Thursday, February

Re: Adding Tracking Template to Account (Customer) level

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, To modify the tracking template for Upgraded URLs for at the customer level, use the CustomerService https://developers.google.com/adwords/api/docs/reference/v201409/CustomerService to set the trackingUrlTemplate

KEYWORDS_PERFORMANCE_REPORT generate report with all accounts?

2015-02-27 Thread Eduardo Cruz
hello. I wondered how to generate a report type KEYWORDS_PERFORMANCE_REPORT but contains all adwords accounts not just one. To generate the report in the file ads.properties gets: api.adwords.clientCustomerId = 760-950-9985 where only I can access the account of the customer and therefore the

Get demographics in ad group performance report

2015-02-27 Thread Salman Hoseini
Hello, I have created a campaign with demographic targeting. But when sending an ad group performance report request to adwords. it returns the report with none in the result set for Content Network Bid Dimension column. my request have correct header (that is why I get the report

Re: KEYWORDS_PERFORMANCE_REPORT generate report with all accounts?

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, This is not possible. Reports can only be run for one account at a time. To get results for all your accounts, you will have to make one request per account. Regards, Mike, AdWords API Team On Friday, February 27, 2015 at 1:20:39 PM UTC-5, Eduardo Cruz wrote: hello. I wondered how

Adwords Report Api throws INVALID_FIELD_NAME_FOR_REPORT

2015-02-27 Thread Karl Lopes
I am using the adwords api to generate reports. Please bear with me as I am not too familiar with the same. I am using version v201409 of the api. I get the report columns for KEYWORD_PERFORMANCE_REPORT using getReportFields. I then try to download the report using a subset of those columns.

Adding Tracking Template to Account (Customer) level

2015-02-27 Thread Chaitanya Kulkarni
How do I update my account with the new tracking template(201409 api release)? The new tracking template setting examples are for setting template at the ad level. I was not able to find out how do I set my tracking template for a customer. Which mutate operation should I use for changing the

Re: Criteria Performance Report as a 'catch all' report?

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, All of the reports of this type (Campaign Performance Report, Ad Group Performance Report, etc.) show the same data, just broken down at different levels. Any one of them would include all data from all clicks, impressions, etc., just with a different focus. That said, there is some

Re: Get the bid modifier value from adgroupcriterionservice

2015-02-27 Thread Michael Cloonan (AdWords API Team)
Hello, Please see our client libraries page https://developers.google.com/adwords/api/docs/clientlibraries for a list of example sets in each of our supported languages. You can see examples of how to fetch data from the API in the basic operations folder. I don't think we have an example

Re: how to get reach data(unique impressions) for each campaign

2015-02-27 Thread Eitan Shay
From another thread, I know I cannot use JOIN. But I got several different statistics data for the same campaign ID. Can anyone help explain why this happens? Here's my awql query: SELECT CampaignId, CampaignName, UniqueUserCountAsLong, ReachFrequency, ReachFrequencyClicks, ReachFrequencyCtr

Re: how to get reach data(unique impressions) for each campaign

2015-02-27 Thread Eitan Shay
Seems it's bcoz the ReachFrequency field causes segmentation. But even if I SELECT only CampaignId, UniqueUserCountAsLong I still get same or different rows in the result like below: Can anyone help shed some light on this? Thanks! =sample result=== Campaign IDUnique Users 3185181231

Valid predicate operators for SearchRankLostImpressionShare?

2015-02-27 Thread markus . heiden
Hi, I try to use a predicate for SearchRankLostImpressionShare in my keyword performance report. But for every predicate operator I try, I always get an invalid predicate operator error. How can I select keywords with SearchRankLostImpressionShare != null in keyword performance reports? --