From 87074a1200de5e2e1e20e17e9e4da11b764379cc Mon Sep 17 00:00:00 2001 From: Rosa Trieu Date: Thu, 4 Dec 2025 13:26:25 -0800 Subject: [PATCH] [DOCS-12582] Agentic Onboarding for PA --- content/en/product_analytics/_index.md | 9 +++++++-- content/en/product_analytics/agentic_onboarding.md | 6 ++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 content/en/product_analytics/agentic_onboarding.md diff --git a/content/en/product_analytics/_index.md b/content/en/product_analytics/_index.md index 24d0a851b3b..509539475f7 100644 --- a/content/en/product_analytics/_index.md +++ b/content/en/product_analytics/_index.md @@ -32,6 +32,8 @@ To start using Product Analytics, enable it for each application where you want {{< img src="product_analytics/enable-product-analytics.png" alt="Enable Product Analytics from the Application Management page.">}} +If you don't have an application set up in Datadog yet, create one for your platform ([browser][14], [iOS][15], or [Android][16]) or use your [coding assistant][17]. + By default, Product Analytics data is retained for 15 months. Learn more about [Datadog's data retention periods][1]. ## Navigating the Product Analytics UI @@ -88,7 +90,7 @@ You may want to better understand a specific group of users. This could be for t {{< img src="/product_analytics/segmentation/userprofiles_pana-ga.png" alt="See individual profiles of users and create a segment from these profiles.">}} -You can see the individual profiles of user, and create a segment, or a specified grouping, from these profiles to fit the behavior you would like to observe. For example, you can create a segment on users who have items in their carts but have not yet checked out to send an email nudging them to make a puchase. +You can see the individual profiles of user, and create a segment, or a specified grouping, from these profiles to fit the behavior you would like to observe. For example, you can create a segment on users who have items in their carts but have not yet checked out to send an email nudging them to make a purchase. ### Visualize the most and least interacted with buttons on a given page @@ -122,4 +124,7 @@ Suppose you want to make changes to your application interface but want to first [11]: /product_analytics/session_replay/ [12]: /product_analytics/session_replay/playlists [13]: /product_analytics/charts/analytics_explorer - +[14]: /real_user_monitoring/application_monitoring/browser +[15]: /real_user_monitoring/application_monitoring/ios +[16]: /real_user_monitoring/application_monitoring/android +[17]: /product_analytics/agentic_onboarding \ No newline at end of file diff --git a/content/en/product_analytics/agentic_onboarding.md b/content/en/product_analytics/agentic_onboarding.md new file mode 100644 index 00000000000..7b2650189b5 --- /dev/null +++ b/content/en/product_analytics/agentic_onboarding.md @@ -0,0 +1,6 @@ +--- +title: Agentic Onboarding for Product Analytics +description: Instrument your frontend application with one prompt using LLM coding agents like Cursor or Claude. +--- + +{{< include-markdown "agentic_onboarding/setup" >}} \ No newline at end of file