Re: Duplicate Campaign Names Suddenly Allowed

2014-03-13 Thread Cesar D.
Hi Josh, A good example is when using Ad hoc reports. In the past you could assume all campaign names were unique and code accordingly; now when fetching the report you have properly handle duplicated rows, which requires additional logic for both new and existing applications. Same

ERROR_GETTING_RESPONSE_FROM_BACKEND when filtering by Labels

2014-07-17 Thread Cesar D.
I'm trying to query the CAMPAIGN_PERFORMANCE_REPORT filtering by Labels using a selector like this: {operator: CONTAINS_ANY, field: Labels, values: [MY_LABEL]} As a result I get ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND. I've tried with other operators but get a different error:

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when filtering by Labels

2014-07-17 Thread Cesar D.
to be an array like [12,342,234]. -Danial, AdWords API Team. On Thursday, July 17, 2014 1:51:40 PM UTC+4, Cesar D. wrote: I'm trying to query the CAMPAIGN_PERFORMANCE_REPORT filtering by Labels using a selector like this: {operator: CONTAINS_ANY, field: Labels, values: [MY_LABEL]} As a result I

Re: Error and adwords Service not found

2014-09-02 Thread Cesar D.
We had a lot of those XML_STREAM_EXC errors, it was yesterday though. On Monday, September 1, 2014 4:59:06 PM UTC+2, kamil.gr...@gmail.com wrote: Hi, we have the same problem here. Were using v201406. Various services randomly returns 'XML_STREAM_EXC'. The problem starts today at 9:21

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Cesar D.
Is there and ETA for a solution? I also need a fix for this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UAC (Universal app campaigns) support in the API

2016-03-07 Thread Cesar D.
Hi Umesh, It's been 5 months down the road and a new API version has been released. I couldn't find anything about it in the release notes. Is the situation still the same regarding Universal App Campaigns? Thanks, César On Wednesday, October 28, 2015 at 3:52:30 PM UTC+1, Umesh

QualityScore in AdGroupCriterionService, results are different in v201609

2016-09-22 Thread Cesar D.
I have a piece of code that returns the count of keywords within a given QualityScore range (0 to 6, for instance) through the AdGroupCriterionService. {u'dateRange': {u'max': '20160921', u'min': '20160921'}, u'fields': [u'Id'], u'paging': {u'numberResults': u'0'}, u'predicates':

Re: QualityScore in AdGroupCriterionService, results are different in v201609

2016-09-22 Thread Cesar D.
Hi Peter, Thanks for answering. Yes, I meant v201607. I understand that some keywords may not have a QualityScore and thus have no data for QualityInfo. However, according to the link kindly provided by you if a keyword has a quality score I should be still able to get QualityInfo.

Campaing criteria query does not produce data from Shopping campaigns

2023-01-12 Thread Cesar D.
I'm trying to get all campaign criteria in my account using the following query: SELECT campaign_criterion.criterion_id, campaign.id, campaign.name, campaign.advertising_channel_type FROM campaign_criterion WHERE campaign_criterion.type = 'LANGUAGE' AND campaign_criterion.negative = FALSE AND