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

addSplit

Converts an existing mailing into a split mailing and assigns this mailing to a master mailing in Optimizely Campaign.

The mailing to be converted must be of the type regular.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
masterIdlongID of the master mailing to which the split mailing is assigned
childIdlongID of the mailing assigned to the master mailing

Return values

  • Code structure

    void addSplit(String sessionId, long masterId, long childId)