Skip to content

Commit 3cd6349

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add the billing implication of sending product analytics server-side events (#3346)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 34d7c61 commit 3cd6349

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110586,7 +110586,9 @@ tags:
110586110586
Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
110587110587
from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
110588110588
causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
110589-
See the [Product Analytics page](https://docs.datadoghq.com/product_analytics/) for more information.
110589+
110590+
**Note**: Sending server-side events impacts billing. Review the [pricing page](https://www.datadoghq.com/pricing/?product=product-analytics#products)
110591+
and contact your Customer Success Manager for more information.
110590110592
name: Product Analytics
110591110593
- description: |-
110592110594
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

src/datadog_api_client/v2/api/product_analytics_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ class ProductAnalyticsApi:
1818
Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
1919
from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
2020
causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
21-
See the `Product Analytics page <https://docs.datadoghq.com/product_analytics/>`_ for more information.
21+
22+
**Note** : Sending server-side events impacts billing. Review the `pricing page <https://www.datadoghq.com/pricing/?product=product-analytics#products>`_
23+
and contact your Customer Success Manager for more information.
2224
"""
2325

2426
def __init__(self, api_client=None):

tests/v2/features/product_analytics.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Feature: Product Analytics
44
allows you to collect custom events from any server-side source, and
55
retains events for 15 months. Server-side events are helpful for
66
understanding causes of a funnel drop-off which are external to the
7-
client-side (for example, payment processing error). See the [Product
8-
Analytics page](https://docs.datadoghq.com/product_analytics/) for more
7+
client-side (for example, payment processing error). **Note**: Sending
8+
server-side events impacts billing. Review the [pricing
9+
page](https://www.datadoghq.com/pricing/?product=product-
10+
analytics#products) and contact your Customer Success Manager for more
911
information.
1012

1113
Background:

0 commit comments

Comments
 (0)