Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InAppMessageCampaign

import type { InAppMessageCampaign } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Targeted in-app message campaign.

interface InAppMessageCampaign {
CampaignId?: string | null;
DailyCap?: number | null;
InAppMessage?: InAppMessage | null;
Priority?: number | null;
Schedule?: InAppCampaignSchedule | null;
SessionCap?: number | null;
TotalCap?: number | null;
TreatmentId?: string | null;
}

§Properties

§
CampaignId?: string | null
[src]

Campaign id of the corresponding campaign.

§
DailyCap?: number | null
[src]

Daily cap which controls the number of times any in-app messages can be shown to the endpoint during a day.

§
InAppMessage?: InAppMessage | null
[src]

In-app message content with all fields required for rendering an in-app message.

§
Priority?: number | null
[src]

Priority of the in-app message.

§
Schedule?: InAppCampaignSchedule | null
[src]

Schedule of the campaign.

§
SessionCap?: number | null
[src]

Session cap which controls the number of times an in-app message can be shown to the endpoint during an application session.

§
TotalCap?: number | null
[src]

Total cap which controls the number of times an in-app message can be shown to the endpoint.

§
TreatmentId?: string | null
[src]

Treatment id of the campaign.