Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread Antonio Parraga
Same here: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201509.cm.ExtensionSetting - ExtensionSetting.Type We haven´t touch anything in our code :( On Friday, May 6, 2016 at 8:08:11 PM UTC+2, Alex Jones wrote: > > I'm still working on getting SAOP, but I've

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread Alex Jones
I'm still working on getting SAOP, but I've noticed it's an intermittent problem. We retried several of the failed requests, and a majority succeed, but some remained failed. Perhaps this is a routing issue? On Friday, May 6, 2016 at 8:26:13 AM UTC-4, joel wrote: > > It looks like the

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Since this seems to be a common issue (I've gotten one other report of this outside of this thread as well), I've reached out to engineering to see if they know what's different. I will post here when I hear something back. Regards, Mike, AdWords API Team On Friday, May 6, 2016 at

Re: SelectorError.INVALID_PREDICATE_FIELD_NAME on 'Status' while filtering campaign using CampaignService.

2016-05-06 Thread 'Peter Oliquino' via AdWords API Forum
Hello, You could use Campaign.status field to filter the campaigns using the CampaignService . Please check

Re: Keyword performance report, keywords with accented characters.

2016-05-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete Report Definition being used along with your clientCustomerId? What character encoding are you using when you read the report? And, what result do you get when you use AdGroupCriterionService

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread joel
I don't have any SOAP logs from before it occurred either. We also haven't updated the Java library so it seems like it must be an unexpected change in the XML that the API returns. And to answer your question we are requesting ExtensionType in both the selector fields and in a predicate,

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread Alex Jones
I do not have any SOAP logs from before the issue occurred, but I am currently working to reproduce the issue and generate some SOAP in our test account. I'll send that along once I have it. I do have some of our application logs that show it was correctly interacting with Ad Extensions on May

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I want to narrow down whether this was a change with the XML that the AdWords API returns, or a change in the Java library's ability to parse the XML. Do you happen to have a log from before, when this was still working fine, so that we can see if the SOAP response included this field?

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread Alex Jones
We are requesting it, and we've been successfully processing using that field for several months now. We're not recently redeployed our Adwords tool suite, and this error first occurred yesterday, so I'm wondering if these was an unintended change in the Adwords API. I'll open a ticket as

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Are you requesting the ExtensionType field in your get request? That field in the selector is what causes this field to be returned. In any case, if the Java library is unable to parse the field, then you should file a bug at the Java library's issue tracker:

Re: limitation of the adword reports api?

2016-05-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you login to your AdWords manager(MCC) account, and click on the Notifications icon in the top right corner, you can see alerts about suspended accounts. If you select a suspended account, you can see the suspension reason on a red banner on the home page. Please take appropriate

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread Alex Jones
I'm also getting this error. On Friday, May 6, 2016 at 8:26:13 AM UTC-4, joel wrote: > > It looks like the CampaignExtensionSettingService is now returning a new > element in the SOAP XML that's unrecognized. This started happening > yesterday. It's causing the SAX parser and API call to fail.

Re: Bug?

2016-05-06 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, If you have an issue with a specific client library, especially a technical one or a bug in the library itself, please report that at the library's GitHub issue tracker so that the owners of the library can take a look directly. Here's a link to the PHP one:

Re: Getting Error CUSTOMER_SERVING_TYPE_REPORT_MISMATCH while trying to run report from manager account

2016-05-06 Thread 'Umesh Dengale' via AdWords API Forum
Hello, I am glad you found the fix. Let us know if you need any other help with AdWords API. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

limitation of the adword reports api?

2016-05-06 Thread tran tung
Hi all. I have been created a java job. it trying to collect reports data of numbers Adwords account what I manager per hours. It work ok but recently, I received a mail from google say that. "Dear admatic, This is our second attempt to contact you. An initial email was sent on April 19, 2016.

SelectorError.INVALID_PREDICATE_FIELD_NAME on 'Status' while filtering campaign using CampaignService.

2016-05-06 Thread Bo Gao
Hi there, I'm developing application with Adwords API V201509. I'm trying to filter campaigns by IDs and Status through CampaignService. According to https://developers.google.com/adwords/api/docs/reference/v201603/CampaignService.Campaign#status I should use 'Status' as the field name to

New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread joel
It looks like the CampaignExtensionSettingService is now returning a new element in the SOAP XML that's unrecognized. This started happening yesterday. It's causing the SAX parser and API call to fail. Any idea how to fix? Do we need to pull the newest client library? Below is a sanitized

Re: Getting Error CUSTOMER_SERVING_TYPE_REPORT_MISMATCH while trying to run report from manager account

2016-05-06 Thread scout50ppc
Hey, I got solution. It am getting records from reports. Thanks On Friday, May 6, 2016 at 11:03:17 AM UTC+5:30, scout...@gmail.com wrote: > > Give me private email so i can send you > > On Thursday, May 5, 2016 at 8:54:30 PM UTC+5:30, Umesh Dengale wrote: >> >> Hello, >> >> Have you tried to

Keyword performance report, keywords with accented characters.

2016-05-06 Thread W Berry
Hi, When I run the Keyword performance report, for keywords with accented characters (in my case, é), the keyword name is transformed, example <> to <>, in Italian Language in my case. Is this expected behavior? Am I missing something? Thanks -- --