You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Good day
Is it possible to ping the adwords api with a numeric campaign id to get the actual name back?
thank you
Peter Oliquino
unread,
Nov 25, 2016, 3:31:18 AM11/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Ildar,
You may do so using the CampaignService.get and use the Id field as a predicate in your Selector to select the campaign Name. You may also refer to our GetCampaigns example (other languages are also available in the link) for more information. Alternatively, you may also generate the Campaign Performance Report (to get performance data) and use the CampaignId field to get the CampaignName and other campaign statistics.