Disclaimer: This website requires JavaScript to function properly. Some features may not work as expected. Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

getSendingStartedDate

Queries the date at which a mailing was started in Optimizely Campaign.

If the mailing was not started yet, an exception is thrown.

Type: Date

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Time at which the mailing was started

Code structure

Date getSendingStartedDate(String sessionId, long mailingId)