So: how do I get the metrics (impressions, clicks ..) of DSA ad target criteria with the Google Ads API (used to be the criterion type "WEBPAGE" in the legacy Criteria Performance Report)?
Regards
Mat
googleadsapi...@google.com
unread,
May 8, 2019, 11:48:42 AM5/8/19
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 m...@keyword-experte.de, AdWords API and Google Ads API Forum
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 and Google Ads API Forum
Hi Bharani,
thx for the quick response.
But - which ResurceName do I have to use in a query? Apparently, there are no metrics available in "campaign_criterion" nor in "ad_group_criterion"
And how can I get the ID of the webpage criterion to update it (e.g. the cpc_bid) later on?
Would you mind helping me out with a short example in the Google Ads Query Language?
Regards
Mat
googleadsapi...@google.com
unread,
May 9, 2019, 2:43:57 PM5/9/19
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 m...@keyword-experte.de, AdWords API and Google Ads API Forum
Hello Mat,
You will need to use the campaign_criterion.resource_name which will return the criterion Id for the specific resource. Similarly, you can obtain the resource name for ad group too. This can be used to update the bid values. The metrics data is currently available at the campaign, ad group and ad level. I have raised a feature request to the team regarding this. You may find the code sample to pull the reports here. Could you please give this a try?