pinpoint_get_journey_execution_activity_metrics: Retrieves (queries) pre-aggregated data for a standard...

View source: R/pinpoint_operations.R

pinpoint_get_journey_execution_activity_metricsR Documentation

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity

Description

Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.

See https://www.paws-r-sdk.com/docs/pinpoint_get_journey_execution_activity_metrics/ for full documentation.

Usage

pinpoint_get_journey_execution_activity_metrics(
  ApplicationId,
  JourneyActivityId,
  JourneyId,
  NextToken = NULL,
  PageSize = NULL
)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

JourneyActivityId

[required] The unique identifier for the journey activity.

JourneyId

[required] The unique identifier for the journey.

NextToken

The “ string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

PageSize

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.