Let me elaborate and say that I am trying to update an ad and then re add the ad.
I want the ad['ad']['name'] not ad['ad']['image']['name'](already have this.) Maybe I am doing it all wrong? On Dec 22, 2:03 pm, Tyrel Souza <[email protected]> wrote: > I am trying to get my ImageAds Ad name and I am told > fromhttp://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdSe... > > that I need to use the ImageCreativeName, and I toss it in this: > > report = {'selector': { > 'fields': > [ 'Id','AdGroupId','Status',"CampaignId","ImageCreativeName" ], > 'predicates': [{'field': 'AdGroupId', 'operator': > 'IN','values': adgrps}, > {'field': 'Status', 'operator': > 'EQUALS','values': ['ENABLED'] > }] > } > > } > > but all I get back are the Id, AdGroupId, Status, and CampaignId, no > ImageCreativeName. > > What am I doing wrong? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
