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

deleteTrackingOptOut

Reactivates the usage of action-based data (opens and clicks) for a recipient in Optimizely Campaign.

📘

Note

Opens and clicks in the recipient history from the time of activation to the reactivation are not restored and allocated to the recipient.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientIdStringID of the recipient for which the usage of action-based data shall be activated

Return values

  • Code structure

    void deleteTrackingOptOut(String sessionId, String recipientId)
    

Next