This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| !!! Even if you already trigger your pixel you have to re-initiate the pixel to populate the Advanced Matching properties. | |
| Use case: Send 'Lead' event with 'Email' parameter for Advanced Matching purpose. | |
| Advanced Matching documentation: https://developers.facebook.com/docs/meta-pixel/advanced/advanced-matching/ | |
| Standard Events Reference: https://developers.facebook.com/docs/meta-pixel/reference/ | |
| --> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| !!! Clarity global tag must trigger before this APIs calls. | |
| > Use case example: Send 'purchase' event with 'coupon' parameter. | |
| Documentation for events: https://learn.microsoft.com/en-us/clarity/setup-and-installation/clarity-api#add-custom-events | |
| Documentation for custom tags: https://learn.microsoft.com/en-us/clarity/setup-and-installation/clarity-api#add-custom-tags | |
| --> | |
| <script> | |
| window.clarity("event", "<event_name>"); // Replace <event_name> for the desired event |