Skip to content

Commit

Permalink
📝 Remove pixel troubleshoot section
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jul 16, 2023
1 parent 93337bd commit 12ce4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion apps/builder/.env.local.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DATABASE_URL=postgresql://postgres:typebot@localhost:5432/typebot
ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 #256-bits secret (can be generated here: https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx)
# Make sure to change this to your own random string of 32 characters (https://docs.typebot.io/self-hosting/docker#2-add-the-required-configuration)
ENCRYPTION_SECRET=2GKg2i0oqWTkfc8lipjRE2weLg3R+UuI
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_VIEWER_URL=http://localhost:3001

Expand Down
4 changes: 0 additions & 4 deletions apps/docs/docs/editor/blocks/integrations/pixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ 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.

0 comments on commit 12ce4eb

Please sign in to comment.