How i can make subquery in Google ads query language?

2022-10-14 Thread Yevhen Serdiuk
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! --

Search_term and impression share

2024-04-11 Thread Yevhen Serdiuk
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

Placements in Perf Max

2023-12-11 Thread Yevhen Serdiuk
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

Assets metrics

2023-12-14 Thread Yevhen Serdiuk
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.

Re: assets metrics

2023-12-15 Thread Yevhen Serdiuk
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

Asset Optimization setting

2025-06-06 Thread Yevhen Serdiuk
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,