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
How can i pull Ads data using Adwords API?
Data like:-
1> landing page URL of each Ad in Campaign.
2> Keywords related to each Ad.
3> status of each Ad.
Umesh Dengale
unread,
Aug 31, 2015, 3:53:45 PM8/31/15
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 Pratibha,
You could use the AdGroupAdService to get the information about the final URLs and Ad status. You could use the AdGroupCriterionService to get the keywords associated with the AdGroup. Please check out our GetKeywords and GetTextAds example code from Java client library.