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 Google Ads API and AdWords API Forum
I'm working on migrating our code which is using Adwords CLICK_PERFORMANCE_REPORT to use Google Ads API click_view.
Some attributes such as ad group ad, keyword and user_list are being returned as RESOURCE_NAME. What's the correct way to extract the resource id out of the
RESOURCE_NAME?
Google Ads API Forum Advisor
unread,
Jan 17, 2022, 4:13:40 PM1/17/22
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 yogitr...@gmail.com, adwor...@googlegroups.com
Hi,
Ad resource names have the form: /customers/{customer_id}/ads/{ad_id}. Ad group criterion resource names (including keywords) have the form: /customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}. A user_list resource name is customers/{customer_id}/userLists/{user_list_id}.