Skip to main content

PushNotificationEngagementScoreTarget

Targets people having an engagement score between two values

type PushNotificationEngagementScoreTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
engagementScoreBelow: Float
engagementScoreAbove: Float
}

Fields

PushNotificationEngagementScoreTarget.id ● ID! non-null scalar

PushNotificationEngagementScoreTarget.parentId ● ID scalar

PushNotificationEngagementScoreTarget.match ● RightFilterCondition! non-null enum

PushNotificationEngagementScoreTarget.engagementScoreBelow ● Float scalar

PushNotificationEngagementScoreTarget.engagementScoreAbove ● Float scalar

Interfaces

PushNotificationTarget interface

Implemented By

PushNotificationTargetUnion union