Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Cue the extraordinary. Show-stopping experiences that raise the digital bar. Apply now for the 2023 Adobe Experience Maker Awards.
SOLVED

Adobe Launch with Drupal 8

Avatar

Level 2

Hi One and all,

Has anyone out there used launch with Drupal8?  I have a very simple test JSON defined data layer, which looks like the below

<script>var digitalData =

[

{"page":

{"pageInfo":{

"pageName":"Home",

"destinationURL":"\/home",

"breadcrumb":"\/home",

"pageCategory":"page"},

"channel":

{"primaryChannel":"home",

"pageType":"page"},

"attributes":

{"language":null,

"contentType":"page"}}}];</script>

we would use JS, except Drupal8 doesn't like you out putting native JS to the page, so my developers advised to use JSON.  The issue I have is when I use _satellite.getVar('page Name'); I get a result of (" "), as far as I can tell all the config is correct inside the Launch UI, I have created a data Element with the name of page Name, the path to the data element is digitalData[0].page.pageinfo.pageName (Which I believe is correct).

When I inspect the DataLayer with Data slayer, all the elements are visible and populated.  I am trying to understand why the data layer elements are empty when I use the  _satellite command.  I hope this is enough info.

many thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi All,

Adobe Client care have solved this issue.  The resolution to edit/create the  data element and use the core extension, then element type should be Custom code as below

ElementType.jpg

once the editor opened I added the following code

EditCode.jpg

the above code works for thew JSON dataLayer in Drupal 8

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi All,

Adobe Client care have solved this issue.  The resolution to edit/create the  data element and use the core extension, then element type should be Custom code as below

ElementType.jpg

once the editor opened I added the following code

EditCode.jpg

the above code works for thew JSON dataLayer in Drupal 8

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now