Hi, I need to get ads, but only from ad groups with > 1k impressions. How i
can do this? Can i use subquery (firstly to get ad groups with > 1k
impressions and then get ads ). I don't understand how i can use metrics,
when i use metrics it shows me inmpressions per ad.not group. Thank you!
--
Hi, please tell me how I can get absolute or top impression share of search
terms(not keywords)? Thank you!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received th
Hello! How can I get placements in Perf Max campaigns via Google Ads API?
I mean get statistics( costs and convs) based on different placements
(Search Network, Display Network, YouTube, Gmail, Discovery & Maps) in Perf
Max.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us o
Hello! I need to get costs and convs of my max perfomance campaings per
asset group
This query return me the assets groups for each campaign:
SELECT
customer.id,
customer.descriptive_name,
asset_group_asset.field_type,
asset_group.id,
asset_group.name,
asset_group.resource_name,
asset_group_asset.
Thank you, but I can not see any segment (segment.date) in asset_group.
What should I do if I need metrics, for example, for last 7 days?
четверг, 14 декабря 2023 г. в 23:56:22 UTC+2, Google Ads API Forum Advisor:
> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> By r
Hello! I have a question. In Pmax campaigns settings you can find asset
optimization setting for text and video. I need to implement this info by
API.
I used this query
SELECT
customer.descriptive_name,
campaign.name,
campaign.asset_automation_settings
FROM campaign
Generally info is correct,