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 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 same way I did to campaign. However, for AdGroup it accepts 'AdGroupStatus' rather than 'Status' which is mentioned in https://developers.google.com/adwords/api/docs/reference/v201603/AdGroupAdService.AdGroupAd#status . Any comments on how to filter campaign by status? And why 'AdGroupStatus' for AdGroup? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0ad93d0b-86b1-48ef-ae93-c279bdb83c6d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
