alreadySeenCampaigns property
a list of campaigns that have already been rendered by the client so that service can filter them out while doing search of applicable messages
Implementation
core.List<CampaignImpression>? alreadySeenCampaigns;
a list of campaigns that have already been rendered by the client so that service can filter them out while doing search of applicable messages
core.List<CampaignImpression>? alreadySeenCampaigns;