How to track new subscriptions (free and paid)

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,
          },
        }

As per

Your oAuth (MY_AUTH_TOKEN in your example) requires the scope of channel_subscriptions for the channel ${channelId}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.