Skip to content

Commit 87487b2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 89abef9 of spec repo
1 parent fe8c5cc commit 87487b2

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
@@ -110613,7 +110613,9 @@ tags:
110613110613
Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
110614110614
from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
110615110615
causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
110616-
See the [Product Analytics page](https://docs.datadoghq.com/product_analytics/) for more information.
110616+
110617+
**Note**: Sending server-side events impacts billing. Review the [pricing page](https://www.datadoghq.com/pricing/?product=product-analytics#products)
110618+
and contact your Customer Success Manager for more information.
110617110619
name: Product Analytics
110618110620
- description: |-
110619110621
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)