Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110360,7 +110360,8 @@ tags:
Send server-side events to Product Analytics. Server-Side Events Ingestion allows you to collect custom events
from any server-side source, and retains events for 15 months. Server-side events are helpful for understanding
causes of a funnel drop-off which are external to the client-side (for example, payment processing error).
See the [Product Analytics page](https://docs.datadoghq.com/product_analytics/) for more information.
Sending server-side events may impact billing. Review the <a href="https://www.datadoghq.com/pricing/">pricing page</a>
and talk to your Customer Success Manager for more information.
name: Product Analytics
- description: |-
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Feature: Product Analytics
allows you to collect custom events from any server-side source, and
retains events for 15 months. Server-side events are helpful for
understanding causes of a funnel drop-off which are external to the
client-side (for example, payment processing error). See the [Product
Analytics page](https://docs.datadoghq.com/product_analytics/) for more
information.
client-side (for example, payment processing error). Sending server-side
events may impact billing. Review the <a
href="https://www.datadoghq.com/pricing/">pricing page</a> and talk to
your Customer Success Manager for more information.

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down
Loading