We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab08dd commit 67bd515Copy full SHA for 67bd515
source/includes/_locations.md
@@ -262,7 +262,7 @@ Since this may also be present on one or two standalone pages as custom addition
262
(WIAPI => {
263
const API = new WIAPI('test-integration'); // Note: Replace 'test-integration' with your actual integration identifier.
264
API.subscribe('page-load-v1', ev => {
265
- if (ev.payload.pageName === 'PROMOTIONS_LANDING') {
+ if (ev.payload.pageName === 'YOUR_LANDING_PAGE') {
266
API.insert('content', (elem, meta) => {
267
const containerEl = document.createElement('div');
268
containerEl.classList = 'bg-neutral-950 text-light';
0 commit comments