How can I determine the case_value type for asset_group_listing_group_filter

4 views
Skip to first unread message

adssoep

unread,
9:44 AM (3 hours ago) 9:44 AM
to Google Ads API and AdWords API Forum
Hi,

I'm trying to find a way to determine the case_value for an asset_group_listing_group_filter. I'm using C# with the official Google Ads API client.

My query:

SELECT
    campaign.id,
    campaign.name,
    asset_group.id,
    asset_group.name,
    asset_group_listing_group_filter.id,
    asset_group_listing_group_filter.type,
    asset_group_listing_group_filter.parent_listing_group_filter
FROM asset_group_listing_group_filter
WHERE campaign.id = X

When I execute the query, my case_value property returns null. If I add case_value properties that don't exists, I'm getting an invalid argument exception. 

Should I simply try trial-and-error for every case_value type?

Cheers!
Reply all
Reply to author
Forward
0 new messages