Re: How to get association for AdExtension

2020-12-14 Thread Google Ads API Forum Advisor Prod
Hi Matt, Adding extensions in the UI and directly associating them to a certain level (account, campaign or ad group) should correspond to creating them in the API via the extension setting services. For example, created extensions that were assigned at the campaign level can be retrieved usin

Re: How to get association for AdExtension

2020-12-13 Thread Matt
Hi Peter, If an extension is created via the Google Ads UI and shows that an extension has the "Level" of "Campaign" or the "Level" of "Ad Group", is that equivalent to setting the targeted_campaign field in your example? Thanks, Matt On Sunday, December 13, 2020 at 6:51:34 PM UTC-8 adsapiforu

Re: How to get association for AdExtension

2020-12-13 Thread Google Ads API Forum Advisor Prod
Hi Matt, Thank you for your follow up. The targeted_ad_group and targeted_campaign fields would need to be explicitly specified for a feed item.You can also check out this example (also available in other languages) on how the targeted_campaign field is set. Once this has been set during creat

Re: How to get association for AdExtension

2020-12-11 Thread Matt
Hi Matt, I have tried to use campaign_extension_setting without luck. See example: SELECT campaign_extension_setting.extension_feed_items, campaign_extension_setting.extension_type, campaign_extension_setting.campaign, campaign_extension_setting.resource_name, campaign.id FROM campaign_extens

Re: How to get association for AdExtension

2020-12-11 Thread Google Ads API Forum Advisor Prod
Hi Matt, Can you confirm if you were able to implement Nikisha's suggest to use the ad_group_extension_setting and campaign_extension_setting resources? Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5001USwA2s:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get association for AdExtension

2020-12-10 Thread Matt
Hi Frank - were you ever able to solve your problem using targeted_ad_group and targeted_campaign with extension_feed_item? If not, what approach did you settle on? I'm trying to solve for the same but the targeted_ad_group and targeted_campaign fields are always null (I've tried in Google Ads A

RE: How to get association for AdExtension

2020-01-13 Thread Google Ads API Forum Advisor Prod
Hello Frank, Thank you for reaching out. If you want to see the association between a feed item and campaigns or ad groups, you could use the ad_group_extension_setting and campaign_extension_setting resources instead. If the issue persists, could you please share the complete report query alon

How to get association for AdExtension

2020-01-10 Thread Frank We
Hello, I've been trying to get all the adgroup and campaign associated while getting AdExtension through report in *extension_feed_item*. but I can't seem to find a way to get this adgroup or campaign in report. I've tried using extension_feed_item.targeted_ad_group and extension_feed_item.tar