2
0

Add Meta Pixel block

Closes #582
This commit is contained in:
Baptiste Arnaud
2023-06-28 09:52:03 +02:00
parent 92f7f3cbe2
commit 033f8f99dd
39 changed files with 826 additions and 38 deletions

View File

@ -8,6 +8,15 @@ The Google Analytics integration block allows you to track a Google Analytics ev
alt="Google Analytics block"
/>
:::note
This block is not executed in Preview mode. To test it, you need to launch the published bot.
:::
When your flow contains a Google Analytics block, under the hood it:
- Initialize GA and track a "Page view" event on page load.
- Track the event if any when the block is executed.
## Track conversions with Google Ads
To track conversions for your Google Ad, you can add a Google Analytics block whenever you'd like to trigger the conversion event with the following properties:
@ -15,3 +24,7 @@ To track conversions for your Google Ad, you can add a Google Analytics block wh
- Event action: conversion
- Send to: <YOUR_AW_ID>
- Value (optional): a number to quantify the conversion
## Troubleshooting
To help you debug how your Google Analytics behaves, I suggest you add the [Google Analytics Debugger](https://chrome.google.com/webstore/detail/google-analytics-debugger/jnkmfdileelhofjcijamephohjechhna) extension to your browser.

View File

@ -0,0 +1,22 @@
# Meta pixel
The Pixel integration block allows you to add a Meta pixel to your bot and track specific events.
<img
src="/img/blocks/integrations/pixel.png"
width="600"
alt="Pixel block"
/>
:::note
This block is not executed in Preview mode. To test it, you need to launch the published bot.
:::
When your flow contains a pixel block, under the hood it:
- Initialize the pixel and track "PageView" event on page load.
- Track the event if any when the block is executed.
## Troubleshooting
To help you debug how your pixel behaves, I suggest you add the [Facebook Pixel Helper](https://chrome.google.com/webstore/detail/facebook-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc) extension to your browser.

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB