AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about an activity that was performed by a campaign.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.ActivityResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class ActivityResponse

The ActivityResponse type exposes the following members

Constructors

NameDescription
Public Method ActivityResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that the campaign applies to.

Public Property CampaignId System.String

Gets and sets the property CampaignId.

The unique identifier for the campaign that the activity applies to.

Public Property End System.String

Gets and sets the property End.

The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.

Public Property ExecutionMetrics System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property ExecutionMetrics.

A JSON object that contains metrics relating to the campaign execution for this campaign activity. For information about the structure and contents of the results, see Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the activity.

Public Property Result System.String

Gets and sets the property Result.

Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.

Public Property ScheduledStart System.String

Gets and sets the property ScheduledStart.

The scheduled start time, in ISO 8601 format, for the activity.

Public Property Start System.String

Gets and sets the property Start.

The actual start time, in ISO 8601 format, of the activity.

Public Property State System.String

Gets and sets the property State.

The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.

Public Property SuccessfulEndpointCount System.Int32

Gets and sets the property SuccessfulEndpointCount.

The total number of endpoints that the campaign successfully delivered messages to.

Public Property TimezonesCompletedCount System.Int32

Gets and sets the property TimezonesCompletedCount.

The total number of time zones that were completed.

Public Property TimezonesTotalCount System.Int32

Gets and sets the property TimezonesTotalCount.

The total number of unique time zones that are in the segment for the campaign.

Public Property TotalEndpointCount System.Int32

Gets and sets the property TotalEndpointCount.

The total number of endpoints that the campaign attempted to deliver messages to.

Public Property TreatmentId System.String

Gets and sets the property TreatmentId.

The unique identifier for the campaign treatment that the activity applies to. A treatment is a variation of a campaign that's used for A/B testing of a campaign.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5