I'm currently creating responsive video ads through Google Ads page, where I'm able to set the ad's final URL and url paths (also called breadcrumb1 and breadcrumb2).
Unfortunately I cannot get any information about the breadcrumbs used for an ad when fetching them from the google ads api. Is that information available somewhere?
At first I tried fetching the field
ad_group_ad.ad.display_url, but unfortunately this is being returned null when the ad is a responsive video ad. After that, I tried fetching all of the available for the ad_group_ad entity, but I could not find anything about the breadcrumbs (or display url paths).
The Google Ads UI does show this information, so how could I fetch breadcrumbs of responsive video ads through the API?
Thanks in advance!
João.