@ -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.
|
||||
|
22
apps/docs/docs/editor/blocks/integrations/pixel.md
Normal file
22
apps/docs/docs/editor/blocks/integrations/pixel.md
Normal 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.
|
BIN
apps/docs/static/img/blocks/integrations/pixel.png
vendored
Normal file
BIN
apps/docs/static/img/blocks/integrations/pixel.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
Reference in New Issue
Block a user