Learn R Programming

paws.customer.engagement (version 0.1.6)

pinpoint_get_journey_execution_activity_metrics: 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.

Usage

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

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 currently 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 currently not supported for application, campaign, and journey metrics.

Request syntax

svc$get_journey_execution_activity_metrics(
  ApplicationId = "string",
  JourneyActivityId = "string",
  JourneyId = "string",
  NextToken = "string",
  PageSize = "string"
)