Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-11 Thread Nadine Sundquist (AdWords API Team)
Hello, Wow! You weren't kidding when you described this as complex. Let me run this by one of my teammates. There are a few possibilities, and I need to narrow it down. In order to dig into your secondary problem, I would need your customer ID. Could you please click *Reply privately to

Re: Is it possible to make report segmented by 2 different criteria?

2016-01-11 Thread Alan Coleman
It looks like you need to read up on the Audience Performance Report . It's not something I've used myself, however there's also documentation on the segmentation

Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2016-01-11 Thread Chirag
Hello Anash, I am using v201509. This issue is with GRETER_THAN Predicate with value as 0. Thanks, On Monday, 11 January 2016 19:43:55 UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Chirag, > > Looks like you need to upgrade your reporting API version to v201509. > > Cheers, >

Re: How to rebuild the PHP client library, so i can use namespaces in it?

2016-01-11 Thread Anthony Madrigal
Hi, Please see the experimental branch of the PHP library . Please keep in mind that It is currently a work in progress. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: AppId with strange platform code?

2016-01-11 Thread Nadine Sundquist (AdWords API Team)
Hi Berry, Thanks for sending over the additional information. I'm posting the answer publicly rather than directly to you to help other people who may see this. Here's the mapping. - *mobileapp::10001- *iOS apps with either very long or empty app IDs - *mobileapp::10002- *Google Play

Re: [java]After upgrade to BatchJobServiceInterface got error in report status

2016-01-11 Thread Yin Niu
Hello, You are using an older version of Guava library. Please check out the dependency here . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: I need to get adwords data using Java API

2016-01-11 Thread Yin Niu
Hello, You might have a copy of google-collect jar in your classpath which caused conflict with Guava library. You can see a related discussion on stackoverflow. Thanks, Yin, AdWords API Team. -- --

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-11 Thread Nadine Sundquist (AdWords API Team)
Hi Ralph, Woohoo!!! I was holding my breath for a possible problem behind that one. I've probably spent a few too many cycles of my life staring at XML, and I've built SOAP XML from scratch before. I've had the same kind of gotcha moment. *What are namespaces?* Namespaces are created in XML

Is AdWords API support to edit Google Sponsored Promotions ad's HTML

2016-01-11 Thread salman lone
Hello, I am working on GSP ads and trying to find the way in which i can download the HTML of my ad and edit the content this ad before uploading or updating this on AdWords. I need to modify the URL placed in the tag. Till now, i am not able to find any help, related to my query, in

I cannot logged in to my adowrds and admob account (My email have assigned two Adwords ID'S)

2016-01-11 Thread guidedkeys
Hy every one, I cannot logged in to my Google adwords, and admob account. I have two problems with the same email, they are: *1. I Cannot Logged in to my Adwords Account. * I created my "App Install" Campaign on Adwords on 30th December 2015. setlle my credit card and billing info etc.., i

[java]After upgrade to BatchJobServiceInterface got error in report status

2016-01-11 Thread Grigory
hello, [java]After upgrade to BatchJobServiceInterface got error in report status, job finish the work in success status. Error : Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.io.ByteSource.wrap([B)Lcom/google/common/io/ByteSource; at

All requests are blank white pages

2016-01-11 Thread Michael
I keep getting blank white pages without any PHP errors being recorded. Even on the GetRefreshToken.php step. I adjusted my auth.ini file to have the developer token (test access), client id and client secrete. When running GetRefreshToken.php its a blank page, along with everything else. I'm

how to find all customerclientid from google adword manager account using http request?

2016-01-11 Thread sriram ss
Hi frnds, please help me to get all the *customerclientid* of* google adwords* account using* http request* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2016-01-11 Thread Anash P. Oommen (AdWords API Team)
Hi Chirag, Looks like you need to upgrade your reporting API version to v201509. Cheers, Anash On Sunday, January 3, 2016 at 7:36:10 AM UTC-5, Chirag wrote: > > Hello Anash, > > Any update on this? > > Thanks, > > > On Thursday, 31 December 2015 17:44:43 UTC+5:30, Chirag wrote: >> >> Hi Team,

Re: how to find all customerclientid from google adword manager account using http request?

2016-01-11 Thread Yin Niu
Hello, You can use CustomerService to get authorized customer info and ManagedCustomerService to get a list of

I need to get adwords data using Java API

2016-01-11 Thread aditya narayan Dixit
Hi All, I want to use Adwords API with Analytics API. I found this link on how to combine both: https://developers.google.com/analytics/solutions/articles/gdataAnalyticsAdWords?hl=en There seems to be come compatibility issues between google-api-client and gdata:core. Got below exception when

Re: Is AdWords API support to edit Google Sponsored Promotions ad's HTML

2016-01-11 Thread Umesh Dengale
Hello, The AdWords API does not support the adding query string to Ad's HTML content. The AdWords API is used to create/update/remove the Ad (e.g Text Ad, HTML Ad etc.). Please check out Ad and Ad feature guide for more

Re: Changes not being applied in AdWords

2016-01-11 Thread Yin Niu
Hi David, I am not able to see what changes were made from the attached image. You should only have to post once from API. The updates should be reflected within a few seconds via UI. Could you please send your SOAP request and response so that I can check? Thanks, Yin, AdWords API Team.

Re: All requests are blank white pages

2016-01-11 Thread Anthony Madrigal
Hi Michael, Are you running the examples using the command line? Our PHP examples only run while using the command line. If you were using it, please provide me with your customer client Id via *reply privately to author *so that I can take a look. Regards, Anthony AdWords API Team -- --