campaignForPayload method
Looks up the campaign for payload (live test entry if present, else
the real cache). Used by inline surfaces to attach campaign context.
Implementation
CampaignModel? campaignForPayload(CEPTriggerPayload payload) =>
_findCampaign(payload);