OBJECT
TargetingRule
A targeting rule defines the conditions used to trigger the iAdvize notification.
link GraphQL Schema definition
- type TargetingRule {
- # Unique identifier of the targeting rule.
- UUID! :
- # Deprecated field, please avoid using.
- String! @deprecated( reason: "This value represents a legacy id that shouldn't be used outside of iAdvize. Please contact us if you find yourself needing it." ) :
- # The name of the targeting rule.
- String! :
- # Whether the targeting rule is enabled or not. Disabled rules won't trigger any
- # notification.
- Boolean! :
- # The routing rule this targeting rule is pointing to.
- RoutingRule :
- # The creation date of the targeting rule.
- DateTime! :
- # The last time this targeting rule was updated.
- DateTime! :
- # The date and time at which this targeting rule has been deleted.
- DateTime :
- }