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": {