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
I am using the Java adwords API (v201509). To the best of my understanding the KEYWORDS_PERFORMANCE_REPORT returns an id for the keywords. I want to get the actual text corresponding to these ids. I was wondering if someone can point me to a code sample that extracts keyword text from an Id or post a code sample here.. Thanks.
Umesh Dengale
unread,
Feb 12, 2016, 1:02:47 PM2/12/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
Hello,
You could use the Criteria field to get the description of the keyword from the KEYWORDS_PERFORMANCE_REPORT. Please check out theDownloadCriteriaReport (Criteria field) Java example code from the client library. Other languages example code could be found here.