Custom Loader implementation in GTM Server Side WordPress plugin

Hello! I need some assistance clarifying how to implement the Customer Loader with Stape global CDN on a WordPress site via your GTM Server Side plugin.

In my Stape container, I added a custom domain and turned on Stape global CDN. I have added the resulting CNAME records. I turned on the Custom Loader power-up and generated the code and setup info, which told me to enter a Container Loading Path parameter, but the WordPress admin settings don’t have a field for that. So my container is loading successfully and sending info to the server container successfully, but it’s loading the JS from {my server container url} and not load.{my server container url}. What am I missing?

I am running v2.1.18 of GTM Server Side on v6.5.5 of WordPress.

Hi, in WP plugin simply add ‘load’ in the input for server container URL, so it would look like this: https://load.sgtm.yourdomain.com. With such GTM container will be loaded from Stape CDN.

Oh ok, that worked. So the plugin sees “load.” in the URL and knows to remove it when making requests? I wouldn’t have expected that based on the field names and descriptions. If I may recommend, it would be more helpful if the field names matched those in Stape dashboard and if the CDN was a checkbox, like in the Stape dashboard. Thanks for your help!