Hello,
To assign Callout Feed Items to campaign we have used MatchingFunctionString like
'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "Mobile"))',
It seems we can pass either "Mobile" or "Desktop" in CONTEXT.DEVICE. What value need to use to set for "All Devices"?
Simply removing CONTEXT.DEVICE from above throws error so that could not be the way.
Thanks,