Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Arshdeep, campaign_asset can be segmented by ad_group, that will show metrics for assets linked at campaign level only broken down by which ad group it served with. This will not report on assets when linked at ad group level. For reporting on assets linked at ad group level you can use

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-24 Thread Arshdeep Singh Bhargav
Hi there, Based on what I understood from your last response, *metrics.interactions *should be compatible with *segments.asset_interaction_target.interaction_on_this_asset *otherwise how does it qualifies the example you gave above? But running in query validator (query result here)

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-24 Thread Arshdeep Singh Bhargav
Hi Aryeh, Thanks for the detailed explanation and for the example. This makes it clearer about what to expect from this resource. However, I have one more question which arose from the said response. And that is, When we say the campaign 'C' with an asset served/clicked 'n' no of times. Does

RE: CampaignAsset resource interaction_on_this_asset parameter

2022-02-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Arshdeep, I work with Teejay and will assist you. You are correct that AdWords has no campaign_asset equivalent due to AdWords not having support for asset based extensions. In general, for a report that worked in AdWords, we do recommend to use the Query Migration Tool to migrate, then

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-22 Thread Arshdeep Singh Bhargav
Also to add onto Query Migration Tool , I think that only helps migrating AWQL to GAQL, but that doesn't help for reporting changes due to Feed based extensions getting migrated to Asset based extensions with

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-22 Thread Arshdeep Singh Bhargav
Zorion, really appreciate you for your response. >From what I understand looking at the documentation for the *campaign_asset* resource is that, *campaign_asset.campaign* will only represent the campaign resource to which current asset is linked. Now, the requested metrics might still represent

Re: CampaignAsset resource interaction_on_this_asset parameter

2022-02-21 Thread Zorion
Hi Arshdeep, If you don't mind getting campaign.resource_name instead of campaign.id you may try *campaign_asset.campaign*, which is an attribute, so it doesn't segment the metrics. SELECT metrics.impressions, *campaign_asset.campaign*,

CampaignAsset resource interaction_on_this_asset parameter

2022-02-21 Thread Arshdeep Singh Bhargav
Hi there, I have been trying to migrate to new Api in my application. Unfortunately for CampaignAsset (Google Ads API) resource, the interaction_on_this_asset