Skip to content

Subscription Identifier Extraction

Whenever you click on the 'Allow' button of a subscription prompt and become a subscriber, a unique registration key is generated by the Push Monkey associated with your browser. This key is stored at our end along with additional tracking information.

If you wish to access/modify your data, providing this key is crucial as Push Monkey does not store any other personal information against your subscription apart from this key, your country, the date on which you subscribed and your device type. The key is also tracked across the website for any activity such as page visits and button clicks (provided the event tracking codes are implemented by the website).

Here is how the browser key can be extracted:

  • Open the website you are subscribed to and right-click on it
  • Select Inspect Element
  • Go to Console and type the below code and hit enter
window._pushmonkey.getSubscriptionInfo();
  • Copy that code