RE: SelectorError.INVALID_PREDICATE_FIELD_NAME

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Samantha, Thanks for reaching out. Can you confirm which API the third party tool uses? I see you linked to ddp.googleapis.com, which is not related to the AdWords or Ads API. It seem it's related to the DDP API (Ad Manager). You might try asking about this on their dedicated forum, here. T

SelectorError.INVALID_PREDICATE_FIELD_NAME

2022-01-26 Thread Samantha Kapai
: predicate['operator']['value'] = "CONTAINS" predicate['field'] = "Name" predicate['values'] = name_filter selector['predicates'] = [predicate] Error: SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector, RequiredError.REQUIRED @ s

Re: SelectorError.INVALID_PREDICATE_FIELD_NAME

2018-11-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The field ProductPartition.partitionType that you are trying to use as predicate cannot be filtered on. Please check this table

SelectorError.INVALID_PREDICATE_FIELD_NAME

2018-10-31 Thread Konstantin Krylov
:type="SelectorError"> PartitionType SelectorError.INVALID_PREDICATE_FIELD_NAME SelectorError INVALID_PREDICATE_FIELD_NAME -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: SelectorError.INVALID_PREDICATE_FIELD_NAME (Documentation Bug Report)

2016-12-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Drew, Thanks for bringing this to our attention. We will have the document updated as soon as we can. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.c

SelectorError.INVALID_PREDICATE_FIELD_NAME (Documentation Bug Report)

2016-12-19 Thread Drew Loika
FYI the following link is currently broken for me: https://developers.google.com/adwords/api/docs/common-errors#SelectorError.INVALID_PREDICATE_FIELD_NAME -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

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 out

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

2016-05-06 Thread Bo Gao
as the field name to create Predicate. However, I got [SelectorError.INVALID_PREDICATE_FIELD_NAME @ selector; trigger:'Status']. I tried 'status', 'CampaignStatus' and 'campaignStatus' but got no luck. AdGroup and AdGroupAd can be filtered by status using the