Custom Script for pages outside Wordpress

I’m implementing a web and server-side GTM setup via Stape for Corekees (corekees.com), which uses WordPress for landing pages and Bloqify for their investment platform.

The Stape plugin works perfectly in WordPress, but on the Bloqify platform (e.g., Corekees), the web container loads via the regular GTM script, but Data Tags are not loading correctly. I suspect this is because a custom script is needed, similar to what’s available in the Shopify plugin for custom landing pages.

However, I can’t find documentation or settings in either the Stape environment or WordPress plugin about how this custom script should be structured. Has anyone encountered this issue or knows how to implement a custom script for Bloqify when using Stape with WordPress?

Would appreciate any insights on:

  1. Confirming if a custom script is indeed needed
  2. The proper format/code for this custom script
  3. How to implement it in the Bloqify environment

Thanks in advance,

Jos

Can you please specify what you mean by Data Tag not loading correctly? Do you see any errors? Are there any errors in the browser console?

The work of tags, including Data tag does not depend on the loader script that you add to the pages.
Perhaps your problem is that because of the CORS/CSP policy on your site is blocked loading JS that are necessary for the Data tag and possibly other tags as well.