Suppressions
SuppressionsTracker
Defines the tracker class for the suppressions semantic package
Example
To track an event using the suppressions package, you can use the corresponding method on the tracker instance:
Extends
Tracker
Methods
identifierSuppressed()
Parameters
• props?: SuppressionsIdentifierSuppressedProperties
• opts?: BirdEventTrackingOptions
Returns
void
identifierUnsuppressed()
Parameters
• props?: SuppressionsIdentifierUnsuppressedProperties
• opts?: BirdEventTrackingOptions
Returns
void
SuppressionsIdentifierSuppressedProperties
Properties for suppressions/identifier-suppressed event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
SuppressionsIdentifierUnsuppressedProperties
Properties for suppressions/identifier-unsuppressed event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
Last updated