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

View source: R/pinpoint_operations.R

pinpoint_get_journey_run_execution_metricsR Documentation

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

Description

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

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

Usage

pinpoint_get_journey_run_execution_metrics(
  ApplicationId,
  JourneyId,
  NextToken = NULL,
  PageSize = NULL,
  RunId
)

Arguments

ApplicationId

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

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.

RunId

[required] The unique identifier for the journey run.


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