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 this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b6fd4b8-0372-42ff-8708-a3e48286f5bbn%40googlegroups.com.


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 reviewing your concern, I understand that you're aiming to access the 
> costs and conversions of your Performance Max campaigns via the 
> *asset_group_asset* 
>  
> resource. Kindly note that asset_group_asset resource doesn’t support 
> metrics. I would recommend you kindly refer to the *asset_group* 
>  
> resource where metrics can be retrieved per each asset group. 
>
> Please find the sample GAQL query: 
>   
>
>
> SELECT asset_group.id, asset_group.name, asset_group.resource_name, 
> asset_group.status, metrics.clicks, metrics.conversions, 
> campaign.advertising_channel_type FROM asset_group WHERE 
> campaign.advertising_channel_type = 'PERFORMANCE_MAX'
>
>
> Additionally, you can utilize the *Google Ads Query Builder* 
> 
>  
> and *Query Validator* 
>  
> to build and validate the queries for retrieving the data from the Google 
> Ads API. 
>
> I hope this helps. Kindly get back to us if you have any further questions 
> related to the Google Ads API. 
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r1r6G:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86a70ef2-1c20-49a7-841b-a1f2e43063dfn%40googlegroups.com.


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.resource_name,
asset_group_asset.status,
asset_group_asset.field_type,
asset.name
FROM
asset_group_asset
WHERE
campaign.advertising_channel_type="PERFORMANCE_MAX"

How can I merge this data  with metrics.costs and metrics.convertions? 
Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90f3e045-41ec-4cff-8bc2-24fc10c98925n%40googlegroups.com.


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 on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3be5dad0-91f2-454d-adfb-86d4234a0f4fn%40googlegroups.com.


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!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/501dd7ce-c991-4b08-bcb7-bfe243b38218n%40googlegroups.com.