Hi, I looked into it yesterday also and couldn't find it there, but this code has been working since last year, and the error reference is the AdType field. This error came up only yesterday.
More code: // Get the service, which loads the required classes. $adGroupAdService = $user->GetService('AdGroupAdService', ADWORDS_VERSION); if($type == 'IMAGE_AD') { // Create AWQL query. $query = 'SELECT Url,CreativeFinalUrls,CreativeFinalMobileUrls,Id, ImageCreativeName, Status, AdType WHERE Status IN [ENABLED, PAUSED] AND AdType IN [IMAGE_AD] ORDER BY Id ASC'; } elseif ($type == 'TEXT_AD') { $query = 'SELECT Headline,Url,CreativeFinalUrls,CreativeFinalMobileUrls, Id, Description1, Description2, Status, AdType WHERE Status IN [ENABLED, PAUSED] AND AdType IN [TEXT_AD] ORDER BY Id ASC'; } // Create paging controls. $offset = 0; do { // Make the get request. $pageQuery = sprintf('%s LIMIT %d,%d', $query, $offset,AdWordsConstants::RECOMMENDED_PAGE_SIZE); // Make the query request. $page = $adGroupAdService->query($pageQuery); It has been worked until yesterday. 2015. november 19., csütörtök 23:01:07 UTC+1 időpontban Nadine Sundquist (AdWords API Team) a következőt írta: > > Hi Béla, > > Under the AdGroupAdService, I looked at AdGroupAd > <https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupAdService.AdGroupAd>, > > Ad > <https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupAdService.Ad>, > > and some of the other sub-objects under *Ad*. I couldn't find *AdType* as > a field name. The only field that is similar to that field name is Ad.Type > <https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupAdService.Ad#adtype>, > > but that field is not selectable and not filterable. I know there's a > feature request in to have a filterable AdType for Ad, but it does not > exist today. > > Cheers, > Nadine, AdWords API Team > > On Thursday, November 19, 2015 at 10:58:52 AM UTC-5, Béla Szabó wrote: >> >> Hi! >> >> Getting this error since today, which is strange because i can't see any >> change on the AWQL field names. >> >> [SelectorError.INVALID_FIELD_NAME @ query; trigger:'AdType', >> SelectorError.INVALID_PREDICATE_FIELD_NAME @ query; trigger:'AdType'] >> >> The query is: >> >> SELECT Url,CreativeFinalUrls,CreativeFinalMobileUrls,Id, >> ImageCreativeName, Status, AdType WHERE Status IN [ENABLED, PAUSED] AND >> AdType IN [IMAGE_AD] ORDER BY Id ASC >> >> Using with AdGroupAdService. >> >> Thanks for any help. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/91df7d84-96e5-4c63-ba2c-e85f9d71d73e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.