/AWS1/CL_SE2GETDELIVERABILIT03¶
The results of the predictive inbox placement test.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IO_DELIVERABILITYTESTREPORT
TYPE REF TO /AWS1/CL_SE2DELIVERABILITYTS00
/AWS1/CL_SE2DELIVERABILITYTS00
¶
An object that contains the results of the predictive inbox placement test.
IO_OVERALLPLACEMENT
TYPE REF TO /AWS1/CL_SE2PLACEMENTSTATS
/AWS1/CL_SE2PLACEMENTSTATS
¶
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
IT_ISPPLACEMENTS
TYPE /AWS1/CL_SE2ISPPLACEMENT=>TT_ISPPLACEMENTS
TT_ISPPLACEMENTS
¶
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
Optional arguments:¶
IV_MESSAGE
TYPE /AWS1/SE2MESSAGECONTENT
/AWS1/SE2MESSAGECONTENT
¶
An object that contains the message that you sent when you performed this predictive inbox placement test.
IT_TAGS
TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST
TT_TAGLIST
¶
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
Queryable Attributes¶
DeliverabilityTestReport¶
An object that contains the results of the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DELIVERABILITYTESTREPORT() |
Getter for DELIVERABILITYTESTREPORT |
OverallPlacement¶
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OVERALLPLACEMENT() |
Getter for OVERALLPLACEMENT |
IspPlacements¶
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISPPLACEMENTS() |
Getter for ISPPLACEMENTS, with configurable default |
ASK_ISPPLACEMENTS() |
Getter for ISPPLACEMENTS w/ exceptions if field has no value |
HAS_ISPPLACEMENTS() |
Determine if ISPPLACEMENTS has a value |
Message¶
An object that contains the message that you sent when you performed this predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
Tags¶
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |