Skip to content

Commit 584b9c1

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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/test/resources/com/datadog/api/client/v2/api/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)