Re: Impressions correct when fetched from product_group_view but lower when fetched from ad_group

2022-06-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Konstantin,

I got some clarification from one of our Shopping experts. The 
product_group_view and shopping_performance_view both count events on products 
instead of on ads. The campaigns in question are Smart Shopping campaigns, 
where ads will serve with multiple products. When that happens:

The ad receives just 1 impression. This is reflected in reports at the ad level 
or above, such as queries on ad_group_ad, campaign, or customer.
Each product receives 1 impression. This is reflected in the product_group_view 
and shopping_performance_view reports, which are at the product level.

Therefore, the counts in product_group_view and shopping_performance_view are 
not expected to match reports on those other resources.

Let me know if that doesn't clear things up.

Cheers,
Josh Radcliff, Google Ads API Team
ref:_00D1U1174p._5004Q2bCeiO: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/mu_220RCWKWF00EF0TRV3LRfSGsfP5hIk_yQ%40sfdc.net.


Re: Impressions correct when fetched from product_group_view but lower when fetched from ad_group

2022-06-03 Thread Konstantin Tarassow
Just as an additional info:

The mismatch is also present in the UI. The client sent me screenshots from 
the UI, the impressions reported on the product paritions view are higher 
in the UI then for the corresponding campaign in the campaigns view.

On Tuesday, May 24, 2022 at 7:52:55 PM UTC+2 adsapi wrote:

> Hello Konstantin,
>
> Thanks for reaching out and providing all the information.
> Allow me to raise this to the rest of the team. Rest assured that we will 
> reach out to you as soon as possible with the following updates.
>
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
>
> ref:_00D1U1174p._5004Q2bCeiO: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/779e4790-f684-4ae7-ae49-5cfa4987682fn%40googlegroups.com.


RE: Impressions correct when fetched from product_group_view but lower when fetched from ad_group

2022-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Konstantin,

Thanks for reaching out and providing all the information.
Allow me to raise this to the rest of the team. Rest assured that we will reach 
out to you as soon as possible with the following updates.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2bCeiO: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/wMv4x0RCEEZS00ZQeLyRIqRjSg2qyE31xzSg%40sfdc.net.


RE: Impressions correct when fetched from product_group_view but lower when fetched from ad_group

2022-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Konstantin,

Thank you for raising this concern to Google Ads API forum. I would like to 
inform you first that I am going to delete your initial post as it contains 
sensitive information. I just pasted the context of your concern below without 
the sensitive information.

Best Regards,

Jakeia
Google Ads API Team


*

As your concern is this:

Hello,

we see a behaviour in the API which we cannot explain.

For the same campaign/adgroup (which only contains listing groups)

- when we fetch the number of impressions from product_group_view we get the 
correct total number of impressions (18542 - the same as displayed in the Ads 
UI)
- when we fetch the number of impressions from ad_group the total number of 
impressions (16401) is too low
- the number of clicks (97) is the same in both cases, as expected

What is the reason for this?

---ADGROUP--IMPRESSIONS-TOO-LOW--
ref:_00D1U1174p._5004Q2bCeiO: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/9LjUr0RCEEUS00HBdMhtsaTuqDtiyL6C1qfw%40sfdc.net.


Impressions correct when fetched from product_group_view but lower when fetched from ad_group

2022-05-23 Thread Konstantin Tarassow
Hello,

we see a behaviour in the API which we cannot explain.

For the same campaign/adgroup (which only contains listing groups) 
- when we fetch the number of impressions from product_group_view we get 
the correct total number of impressions (18542 - the same as displayed in 
the Ads UI)
- when we fetch the number of impressions from ad_group the total number of 
impressions (16401) is too low
- the number of clicks (97) is the same in both cases, as expected


What is the reason for this?

---ADGROUP--IMPRESSIONS-TOO-LOW--

Request
---
Method Name: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.21 gccl\/13.0.0 gapic\/13.0.0 
gax\/1.7.1 grpc\/1.38.0",
"x-goog-request-params": "customer_id=5301162827",
"developer-token": "REDACTED",
"login-customer-id": "4554523147"
}
Request: 
{"customerId":"5301162827","query":"\nSELECT 
segments.date,\ncampaign.id,\nad_group.id,\nmetrics.clicks,\nmetrics.impressions\n
 
   FROM ad_group\nWHERE segments.date 
BETWEEN '2022-05-09' AND '2022-05-09'\nAND 
campaign.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group.status IN(ENABLED, PAUSED, REMOVED)\nAND 
campaign.id = 14671541700\n"}

Response
---
Headers: {
"content-disposition": "attachment",
"date": "Mon, 23 May 2022 16:24:10 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; 
v=\"46,43\""
}
Response: 
{"results":[{"adGroup":{"resourceName":"customers\/5301162827\/adGroups\/127453525676","id":"127453525676"},"campaign":{"resourceName":"customers\/5301162827\/campaigns\/14671541700","id":"14671541700"},"metrics":{"clicks":"97","impressions":"16401"},"segments":{"date":"2022-05-09"}}],"fieldMask":"segments.date,campaign.id,adGroup.id,metrics.clicks,metrics.impressions","requestId":"Wjd732A6UYWExjSKBYrJgg"}

---LISTING-GROUPS-IMPRESSIONS-CORRECT
Request
---
Method Name: /google.ads.googleads.v9.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.4.21 gccl\/13.0.0 gapic\/13.0.0 
gax\/1.7.1 grpc\/1.38.0",
"x-goog-request-params": "customer_id=5301162827",
"developer-token": "REDACTED",
"login-customer-id": "4554523147"
}
Request: 
{"customerId":"5301162827","query":"\nSELECT 
segments.date,\ncampaign.id,\nad_group.id,\nad_group_criterion.resource_name,\nmetrics.clicks,\nmetrics.impressions\n
 
   FROM product_group_view\nWHERE 
segments.date BETWEEN '2022-05-09' AND '2022-05-09'\n   
 AND campaign.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group.status IN(ENABLED, PAUSED, REMOVED)\nAND 
ad_group_criterion.status IN(ENABLED, PAUSED, REMOVED)\n   
 AND campaign.id = 14671541700\n"}

Response
---
Headers: {
"content-disposition": "attachment",
"date": "Mon, 23 May 2022 16:26:38 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; 
v=\"46,43\""
}
Response: