Dear Google Ads team,

Currently we are using Google Ads campaign resource in order to request 
relevant performance values like impressions, clicks or costs. For further 
analysis we are also interested in segments.asset_interaction_target.asset, 
which is also available within mentioned resource. However, it seems that 
number of views/clicks/costs are partly increasing dramatically, as soon as 
we are requesting this segment.

Please find attached an example. 

Request without segment asset_interaction_target.asset:

            SELECT 
            campaign.id
            ,segments.date
            ,segments.device
            ,segments.ad_network_type
            ,metrics.impressions
            ,metrics.clicks
            ,metrics.cost_micros
            ,metrics.conversions
            ,metrics.conversions_value
            ,metrics.all_conversions
            ,metrics.all_conversions_value
            ,metrics.conversions_from_interactions_rate
            
            FROM campaign
            WHERE segments.date BETWEEN \'2023-09-01\' AND \'2023-09-01\'
            AND campaign.advertising_channel_type = \'PERFORMANCE_MAX\'
            AND campaign.id = 19643398483

Based on that response I'm getting *447 clicks *and *5795** impressions*.

If I'm requesting same with segment asset_interaction_target.asset:

            SELECT
            campaign.id
            ,segments.date
            ,segments.asset_interaction_target.asset
            ,segments.device
            ,segments.ad_network_type
            ,metrics.impressions
            ,metrics.clicks
            ,metrics.cost_micros
            ,metrics.conversions
            ,metrics.conversions_value
            ,metrics.all_conversions
            ,metrics.all_conversions_value
            ,metrics.conversions_from_interactions_rate
           
            FROM campaign
            WHERE segments.date BETWEEN \'2023-09-01\' AND \'2023-09-01\'
            AND campaign.advertising_channel_type = \'PERFORMANCE_MAX\'
            AND campaign.id = 19643398483

I'm receiving *1567 clicks *and *28230 impressions*

Based on Google Ads documentation it could happen, that specific segements 
lead to less numbers, which would make sense. However, receiving more 
clicks/impressions/costs makes no sense for me.

Do you have any idea, why segment asset_interaction_target.asset could 
increase number clicks/impressions/costs?

Best regards,
Hannes

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2ae70f77-ca5a-4634-ad93-73b71b32fd6an%40googlegroups.com.
  • Du... 'Hannes Fischer' via Google Ads API and AdWords API Forum
    • ... Lorenzo Minciotti
      • ... 'Hannes Fischer' via Google Ads API and AdWords API Forum
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to