Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getBounceCounterThreshold

Queries the maximum number of responses a recipient can produce before the recipient will not receive any further mailings in Optimizely Campaign.

See also resetBounceCounter.

Type: int

Parameters

NameTypeValue
sessionIdStringID of the session
categoryStringSee Response categories,

Only hardbounce or softbounce

Return values

Maximum number of responses a recipient can produce before the recipient receives no further mailings.

Code structure

int getBounceCounterThreshold(String sessionId, String category)