diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 71d4c0a99d..e889415714 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -110586,7 +110586,9 @@ tags: Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding causes of a funnel drop-off which are external to the client-side (for example, payment processing error). - See the [Product Analytics page](https://docs.datadoghq.com/product_analytics/) for more information. + + **Note**: Sending server-side events impacts billing. Review the [pricing page](https://www.datadoghq.com/pricing/?product=product-analytics#products) + and contact your Customer Success Manager for more information. name: Product Analytics - description: |- Manage your Real User Monitoring (RUM) applications, and search or aggregate your RUM events over HTTP. See the [RUM & Session Replay page](https://docs.datadoghq.com/real_user_monitoring/) for more information diff --git a/src/datadog_api_client/v2/api/product_analytics_api.py b/src/datadog_api_client/v2/api/product_analytics_api.py index efa19c1b18..12fcb9db9d 100644 --- a/src/datadog_api_client/v2/api/product_analytics_api.py +++ b/src/datadog_api_client/v2/api/product_analytics_api.py @@ -18,7 +18,9 @@ class ProductAnalyticsApi: Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding causes of a funnel drop-off which are external to the client-side (for example, payment processing error). - See the `Product Analytics page `_ for more information. + + **Note** : Sending server-side events impacts billing. Review the `pricing page `_ + and contact your Customer Success Manager for more information. """ def __init__(self, api_client=None): diff --git a/tests/v2/features/product_analytics.feature b/tests/v2/features/product_analytics.feature index 3b59a3a0f6..cee2e815db 100644 --- a/tests/v2/features/product_analytics.feature +++ b/tests/v2/features/product_analytics.feature @@ -4,8 +4,10 @@ Feature: Product Analytics allows you to collect custom events from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding causes of a funnel drop-off which are external to the - client-side (for example, payment processing error). See the [Product - Analytics page](https://docs.datadoghq.com/product_analytics/) for more + client-side (for example, payment processing error). **Note**: Sending + server-side events impacts billing. Review the [pricing + page](https://www.datadoghq.com/pricing/?product=product- + analytics#products) and contact your Customer Success Manager for more information. Background: