Hi Ads API Team,
Thanks for giving us a half-baked product.
Please excuse the language, but we are in deep trouble because of the Asset based Ads API shortcomings.
We have been using feeditemid to get adid/adgroup/campaign/impressions/clicks for more than a few years.
And now you have introduced this half-baked incomplete product called “assets”.
Which although is proclaimed to be a replacement for FeedItem but it’s nowhere close.
We have been using the following query for a long time.
{
"query”:
" select ad_group_ad.ad.id, ad_group.id, campaign.id, metrics.impressions, metrics.clicks
from feed_item
where feed_item.id='<feedItemId>'
and feed_item.status='ENABLED'
and segments.date BETWEEN '<date string 1>' and '<date string 2>'
and customer.time_zone='<timeZone ID>'
"
}
And happily getting results.
Now, with asset id, we have scoured the whole Ads API and not able to find an alternative.
We thought this would be the most straightforward alternative, but unfortunately not.
ad_group_ad_asset_view
This is the query we used:-
{
"query":
" SELECT ad_group.id, campaign.id, metrics.clicks, metrics.impressions
FROM campaign_asset WHERE asset.id = 46206883834 AND segments.date BETWEEN '2022-09-09' and '2022-09-09' "
}
And we got absolutely no results.
We found to this do some good, but stupidly enough cannot find adid in there (beggar’s belief why not?)
{
"query":
" SELECT ad_group.id, campaign.id, metrics.clicks, metrics.impressions
FROM campaign_asset WHERE asset.id = 46206883834 AND segments.date BETWEEN '2022-09-09' and '2022-09-09'
"
}
So what do we do with this incomplete and frustrating asset based Ads API?
Thanks,
Ashish
|
||||||
Hi Carmela,
I do not have a problem with Google Ads UI.
This is my problem:-
Screenshot 1- After getting feeditem id for the call extension, I can use the following to get the clicks/impression data for combination of ad/adgrp/camp
This does not work since Call Ext Upgraded
Screenshot 2 – After getting asset id for the call extension, I cannot get the clicks/impression data for combination of ad/adgrp/camp
Following screenshot does not show ad id.
Screenshot 3 – This is what we need, and we cannot get Ad Id added to the field list, neither in API nor UI, and for us, that’s a huge problem.
From: Google Ads API Forum Advisor <ads...@forumsupport.google>
Sent: Monday, 12 September 2022 2:55 PM
To: Ashish [Delacon] <ash...@delaconcorp.com>
Cc: adwor...@googlegroups.com
Subject: RE: cannot get impressions and clicks for ads using asset id - major shortcoming
You don't often get email from ads...@forumsupport.google. Learn why this is important |
|
||||||
|
||||||
Hi Peter,
Let me take this a little further – “You may note that the Google Ads API only mirrors what is currently available in the Google Ads UI”
Below is the screenshot from the Ads UI
Please enlighten me and let me know which API this is being mirrored from.
If you can help me with this, I might forget about how useless the Asset library API is.
Please advise.
Thanks,
Ashish
From: Google Ads API Forum Advisor <ads...@forumsupport.google>
Sent: Wednesday, 14 September 2022 2:02 AM
To: Ashish [Delacon] <ash...@delaconcorp.com>
Cc: adwor...@googlegroups.com
Subject: RE: cannot get impressions and clicks for ads using asset id - major shortcoming
Hi Ashish,