Hi Danial, Yeah, I figured that out but thanks anyway for support!
Sinisa. On Dec 9, 10:28 am, Danial Klimkin <[email protected]> wrote: > Hello Sinisa, > > NetworkTargets have been transferred to CampaignService as set of flags: > > http://code.google.com/apis/adwords/docs/reference/latest/CampaignSer... > > To retrieve them, include the relevant flag name in the 'fields' array like: > > campaign_srv = adwords.service(:CampaignService, API_VERSION) > selector = { > :fields => ['Id', 'Name', 'Status', 'TargetContentNetwork'], > :ordering => [{:field => 'Name', :sort_order => 'ASCENDING'}]} > > response = campaign_srv.get(selector) > > Please see the following page for the reference: > > http://code.google.com/apis/adwords/docs/appendix/selectorfields.html... > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
