paws.customer.engagement (version 0.1.0)

pinpoint_get_campaign_activities: Returns information about the activity performed by a campaign

Description

Returns information about the activity performed by a campaign.

Usage

pinpoint_get_campaign_activities(ApplicationId, CampaignId, PageSize,
  Token)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

CampaignId

[required] The unique ID of the campaign.

PageSize

The number of entries you want on each page in the response.

Token

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Request syntax

svc$get_campaign_activities(
  ApplicationId = "string",
  CampaignId = "string",
  PageSize = "string",
  Token = "string"
)