Hi, I have some callout extensions, and i can get the list with query: *SELECT asset.id, asset.resource_name, asset.name, asset.type FROM asset WHERE asset.type = 'CALLOUT'* and get result: *...* "asset": { "resourceName": "customers/xxxxxxxx/assets/xxxxxxx", "type": "CALLOUT", "id": "xxxxxx", "calloutAsset": { "calloutText": "Quick & Easy Setup" } } ... but how do i get the link list between campaign and my callout extensions? I tried to use the method https://developers.google.com/google-ads/api/fields/v11/campaign_asset_set, but the result is always empty array. *SELECT campaign_asset_set.asset_set, campaign_asset_set.campaign, campaign_asset_set.resource_name, campaign_asset_set.status from campaign_asset_set* result: []
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/4f5e3778-f021-45d6-bee4-d3b662bbf75cn%40googlegroups.com.