insertTrackingPixel()
Overview
public string function insertTrackingPixel(
required string messageId
, required string messageHtml
)
Inserts a tracking pixel into the given HTML email content (based on the given message ID). Returns the HTML with the inserted tracking pixel
Arguments
Name | Type | Required | Description |
---|---|---|---|
messageId | string | Yes | ID of the message (log id) |
messageHtml | string | Yes | HTML content of the message |