Skip to end of banner
Go to start of banner

How to add dataLayer data to feedback

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The following article will explain to you how you can send data layers to Mopinion.

Instructions

  1. In your form, add the element website data, this article will provide you with more information.

  2. There are 2 ways to add data layers:

2a. Often you do not need all the information in a data layer. You could then use the following method to select data from a specific key:

Do note, this method will only return the first value found. If there are more entries in the data layer with an ecommerce key, these will not be returned.

2b. The second method gives you the possibility to return more values. You will need to use an array filter function:

dataLayer.filter(item => item.event === "timing_complete")

Do note, this method will not work for Internet Explorer 9 or lower, as these versions do not support Array.filter

  • No labels