AWSPinpointTargetingEventDimensions Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
attributes
One or more custom attributes that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter.
@property (nonatomic, strong) NSDictionary<NSString*AWSPinpointTargetingAttributeDimension*> *attributes
Declared In
AWSPinpointTargetingModel.h
eventType
The name of the event that causes the campaign to be sent. This can be a standard type of event that Amazon Pinpoint generates, such as _session.start, or a custom event that's specific to your app.
@property (nonatomic, strong) AWSPinpointTargetingSetDimension *eventType
Declared In
AWSPinpointTargetingModel.h
metrics
One or more custom metrics that your app reports to Amazon Pinpoint. You can use these metrics as selection criteria when you create an event filter.
@property (nonatomic, strong) NSDictionary<NSString*AWSPinpointTargetingMetricDimension*> *metrics
Declared In
AWSPinpointTargetingModel.h