generate_conversion_pixel
Create tracking pixels for conversions and microconversions to measure marketing performance in Google Tag Manager. Specify event types like sales or newsletter signups with optional monetary values.
Instructions
Generate a Sealmetrics tracking pixel for conversions or microconversions, ready for Google Tag Manager
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Your Sealmetrics account ID (optional if SEALMETRICS_ACCOUNT_ID is set) | |
| event_type | No | Event type: 'conversion' or 'microconversion' | conversion |
| label | No | Event label (e.g., 'sales', 'add-to-cart', 'newsletter-signup') | |
| value | No | Monetary value for the event (optional) | |
| ignore_pageview | No | Set to true to avoid counting an additional pageview (use when tracking button clicks on already-tracked pages) |