setOpenTrackingEnabled
Activates or deactivates open tracking for a mailing in Optimizely Campaign. Open tracking only affects content of the MIME type text/html.
Type: void
Parameters
Name  | Type  | Value  | 
|---|---|---|
sessionId  | String  | ID of the session  | 
mailingId  | long  | ID of the mailing  | 
enabled  | Boolean  | 
  | 
Return values
- 
Code structure
void setOpenTrackingEnabled(String sessionId, long mailingId, boolean enabled) 
Updated 2 months ago
Next