From 4614caf49873be955b63f1888be16ddbfa8a8540 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 7 Jun 2023 09:35:41 +0200 Subject: [PATCH] :pencil: Add Google Ads conversion instructions --- .../components/GoogleAnalyticsSettings.tsx | 14 +++++++------- apps/docs/docs/editor/blocks/integrations/ga.md | 8 ++++++++ turbo.json | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/apps/builder/src/features/blocks/integrations/googleAnalytics/components/GoogleAnalyticsSettings.tsx b/apps/builder/src/features/blocks/integrations/googleAnalytics/components/GoogleAnalyticsSettings.tsx index 552780595..b875240ae 100644 --- a/apps/builder/src/features/blocks/integrations/googleAnalytics/components/GoogleAnalyticsSettings.tsx +++ b/apps/builder/src/features/blocks/integrations/googleAnalytics/components/GoogleAnalyticsSettings.tsx @@ -51,16 +51,10 @@ export const GoogleAnalyticsSettings = ({ placeholder="G-123456..." onChange={updateTrackingId} /> - @@ -74,6 +68,12 @@ export const GoogleAnalyticsSettings = ({ + + +## 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: + +- Event action: conversion +- Send to: +- Value (optional): a number to quantify the conversion diff --git a/turbo.json b/turbo.json index 9ee2fa8f7..c8d9e73e0 100644 --- a/turbo.json +++ b/turbo.json @@ -31,7 +31,7 @@ "cache": false }, "api:generate": { - "dependsOn": ["@typebot.io/prisma#db:generate"], + "dependsOn": ["bot-engine#build", "@typebot.io/prisma#db:generate"], "cache": false }, "db:generate": {