JS Code
Integration code callbacks and hacks
Add customId to your subscribers
<var id="ppg-custom-id" data-id="your id here"></var>Fetch subscriber ID after register
<script>
window.ppg = window.ppg || {};
window.ppg.register = window.ppg.register || [];
window.ppg.register.push(['syncId', subscriberId => console.log("Your SubscriberID:", subscriberId)]);
</script>Switch for subscribe action instead of popup
<input type="checkbox" id="ppg-switch" disabled="disabled"/>Last updated