Hi,
I've been trying to make use of the ad_group_audience_view via Google Ads API, but I'm struggling to find data for the Detailed Demographics audience type which is display as "Detailed demographics" in the platform.
By querying the ad_group_criterion resource, I've been able to find the corresponding criterion_id which links to ad_group_audience_view.resource_name which maps to: `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}~{criterion_id}`.
My issue is that this criterion_id is named in the platform, but I'm not able to find the name of that criterion via API. This criterion type shows up as 'UNKNOWN'. I've looked through all the retrievable fields of the ad_group_criterion resource, but I don't see anything that could link to that criterion's name.
Thanks
-Chris