campaignForKey method
Looks up a cached campaign by its campaignKey. Used by inline surfaces to
attach campaign context to their actions (the same id analytics reports).
Implementation
CampaignModel? campaignForKey(String campaignKey) =>
_campaignStore.find(campaignKey);