Skip to content

Commit 7b7827e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7b40f9e of spec repo
1 parent 42f3f95 commit 7b7827e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110360,7 +110360,9 @@ tags:
110360110360
Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
110361110361
from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
110362110362
causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
110363-
See the [Product Analytics page](https://docs.datadoghq.com/product_analytics/) for more information.
110363+
110364+
**Note**: Sending server-side events may impact billing. Review the [pricing page](https://www.datadoghq.com/pricing/)
110365+
and talk to your Customer Success Manager for more information.
110364110366
name: Product Analytics
110365110367
- description: |-
110366110368
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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
9-
information.
7+
client-side (for example, payment processing error). **Note**: Sending
8+
server-side events may impact billing. Review the [pricing
9+
page](https://www.datadoghq.com/pricing/) and talk to your Customer
10+
Success Manager for more information.
1011

1112
Background:
1213
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)