Hi,
I have an smart campaign type in my account.
  advertising_channel_type: SMART 
  advertising_channel_sub_type: SMART_CAMPAIGN  

There is only 1 Adgroup and 1 Ads.
I want to retrieve final url, but i only get: 
    final_urls: "http://smartcampaignplaceholder.com";  

How to get actual url as seen on screenshot below? 



I'm using google ads api v5 GoogleAdsService with search_stream and query 
like:
SELECT
  ad_group_ad.ad.id
,ad_group_ad.ad_group
,ad_group_ad.status
,ad_group_ad.ad.type
,ad_group_ad.ad.name
,ad_group_ad.ad.tracking_url_template
,ad_group_ad.ad.url_collections
,ad_group_ad.ad.url_custom_parameters
,ad_group_ad.ad.display_url
,ad_group_ad.ad.final_urls
,ad_group_ad.ad.final_url_suffix
,ad_group_ad.ad.final_app_urls
,ad_group_ad.ad.final_mobile_urls
FROM ad_group_ad

Thanks in advance for any help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/becaaf63-92a2-4c48-9bca-9e146b27f66an%40googlegroups.com.

Reply via email to