The CriterionId for ad performance report migration

2022-03-18 Thread 'Hao Long' via Google Ads API and AdWords API Forum
HI Google Support Team,

This conversation is ask help for how to get 
CriterionId(segments.keyword.ad_group_criterion in Google Ads API) in 
Google Ads API.

we have Google AdWords query as below need migrate to Google Ads API:
select
Date
, CriterionId
, Id
, AdGroupId
, CampaignId
, AccountCurrencyCode
, Cost
, Clicks
, Impressions
, Device
, Interactions
, InteractionRate
from ad_performance_report

and Google Ads API query transfer as below:
select
segments.date,
segments.keyword.ad_group_criterion,
ad_group_ad.ad.id,
ad_group.id,
campaign.id,
customer.currency_code,
metrics.cost_micros,
metrics.clicks,
metrics.impressions,
segments.device,
metrics.interactions,
metrics.interaction_rate
from ad_group_ad
WHERE segments.date DURING LAST_7_DAYS

By data comparison we found  if include 
segments.keyword.ad_group_criterion, in select clause, it will led some 
records could not download. once we removed this field from select clause 
the data volume is very close between the data download from AdWords and 
Ads API.

As CriterionId is very important field we will used in downstream logic we 
need download this field as Google AdWords API. for my understanding field 
segments.keyword.ad_group_criterion should query from keyword_view? if yes 
could you please help guide how to map this field back to data feed 
download from ad_group_ad?

Thanks
Hao

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12f0f0c8-5f83-44c3-9b8b-75b3ebc608fdn%40googlegroups.com.


RE: The CriterionId for ad performance report migration

2022-03-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out. Can you verify that the rows that are not being 
included are in fact keyword criteria? This may be due to an intentional change 
from the AdWords API to the Ads API. The AdWords API was unintentionally 
exposing non-keyword criteria, which may explain the additional rows that you 
observed in the AdWords API. The Ads API enforces that the criterion is 
actually a keyword, and this logic matches the UI. Can you please also verify 
that the Ads API matches the Ads UI for your report?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2YpAbz: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/1qtqM0R8YG8F00NYcmIia1TR2onLbwAKlKow%40sfdc.net.


Re: The CriterionId for ad performance report migration

2022-04-04 Thread don....@gmail.com
Hello Matt, what if Criteria Type to trigger Ad was not search keyword, but 
User List or Household income for example, how to get such campaigns as 
part of the ad_group_ad report knowing  criterion id at the same time?
Is it possible with Google Ads Api? Because we are seeing similar behavior 
that campaigns/ads with not search keyword criterion gets excluded from 
ad_group_ad report. Could you explain reasoning behind this or refer to the 
corresponding doc?

Thank you!

On Friday, March 18, 2022 at 9:17:23 PM UTC+2 adsapi wrote:

> Hello,
>
> Thanks for reaching out. Can you verify that the rows that are not being 
> included are in fact keyword criteria? This may be due to an intentional 
> change from the AdWords API to the Ads API. The AdWords API was 
> unintentionally exposing non-keyword criteria, which may explain the 
> additional rows that you observed in the AdWords API. The Ads API enforces 
> that the criterion is actually a keyword, and this logic matches the UI. 
> Can you please also verify that the Ads API matches the Ads UI for your 
> report?
>
> Thanks,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2YpAbz: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/f5bcf405-79d3-4ddf-bf15-a6066e2920b9n%40googlegroups.com.


Re: The CriterionId for ad performance report migration

2022-04-04 Thread don....@gmail.com
Thank you for the reply? But does the same apply for click_view report as 
well?
I posted question regarding it in this thread too
https://groups.google.com/u/1/g/adwords-api/c/OjHqrlNSgks/m/c3D8zMmOBQAJ

in the click_view report you can get criteria that triggered click only if 
its of the type KEYWORD or USER_LIST, but why not some other too? Like for 
example USER_INTEREST, WEBPAGE, INCOME_RANGE etc

On Monday, April 4, 2022 at 9:20:47 PM UTC+3 adsapi wrote:

> Hello,
>
> The Ads API reports are all multi-attributional. This differs from the 
> AdWords API which contained single attribution reports (i.e. one criterion 
> took full credit for the impression). Hence, it is not possible to get a 
> single criterion associated with an impression. This shift to 
> multi-attributional reporting is discussed in the migration guide 
> .
>  
> Keyword criteria are the exception to this. 
>
> Regards,
>
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YpAbz: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/6b6c9d14-fe78-43f6-914e-67558d3a3ae4n%40googlegroups.com.