Hi John, You have to uncomment clientId line for the call to work. I haven't worked with Apility before, but I'm assuming that Apility used to retrieve all the campaigns for all accounts under your MCC in a single call. If this is the case, then v201008 doesn't work like way. You have to retrieve the campaigns for one client account at a time.
Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 19, 3:11 pm, john_sierra <[email protected]> wrote: > Just started using v201008. > The aplity api was returning correct results. So I assume it has > something to do with settings.ini and auth.ini > > My developer token is mcc token. > The same credential works with the older version of php client library > [apility] > > But with v201008, i get no campaign found > > ==== > auth.ini > > email = "**[email protected]" > password = "ttt**" > userAgent = "Company name" > applicationToken = "ignored" > developerToken = "ttt" > > rest all commented out > ;Uncomment to make requests against a client account. > ;clientId = "*[email protected]"; > > ==== > > settings.ini > ;DEFAULT_SERVER = "https://adwords.google.com" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
