Hello,
In AdGroup we have ads with type "Responsive display ad" and "Third party ad" :
Then I am trying to get all ads for this addGroup via Ads API :
ga_service = self.client.get_service("GoogleAdsService", version="v2")
query = (
"SELECT ad_group_ad.ad.name, ad_group_ad.ad.type, ad_group_ad.ad.id "
"FROM ad_group_ad "
'WHERE ad_group_ad.ad_group = "<RESOURCE_NAME>"'
)
response = ga_service.search(account_id, query=query)
After that I am receiving only ads with type "Responsive display ad" , but ads with type "Third party ad" are missing.
Is it known issue ?
Do you know when mention issue will be fixed ?
Thanks
Br,
Nazar