Hey Amine, it seems the documentation for some languages are outdated. For example, when i click the link Danial Supported, im getting redirected to the german Version of the doc, wich is outdated. Try out the untranslated version of the doc, its up to date: "http:// code.google.com/intl/en-US/apis/adwords/docs/"
@Danial: The documentation in german and probably some other languages is outdated. ;) Regards, Thomas --- THOMAS DÖLLMANN | SOFTWARE DEVELOPER | unique / hamburg | www.uniquedigital.de On 6 Mai, 18:38, Amine KHATTABI <[email protected]> wrote: > the selector does no more exists in the v201008 // how to use Predicate so; > I was using the v201101 > > $selector = new Selector(); > $selector->fields = array('Id', 'AdGroupId','KeywordText','Status'); > $selector->ordering = array(new OrderBy('AdGroupId', 'ASCENDING')); > $adGroupIdPredicate = new Predicate('KeywordText', 'EQUALS', > $KwdText); > $selector->predicates = array($adGroupIdPredicate); > $page = $adGroupCriterionService->get($selector); > > please keep me updated; -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
