You can use any name you like for the data layer object. If you change, you must update the Data Layer Manager configuration so that it knows what variable to attach to. This solution requires a data layer that is structured as a Javascript Array. I choose not to use `digitalData` since most peo...
Here we go. I want to start with a bit of reorganization of the data layer. I'm addressing three issues : 1) Making the data layer an Array so that we can use the SDI Data Later Manager extension.2) Making the product node an array consistent with W3C and GTM SOP.3) Fixing some syntax errors and re...
I'd be happy to do that. This extension is HIGHLY configurable and can serve many needs. Please tell me about your need. If you can point you the site that you are using it on, that too would be very helpful. Thanks, -Stew
You can just view frame source on the view of an extension that uses Coral. Such as: https://assets.adobedtm.com/extensions/EP9f64ab5391d540b0bb8658a244bbeb36/dist/dataElements/javascriptVariable.htmlThis has the following in the head : <link rel="stylesheet" href="//assets.adobedtm.com/activation/r...
Are you absolutely sure that you deployed it as Sequential HTML? What you describe (loading in an iframe) would indicate that it had been deployed as Non-Sequential HTML.
This looks pretty good with the exception of how you are using data elements. There are a couple things worth noting:1). There is no need to set up event listeners in code. Launch does all that for you depending on the type of event that triggers your rule. 2). Data Elements are like functions that...
Not a new idea. This was submitted as an idea over four years ago. It is still a problem for many users. Please expand s.purchaseID to support unique strings larger than 20 characters. 64 characters would be just peachy as it would support a SHA256 output.https://forums.adobe.com/ideas/6214#commen...
Yep. Still an issue. I've seen so many situations where a simple prefix of a date string or a siteID would provide the uniqueness needed, but alas... 20 characters. I've also seen the situation that Adam mentions where the orderID is just too big for 20 characters. The worst feeling ever is to tel...
First, If you are concerned about reCAPTCHA presenting a roadblock to conversion take a look at reCAPTCH v3 before you do anything else. The new hotness: reCAPTCHA v3 | reCAPTCHA | Google Developers Otherwise...For reCAPTCHA v2 there are three callback functions that can be specified via html c...