Hi,
I'm having trouble filtering campaign_feed on the placeholder_types.
It is my understanding that something like:
"SELECT campaign_feed.resource_name, campaign_feed.placeholder_types FROM campaign_feed WHERE campaign_feed.status = 'ENABLED' AND campaign_feed.placeholder_types CONTAINS ANY ('SITELINK')"
However, when I try the query, I consistently get an Internal Error, even after waiting for a while.
Without the placeholder_types filter, the query returns a SITELINK campaign_feed, as expected.
Do you have any guidance on this?
Best,
KEvin