Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

commitConditionModification

Ends a transaction for modifications of a target group and updates the target group in Optimizely Campaign.

If the target group is empty, an exception is thrown.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
modificationIdStringIdentifier created by beginConditionModification

Return values

  • Code structure

    void commitConditionModification(String sessionId, String modificationId)
    

Next