Campaings that have the same name appear many times

2023-01-26 Thread hernesto vallegas
Hello, in google ads api i'm executing a query to select my campaings but a 
specific campaign appears 3 times (they have the same name, but differents 
ids and status), i want those 3 to appear only one but time with their 
stats added. But i dont know how to do it

SELECT 
campaign.id, 
campaign.name, 
campaign.status,
campaign.start_date, 
campaign.end_date,  
metrics.clicks, 
metrics.ctr, 
metrics.impressions
FROM campaign 
WHERE segments.date >= "'2023-01-01" AND segments.date <= "'2023-01-19'" 

using this image of google ads interface as reference, in yellow are how 
they appear in the query results, but i want it to appear only one time 
with the stats in red

[image: photo.png]

Trying to add 'campaign.status != "REMOVED"' to the query only remove two 
of them, but it dont group them.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e2b97ea-c139-48b4-9dfb-2cdfd194ecf8n%40googlegroups.com.


Re: Can you get YouTube earned actions metrics in API now?

2022-11-29 Thread hernesto vallegas
thanks

On Tuesday, November 29, 2022 at 3:33:19 AM UTC-5 adsapi wrote:

> Hi Hernesto,
>
> Currently, Youtube metrics aren't available in the API. Yes it is true 
> that a request for Youtube metrics has been raised already. However, this 
> request is subject to review. So what we can do is to advise you to keep an 
> eye on our blog 
>  for 
> an update.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ggDA8:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bd4b4e6e-4574-4f15-8c92-9e3c25df5ff6n%40googlegroups.com.


Can you get YouTube earned actions metrics in API now?

2022-11-28 Thread hernesto vallegas
Hello, i wanted to know if i can get metrics like: Earned views, Earned 
view rate, Earned subscribers, Earned playlist additions, Earned likes and 
Earned shares. From the api 

I did read that they created a feature request on february of this year, 
but i haven't see updates about this

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6ffaf9ca-064d-474b-8d7e-e667f01befb2n%40googlegroups.com.