ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2015-04-08 Thread marco_f
Hello, It seems that a kind of timeout in your backend raise an error ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND for some customers. if we split the request, in three requests (with 3 groups of campaignids) instead of one request for all the account , the request will be

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Sandeep, Bids are often set at the adgroup level, using BiddingStrategyService. We have a detailed guide on this topic, which should answer your questions: https://developers.google.com/adwords/api/docs/guides/bidding Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread cvit sandeep
Thanks Anash, I have one more doubt ,we created a new campaign in adword screen and this campaign doesn't have any Ad groups. But i can add and edit CPC bid limit under campaign settings. Where this value is updated (under campaign or adgroup ) ? Thanks Sandeep cv On Wednesday, April 8,

Re: API call to get GMB account which connetced to adWords account

2015-04-08 Thread Sergey Petrov
Hi Api Team ! Found the way to check is GMB connected to AdWords with getting CustomerFeed like that Selector selector = new Selector(); selector.setFields(new String[]{FeedId, MatchingFunction, PlaceholderTypes, Status}); customerFeedService.get(selector); But see another problem there,

Re: simulated bids data

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Jay, Bid Landscapes can have missing data as per https://support.google.com/adwords/answer/2470105. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015 at 5:21:19 PM UTC-4, Jay Shah wrote: Hi, When using the getCriterionBidLandscape method of the DataService, which

Re: how to get total value of the conversion

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Halley, Stats in AdWords API generally comes from reports. I think the ConversionValue column in Account Performance report should give you the right data. See https://developers.google.com/adwords/api/docs/appendix/reports#account for details. Cheers, Anash P. Oommen, AdWords API

Re: shopping helper utility

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ravindar, Could you please update your request on https://github.com/googleads/googleads-java-lib/issues/39 ? We will port the utility to client libraries depending on user demand. Cheers, Anash P. Oommen, AdWords API Advisor On Tuesday, April 7, 2015 at 5:22:39 PM UTC-4, Ravindar Gujral

Re: How to enable AdWords API for Oauth?

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Aditya, You don't need to enable AdWords API from the Enabled APIs tab. AdWords API signup is different, you need to follow the instructions on https://developers.google.com/adwords/api/docs/signingup to signup for a developer token, and get it approved by the token review team. Cheers,

Re: Testing Upgraded URLs

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Hans, We don't have an official testing strategy recommendation for Upgraded URLs, but one way you could do this is to - Build a sample campaign with the possible destinationurl combinations. - Upgrade that campaign. - On your tracking server, see if you get the same set of parameters before

Re: How get CustomerId with OAuth 2.0

2015-04-08 Thread Marcin Gdak
Hi Nadine, Still my refresh token is empty. My logs: AdsClientLibs.RequestInfoLogs Information: 1 : host=accounts.google.com,url=/o/oauth2/token,Content-Type: application/x-www-form-urlencoded, Host: accounts.google.com, TimeStamp: Wed, 08 Apr 2015 15:56:00 GMT,

Re: AdWords integration - getting list adwords from google adwords with username and password

2015-04-08 Thread Rob Rudnicki
As of adwords API version 201406(which actually sunset yesterday), Clientlogin is no longer supported. Source: https://developers.google.com/adwords/api/docs/reference/#v201406 In order to manage an adwords account via api you will now need to authenticate your MCC account using oAuth, and

Re: Test Account and API Terms and Conditions

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ram, AdWords API tokens can be used in two ways: 1. You signup for a production token, go through the whole review process, and get your token approved. Once approved, you can use the developer token to make calls against production accounts. 2. Signup for a production token, but do not

Re: API call to get GMB account which connetced to adWords account

2015-04-08 Thread Sergey Petrov
Hi All ! Manage to get actual data from SystemFeedGenerationData throug feedService. -- best regards, Sergey. среда, 8 апреля 2015 г., 11:46:35 UTC+3 пользователь Sergey Petrov написал: Hi Api Team ! Found the way to check is GMB connected to AdWords with getting CustomerFeed like

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND requesting ad performance report

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Marcel, Could you please use the Reply to Author option to share with me your MCC Customer ID and the client Customer ID? I need those information to troubleshoot this error further. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015 at 8:46:45 AM UTC-4, MdV wrote:

Re: How to Get Campaign Data in C# Grid

2015-04-08 Thread Josh Radcliff (AdWords API Team)
Hi, Please go through our sign up guide https://developers.google.com/adwords/api/docs/signingup for instructions on requesting a developer token. Thanks, Josh, AdWords API Team On Wednesday, April 8, 2015 at 1:34:50 AM UTC-4, adw...@maia-intelligence.com wrote: On Friday, April 3, 2015

Re: Not Getting Campaign Data From my MCC Adwords Account

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi, See https://developers.google.com/adwords/api/docs/signingup for details on how to signup for AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015 at 5:22:12 PM UTC-4, adw...@maia-intelligence.com wrote: Hi, i trying to get data from my account

Re: Using customer sync selector to find changes made by user

2015-04-08 Thread Josh Radcliff (AdWords API Team)
Hi Olivier, The *CustomerSyncService* will not give you before and after snapshots of the changed objects. It merely tells you *which* objects changed within the requested date/time range. Please see this post https://groups.google.com/d/msg/adwords-api/pJxPuD1IKOQ/Mb2yPnjmYFwJ for more

Re: Third Party ads are not being returned from the AdGroupAdService

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi, Just wondering, are you referring to ThirdPartyRedirectAd https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.ThirdPartyRedirectAd? I think they are supported only in AdxBuyer accounts? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015

Re: MutateJobService

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ravindar, No, we still don't support Shopping campaign operations with MutateJobService with v201502. And it is probably more effective to use the regular AdGroupCriterionOperation in this case, since the whole list of criterion you pass to the system is probably to build a single partition

Re: Campaigns have no clicks or impressions

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Laszlo, I need to be able to look at your account to figure out more details. Could you please use the Reply to Author option to share with me - A report definition xml you are using - The output report - The developer and client customer IDs. I'll investigate this further. Cheers, Anash

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-04-08 Thread Justin Coon
https://lh3.googleusercontent.com/-9w4RaI1pP5g/VSVaoKDoNqI/ADE/ePNDyxRYjQ8/s1600/location_targeting.png Hi, Maybe my choice of words was incorrect - lat/long. Let me restate what we would like to do - we want to be able to mark the targeted regions, etc on a map, just like AdWords

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-04-08 Thread Justin Coon
Hi, Maybe my choice of words was incorrect - lat/long. Let me restate what we would like to do - we want to be able to mark the targeted regions, etc on a map, just like AdWords does when choosing a targeted location (see screenshot) -

Re: Default value for activeViewCpmEnabled

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi, I don't see activeViewCpmEnabled https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.ManualCpmBiddingScheme#activeViewCpmEnabled marked as a required field in our docs for v201502, but it defaults to false if you don't specify it / in older versions.

GetKeywords printing each result 3 times

2015-04-08 Thread Aditya
I'm running the standard GetKeywords.java from the library. I put in the ID for a test ad group that I set up (with just a few keywords). This program prints out the expected results, but each one is printed out 3 times in a row. I can't see anything obvious in the code that would cause these

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Sandeep, That should be the bidCeiling https://developers.google.com/adwords/api/docs/reference/v201502/BiddingStrategyService.BudgetOptimizerBiddingScheme#bidCeiling field. It would be present in all the automatic bidding strategies. Cheers, Anash P. Oommen, AdWords API Advisor. On

AdWords Reports Predicates API

2015-04-08 Thread saif
Hi, I'm creating an application which will help users to select reports and fields pertaining to reports. I was just wondering if there's any existing API which will allow us to query relevant fields for a report instead of hard coding it? Thanks, Saif -- --

AD_PERFORMANCE_REPORT vs Display Ads in Ads in mobile apps campaigns

2015-04-08 Thread Kristopher Windsor
Hi, I have found that Display Ads -- the ads in campaigns with subtype Ads in mobile apps -- do not appear correctly in this report. I am using the AD_PERFORMANCE_REPORT report via v201409, php, CSV format. - Text Display Ads -- the headline is: *Display Ad created 9/15/14 - Play With