Skip to content

Commit

Permalink
Remove the track event subscribe (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneycollins-cio authored Oct 1, 2024
1 parent 6c9dcdd commit 504702a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ const destination: DestinationDefinition<Settings> = {
name: 'Track Event',
subscribe: `
type = "track"
and event != "Application Installed"
and event != "Application Opened"
and event != "Application Uninstalled"
and event != "Relationship Deleted"
and event != "User Deleted"
and event != "User Suppressed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const action: ActionDefinition<Settings, Payload> = {
description: 'Track an event for a known or anonymous person.',
defaultSubscription: `
type = "track"
and event != "Application Installed"
and event != "Application Opened"
and event != "Application Uninstalled"
and event != "Relationship Deleted"
and event != "User Deleted"
and event != "User Suppressed"
Expand Down

0 comments on commit 504702a

Please sign in to comment.