Disclaimer: This website requires 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

getSplitChildIds

Queries the IDs of all split mailings which are assigned to a specific master mailing in Optimizely Campaign.

Type: long[ ]

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the master mailing

Return values

IDs of all split mailings assigned to the master mailing.

If no split mailings are found, NULL is returned.

Code structure

long[] getSplitChildIds(String sessionId, long mailingId)