Can i access the targetingIdeaService from Adwords API within R?
27 views
Skip to first unread message
tpre...@expedia.com
unread,
Mar 20, 2018, 2:14:40 AM3/20/18
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,
I want to access the targetingIdeaService within the AdWords API from R.
I can currently pull reports using the RAdwords package. I've written the majority of my script in R so it would be annoying to re-write in python just to access this service.
Vincent Racaza (AdWords API Team)
unread,
Mar 20, 2018, 3:59:34 AM3/20/18
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,
The R Package is not officially supported in the AdWords API. You can see here for the list of supported client libraries that you can use.
I am not sure how the R package accesses the AdWords API services, but you can refer to the attached file for a sample SOAP request for the TargetingIdeaService so you can emulate on your end using your current client library.