Adding a Custom Destination
    • 1 Minute to read
    • Dark
      Light

    Adding a Custom Destination

    • Dark
      Light

    Article summary

    In some cases it may be useful to transfer data from the Tealium Data Layer to the Mapp Intelligence tag that is not implemented by default. For example, if you are using your own custom plugin, or if there is a new feature in the Mapp Intelligence pixel that is not yet included in the Tealium Mapp Intelligence tag.

    In this section, you will learn how to create custom input for the Mapp Intelligence pixel in the Tealium.

    1. In Tealium, open the Mapp Intelligence tag configuration dialog.

    2. In the Mapp Intelligence tag data mapping setting, for example, click on the page parameter Document title.

    3. Then click on Select target.

    4. Click +Add Custom.

    5. Type in a custom destination value, for example, wt_config.articleTitle
       

    Code Example

    wt.numberSearchResults = "15";
    wt.errorMessages = "";
    wt.paywall = "1";
    wt.articleTitle = "";
    wt.contentTags = "";
    wt.pageTitle = "";
    wt.pageType = "Article";
    wt.pageLength = "large";
    wt.daysSincePublication = "3";


    Was this article helpful?