Skip to main content

ISESV2InboxPlacementTrackingOption

Interface in AWS.SESV2

Interface for InboxPlacementTrackingOption.

Properties

Global

property Global: TOptional<Boolean>

Indicates whether global inbox placement tracking is enabled for the domain.

When True, inbox placement data is collected across all major email providers globally. When False, placement tracking is limited to specific ISPs defined in the TrackedIsps array. Global tracking provides comprehensive coverage but may incur higher costs compared to selective ISP tracking.

TrackedIsps

property TrackedIsps: TList<string>

A list of specific Internet Service Providers for which to track inbox placement data.

This array contains the names of major email providers (such as Gmail, Outlook, Yahoo) for which inbox placement statistics are collected. This setting is used when global tracking is disabled to provide targeted monitoring of specific ISPs. Selective ISP tracking allows you to focus on the email providers most relevant to your audience while controlling monitoring costs.

Methods

AddTrackedIsp

function AddTrackedIsp(const ATrackedIsp: string): NativeInt;

Add an Internet Service Provider to TrackedIsps.

Parameters

NameDescription
ATrackedIspSpecify an Internet Service Provider to add to TrackedIsps.

Returns

Returns the index of the Internet Service Provider added to TrackedIsps.