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

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)