My questions are: 1) if I setup DEFAULT_VERSION to "v201109", are ALL objects and methods in the php client library "forced" to use that API version?
2) or, instead, will the php client library automatically use the "proper" API version for non-matching methods/objects? 3) If so, how can I know which objects/methods within the php client library are not compatible with the "v201109" API version? Thanks a lot. On Thu, Dec 29, 2011 at 3:34 PM, Evgeniy Bogdanov <[email protected]> wrote: > Hi Luis. > > This constant is used to point library which version of API should be > used by default to connect. > So you can use just: > $targetingIdeaService = $user->GetService('TargetingIdeaService'); > > Instead of: > $targetingIdeaService = $user->GetService('TargetingIdeaService', > 'v201109'); > > Regards, > Evgeniy. > > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > 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 > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
