Re: Removing a tracking template from BiddableAdGroupCriterion

2015-05-08 Thread Raghavendra Soudala (AdWords API Team)
Hi mm, You can clear a trackingUrlTemplate in the same way you'd clear the destinationUrl

AdGroup Performance Report timeouts after migrating to 201409 or 201502

2015-05-08 Thread dgs world (Tech Team)
Hi, We are using AWQL to query the AdGroup Performance Report. We were using 201406 Google AdWords API version before we migrated to 201409 / 201502. We are using AWQL's IN clause for querying the AdGroup Performance Report for bulk operation with one campaign and around 50 adgroups in the IN

Re: Reg:Search Impression Share in v201402

2015-05-08 Thread Jahanger Gull
*Search Impressions: * yes doing the same thing and so far results are getting match. *Average Position:* ok, will pull this data directly from Google Adwords. Thanks, appreciate your help. On Sat, May 9, 2015 at 9:10 AM, Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com> w

Re: How to link Keywords and Adgroups ?

2015-05-08 Thread Josh Radcliff (AdWords API Team)
Hi, It looks like you just have a minor typo in your code. The second *Predicate* is named *predicateAdGroup*, but you set the attributes of the *first* *Predicate* named *predicate* in the second section. Predicate predicateAdGroup = new Predicate(); predicate.field = "AdGroupId";

Re: MutateJobService - slow response

2015-05-08 Thread Josh Radcliff (AdWords API Team)
Hi, I spoke with our Python library guru, and he informed me that this is a known performance issue with the library. Specifically, suds (the SOAP library used by our Python client library) can take a significant amount of time to prepare large reques

Re: Reg:Search Impression Share in v201402

2015-05-08 Thread Josh Radcliff (AdWords API Team)
Hi, For *Search Impression Share*, the formula (per the report field notes ) is: *The impressions you’ve received on the Search Network divided by the estimated number of impressions you were eligible to receive.* There

Re: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2015-05-08 Thread Rothana Choun
Hello, I got the same problem and I wonder how and where can I contact to my Google Account Manager. Can you give more detail about this? Thanks ! On Monday, June 10, 2013 at 4:26:54 PM UTC+7, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > BudgetOrderService is available right now on

How to link Keywords and Adgroups ?

2015-05-08 Thread Cumhur YALÇIN
Hello people, I'm just struggling to retrieve Keywords which belongs to an AdGroup inside a campaign. Here we can see the hierarchy of the objects. https://support.google.com/adwords/answer/2475865 What I am doing to retrieve is something like this: Selector selectorKeyword = new Selec

Frequent AdWords API errors

2015-05-08 Thread hmartinez092000
Hello, We've been experiencing frequent socket exceptions when using Adwords API service to pause/enable ads and update ad params. The problem started on 4/25/2015. Prior to that, we rarely had any problems. We had not made any changes to our code or our network settings around that date.

Re: adwords report downloads through OAuth

2015-05-08 Thread aah ppc
Having the same issue - did anyone resolve this? (works on command line but not on web server) On Wednesday, February 29, 2012 at 5:16:16 AM UTC, Chirag wrote: > > Hi Eric, > > We can able to run example from Command line but we are facing issue when > we are not able implementing new examples

Re: Upgraded URLs - which items are auto upgraded on July 1st?

2015-05-08 Thread HK
Correct AdId should be 58166978650. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Upgraded URLs - which items are auto upgraded on July 1st?

2015-05-08 Thread HK
Hi, Mike Thanks for your reply and apologize for taking so long to get back to you. Good to know that the migration doesn't necessarily occur 7/1. Do you by any chance know when you expect to have migrated everyone? End of July? As an example of the ad scenario, I had the following text ad (adi

Re: MutateJobService - slow response

2015-05-08 Thread GDZ
Hope not a double post: another message I found in the log: *DEBUG:suds.metrics:message for 'mutate' created: 30.551 (seconds)* Emailed you full log also. Thank you! On Thursday, May 7, 2015 at 10:32:29 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thanks for getting the lo

Re: credentials expires with .NET client

2015-05-08 Thread Raghavendra Soudala (AdWords API Team)
Hi PPC Developer, Are the two applications actually pointing at the same file, or are they simply copies of each other? I ask because I'm wondering if you configured *RetryCount* (as exp

Re: UrlError.MISSING_PROTOCOL when no url specified

2015-05-08 Thread Michael Cloonan (AdWords API Team)
Hello, I believe that you need a UrlList with no URLs, rather than setting to null directly. Try changing this line: bagc.setFinalMobileUrls(null); To this: bagc.setFinalMobileUrls(new UrlList(new String[])); If this still fails, let me know and I can look into it further. Regards, Mike, AdWo

Google Seller Ratings API

2015-05-08 Thread Florian Boecker
Hello, is it possible to query the Google Seller Ratings (Product or Search Ad) through the API? Thanks, Florian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: Alternative to targettingideaservice placement ideatype

2015-05-08 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, No news yet, but when this happens it will be with the release of a new version of the API since we'll be changing or replacing service definitions. Thanks, Josh, AdWords API Team On Friday, May 8, 2015 at 2:42:39 AM UTC-4, Chirag wrote: > > Hello Josh, > > Any replacements for this

Re: retrieve clicks/impressions, etc reports by the hour? For 24 hours a day in one report?

2015-05-08 Thread Raghavendra Soudala (AdWords API Team)
Hi Michael, You can use *HourOfDay* field, that allows you to retrieve report *for each hour *in one report. But that is only available in the ACCOUNT, CAMPAIGN, and ADGROUP performance reports. As Aditya mentioned, if you set the DateRangeType as LAST_30_DAYS then it would do the job for yo

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-08 Thread Pierre Augereau
Good morning Nadine !!! Thank you a lot for your answer. I did not have try those solutions from the post because, every thing seems to work fine again this morning o_O But, I will keep this post preciously !! My network administrator has found out that Google has changed some DNS... Maybe, th

Re: Upgraded URL - URL_NOT_EQUIVALENT error although they should be

2015-05-08 Thread Udo Gröbner
Awesome, thank you! On Thursday, May 7, 2015 at 7:06:17 PM UTC+2, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I am reaching out to our engineering team to see if there's some valid > format that will be acceptable here for the migration. I will let you know > as soon as I hear back