DevCEDTeam / CED

0 stars 0 forks source link

Step 5: Use the tracking pixel in emails #5

Open DevCEDTeam opened 1 year ago

DevCEDTeam commented 1 year ago
  1. In your email template, include an tag with the source URL pointing to the generated tracking pixel.
  2. Append the unique tracking code for each email address as a query parameter in the URL.
  3. For example, the URL of the tracking pixel image might look like: https://your-cloud-function-url/generateTrackingPixel?code=ABC123456789
DevCEDTeam commented 1 year ago

/

DevCEDTeam commented 1 year ago

Pixel manipulation with canvas

farhanmalik121 commented 1 year ago

A unique tracking code is generated code from a function or another?