Dear Google,

Thanks for the quick response! So I expect that the numbers can be less as 
there are no auto-generated assets included however what I observe is that 
the asset reporting is showing 10x more than the campaign reporting which 
seems strange to me.

*Request 1 (campaign level metrics), this is matching the UI, so no 
question on this:*
SELECT
campaign.id,
campaign.name,
campaign.campaign_budget,
campaign.status,
campaign.advertising_channel_type,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.video_views,
segments.date,
segments.ad_network_type,
metrics.video_quartile_p25_rate,
metrics.video_quartile_p50_rate,
metrics.video_quartile_p75_rate,
metrics.video_quartile_p100_rate,
metrics.active_view_measurable_impressions
FROM
campaign
WHERE
segments.date = '2024-03-24' AND
campaign.advertising_channel_type = 'PERFORMANCE_MAX' AND
campaign.id = '21062943085'
ORDER BY
campaign.id

request id: heA6ScWjdaYsmBqb89zKfw
cost_micros: 51473190
*Request 2:Campaign level with asset metrics*
SELECT
campaign.name,
campaign.id,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros,
metrics.conversions,
metrics.conversions_value,
segments.asset_interaction_target.asset,
segments.asset_interaction_target.interaction_on_this_asset
FROM
campaign
WHERE
segments.date = '2024-03-24' AND
campaign.advertising_channel_type = "PERFORMANCE_MAX" AND
campaign.id = '21062943085' AND
metrics.cost_micros > 0
ORDER BY campaign.id

request id: HGidwqjxKszb7nrORQmrlw
cost_micros summed: 383681900 How can it be that request 2 the cost micros 
is soo much more than request 1?

If you need more information, please let me know.

Kind regards,

Siebert Looije  
Op dinsdag 20 augustus 2024 om 22:02:10 UTC+2 schreef Google Ads API Forum 
Advisor:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Kindly note that asset reporting doesn't include auto-generated assets, 
> which could contain additional metrics. As a result, you shouldn't expect 
> the sum of all asset spend to be consistent with your overall campaign 
> spend.
>
> If you still feel this is a discrepancy, to do further checks, please 
> provide us the following details:
>
>    - Provide the complete request 
>    
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
>  
>    and response 
>    
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>  
>    with request-id 
>    
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
>  
>    and request header 
>    
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers>
>  
>    generated on your end 
>    - Screenshots from the Ads UI without cropping 
>    - Sample comparison of the Ads UI and Google Ads API report data where 
>    we can see the said discrepancies 
>
> Kindly note that you have to enable logging if you are using a client 
> library. You can refer to the guides Java 
> <https://developers.google.com/google-ads/api/docs/client-libs/java/logging>, 
> .Net 
> <https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging>,
>  
> PHP 
> <https://developers.google.com/google-ads/api/docs/client-libs/php/logging>, 
> Python 
> <https://developers.google.com/google-ads/api/docs/client-libs/python/logging>,
>  
> Ruby 
> <https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging> 
> or Perl 
> <https://developers.google.com/google-ads/api/docs/client-libs/perl/logging> 
> to enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag. 
>
> You can send the details via the *Reply privately to the author option* 
> or a *direct private reply* to this email.  
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02vFANe:ref" (ADR-00264042)
>
> 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/477855b8-36ba-4d72-8c2c-f6ab07808689n%40googlegroups.com.

Reply via email to