/AWS1/CL_SE2PLACEMENTSTATS¶
An object that contains inbox placement data for an email provider.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_INBOXPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
IV_SPAMPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
IV_MISSINGPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
IV_SPFPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
IV_DKIMPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
Queryable Attributes¶
InboxPercentage¶
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INBOXPERCENTAGE() |
Getter for INBOXPERCENTAGE, with configurable default |
ASK_INBOXPERCENTAGE() |
Getter for INBOXPERCENTAGE w/ exceptions if field has no val |
STR_INBOXPERCENTAGE() |
String format for INBOXPERCENTAGE, with configurable default |
HAS_INBOXPERCENTAGE() |
Determine if INBOXPERCENTAGE has a value |
SpamPercentage¶
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SPAMPERCENTAGE() |
Getter for SPAMPERCENTAGE, with configurable default |
ASK_SPAMPERCENTAGE() |
Getter for SPAMPERCENTAGE w/ exceptions if field has no valu |
STR_SPAMPERCENTAGE() |
String format for SPAMPERCENTAGE, with configurable default |
HAS_SPAMPERCENTAGE() |
Determine if SPAMPERCENTAGE has a value |
MissingPercentage¶
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MISSINGPERCENTAGE() |
Getter for MISSINGPERCENTAGE, with configurable default |
ASK_MISSINGPERCENTAGE() |
Getter for MISSINGPERCENTAGE w/ exceptions if field has no v |
STR_MISSINGPERCENTAGE() |
String format for MISSINGPERCENTAGE, with configurable defau |
HAS_MISSINGPERCENTAGE() |
Determine if MISSINGPERCENTAGE has a value |
SpfPercentage¶
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SPFPERCENTAGE() |
Getter for SPFPERCENTAGE, with configurable default |
ASK_SPFPERCENTAGE() |
Getter for SPFPERCENTAGE w/ exceptions if field has no value |
STR_SPFPERCENTAGE() |
String format for SPFPERCENTAGE, with configurable default |
HAS_SPFPERCENTAGE() |
Determine if SPFPERCENTAGE has a value |
DkimPercentage¶
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DKIMPERCENTAGE() |
Getter for DKIMPERCENTAGE, with configurable default |
ASK_DKIMPERCENTAGE() |
Getter for DKIMPERCENTAGE w/ exceptions if field has no valu |
STR_DKIMPERCENTAGE() |
String format for DKIMPERCENTAGE, with configurable default |
HAS_DKIMPERCENTAGE() |
Determine if DKIMPERCENTAGE has a value |