pinpoint_remove_attributes: Removes one or more attributes, of the same attribute type,...

View source: R/pinpoint_operations.R

pinpoint_remove_attributesR Documentation

Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application

Description

Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.

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

Usage

pinpoint_remove_attributes(
  ApplicationId,
  AttributeType,
  UpdateAttributesRequest
)

Arguments

ApplicationId

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

AttributeType

[required] The type of attribute or attributes to remove. Valid values are:

  • endpoint-custom-attributes - Custom attributes that describe endpoints, such as the date when an associated user opted in or out of receiving communications from you through a specific type of channel.

  • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints, such as the number of app sessions or the number of items left in a cart.

  • endpoint-user-attributes - Custom attributes that describe users, such as first name, last name, and age.

UpdateAttributesRequest

[required]


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