alreadySeenCampaigns property

List<CampaignImpression>? alreadySeenCampaigns
getter/setter pair

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;