Skip to content

Commit 6c41eef

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

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.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/datadogV2/api/api_product_analytics.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ pub enum SubmitProductAnalyticsEventError {
3939
/// Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
4040
/// from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
4141
/// causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
42-
/// See the [Product Analytics page](<https://docs.datadoghq.com/product_analytics/>) for more information.
42+
///
43+
/// **Note**: Sending server-side events impacts billing. Review the [pricing page](<https://www.datadoghq.com/pricing/?product=product-analytics#products>)
44+
/// and contact your Customer Success Manager for more information.
4345
#[derive(Debug, Clone)]
4446
pub struct ProductAnalyticsAPI {
4547
config: datadog::Configuration,

tests/scenarios/features/v2/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)