Activates or deactivates click tracking for a mailing of a specific MIME type (click tracking is set separately for the two MIME types) in Episerver 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 |
mimeType |
String |
MIME type (text/plain or text/html) of the mailing. |
enabled |
boolean |
|
Return values
-
Code structure
void setClickTrackingEnabled(String sessionId, long mailingId, String mimeType, boolean enabled)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018