I am trying to get my ImageAds Ad name and I am told from
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.ImageAd.html

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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to