how to track new subscriptions (free and paid)? whispers work, tracking new subscribers doesn’t work.
{
type: 'LISTEN',
data: {
topics: [
`channel-subscribe-events-v1.${channelId}`,
`whispers.${userId}`,
],
auth_token: MY_AUTH_TOKEN,
},
}