utag_data

JSON, JavaScript Arrays

by Paul Leech

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
    html * { font-family: sans-serif; }</style>
</head>
<body>
    
<div id="product_name"></div>
<div id="product_brand"></div>
<div id="product_category"></div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script> 

</body>
</html>

JavaScript

utag_data_cart = {
    "order_coupon_code": "",
    "order_currency": "USD",
    "order_id": "",
    "order_shipping": "",
    "order_store": "",
    "order_subtotal": "134.440000000",
    "order_tax": "0.000000000",
    "order_type": "",
    "product_id": "U055, D002, D124",
    "product_list_price": "94.950000000, 16.500000000, 22.990000000",
    "product_name": ["NorthShore Premium Green Super-Absorbent Underpads, Ultra Large, 36x36 in., Case/120 (12/10s)", "NorthShore Booster Pads with Adhesive, Large, Pack/30", "NorthShore Supreme Lite Tab-Style Briefs, Purple, Large, Pack/15"],
    "product_quantity": "1.000000000, 1.000000000, 1.000000000",
    "product_sku": "5501-2, 1512, 1143",
    "product_unit_price": "94.950000000, 16.500000000, 22.990000000",
    "product_category": ["Bedding Protection", "Booster Pads / Doublers", "Overnight Briefs (Tab-Style)"],
    "product_brand": ["NorthShore", "NorthShore", "NorthShore"],
    "site_region": "en",
    "site_currency": "USD",
    "page_name": "CART",
    "page_type": "shoppingCart",
    "user_status": "[email protected]",
    "OneTrustActiveGroups": "1,2,3,4,0_80483,0_80482,0_80485,0_80484,0_80487,0_80486,0_80479,0_80481,0_80480"
}

utag_data_checkout = {
    "checkout_pagename_url": "/checkout",
    "order_total": "134.440000000",
    "product_id": "U055, D002, D124",
    "product_list_price": "94.950000000, 16.500000000, 22.990000000",
    "product_discount": "0, 0, 0",
    "product_name": ["NorthShore Premium Green Super-Absorbent Underpads, Ultra Large, 36x36 in., Case/120 (12/10s)", "NorthShore Booster Pads with Adhesive, Large, Pack/30", "NorthShore Supreme Lite Tab-Style Briefs, Purple, Large, Pack/15"],
    "product_quantity": "1.000000000, 1.000000000, 1.000000000",
    "product_sku": "5501-2, 1512, 1143",
    "product_unit_price": "94.950000000, 16.500000000, 22.990000000",
    "order_coupon_code": "",
    "order_currency": "USD",
    "order_id": "",
    "order_shipping": "",
    "order_store":...