Go to Setting page > Click on the setting icon.
You can send all the data of Wiser Notify to your Google tag manager and view the reports there. To do that, make sure that you have completed the google tag manager integration first. The data that we will send will be in the following format.
- dataLayer.push({ event: 'wisernotify_datalayer', wiser_payload: { action: event, notification: notification_name, variation: 'A' } });
Here the “notification_name” is the name of the notification which you have set and whose data you want to transfer to Google Tag Manager.
Once the above step is complete, in the Settings tab, find “Send notification events data to google tag manager” and toggle that ON.

