Hi ,
Should I be expecting video campaigns of subtype "sequence" to be returned in the campaign resource of the Google Ads API? If yes, then when I reference the campaign id found in the Google Ads App for a video campaign of subtype sequence, the response does not return anything. Below is a basic query highlighting the issue (input requires relevant customer id and campaign id for a video ad of sub type sequence).
'FROM campaign '
'WHERE campaign.resource_name = "customers/{customer_id}/campaigns/{campaign_id}" '
'PARAMETERS include_drafts=true'
Any guidance on this issue would be greatly appreciated!
Many thanks,
Andy