Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.
pinpoint_get_journey_execution_activity_metrics(ApplicationId,
JourneyActivityId, JourneyId, NextToken, PageSize)
A list with the following syntax:
list(
JourneyExecutionActivityMetricsResponse = list(
ActivityType = "string",
ApplicationId = "string",
JourneyActivityId = "string",
JourneyId = "string",
LastEvaluatedTime = "string",
Metrics = list(
"string"
)
)
)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required] The unique identifier for the journey activity.
[required] The unique identifier for the journey.
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.
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.
svc$get_journey_execution_activity_metrics(
ApplicationId = "string",
JourneyActivityId = "string",
JourneyId = "string",
NextToken = "string",
PageSize = "string"
)