diff --git a/packages/destination-actions/src/destinations/customerio/index.ts b/packages/destination-actions/src/destinations/customerio/index.ts index 24df7da154..cc858701c3 100644 --- a/packages/destination-actions/src/destinations/customerio/index.ts +++ b/packages/destination-actions/src/destinations/customerio/index.ts @@ -94,9 +94,6 @@ const destination: DestinationDefinition = { 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" diff --git a/packages/destination-actions/src/destinations/customerio/trackEvent/index.ts b/packages/destination-actions/src/destinations/customerio/trackEvent/index.ts index 38444e1f3a..3de9903948 100644 --- a/packages/destination-actions/src/destinations/customerio/trackEvent/index.ts +++ b/packages/destination-actions/src/destinations/customerio/trackEvent/index.ts @@ -8,9 +8,6 @@ const action: ActionDefinition = { 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"