How do I reload Audiences?

By default, Spotler Activate sends several data layer events once per pageload with data generated by us. This allows you to address those independently without using personalizations. These are:

  • sqzl_customer_audiences (listing all audiences the user is a member of):

  • sqzl_productset (1 event per product set; select desired sets in your merchant settings)

  • sqzly_Spotler ActivateAudience (same data as customer_audiences event, but in our Ads syntax)

So by default, when using an SPA, this will not occur unless the page is hard loaded. To catch this, you can send this event:

sqzlTransmit.loadDataLayer();

In doing so, we send the above events as if they were a new pageload.