The good news is Launch works great for SPA sites. Much of the pain that existed in DTM on SPA sites is gone!The bad news is... Well, I don't know. Maybe there is none. There are a couple things to consider when using Launch on a SPA site. 1) Launch is loaded when the SPA is loaded. This means tha...
I just went back to your original post. I see "Order ID" as the dimension in your workspace table. Is that an eVar (or did they add the ability to report directly on OrderID)?
Hmmmm. If you are sending the same purchaseID in both calls your order count absolutely should not be incrementing. The mechanism behind making those calls doesn't matter (page load rule, direct call, event, s.t(), s.tl()). There's something else happening here...
The Orders, Units, and Revenue metrics in AA are driven by the "purchase" event. In order to keep them from being over-counted, the purchaseID variable should be set with a unique id (alphanumeric and no more than 20 characters). If AA sees the same purchaseID more than once, the hit is marked as a...
If I understand correctly, you have an element on your page which, when clicked causes a navigation to another page on the same domain. There is information about the action which is placed into the data layer and you want to send that info into AA somehow.If the data layer is truly updated AFTER L...
I'm pretty sure that in the minimized AppMeasurement code, the internally scoped handle to the 's' object shows up as 'a'. I interpret the hitGovernor instructions like this. Assuming that you are using DTM with the AA Tool or Launch with the AA extension, In the Tool or Extension configuration, in...
My assumption is that something is evaluating your values as truthy or not truthy. 1 is Truthy and 0 is not. One option would be to try passing them as strings "0" and "1". The other would be to use "F", "T" as indicators or "N", "Y". My other observation is that this code replicates much of what...
The most direct method would be to pull a clickstream level data feed of your existing data. Here's a jumping off point: The Data Feed Toolbox – Tools for crafting elegant big data solutions There isn't really a great way to mirror adobe's back-end sessionization from a client-side collection standp...
Visit and Visitor information is automatically captured when tags are sent to Adobe Analytics. It's not a function of Launch as much as it is a function of the server side processing done by Adobe Analytics. Visits are defined by any number of hits from the same Visitor during a given timeframe (an...
Jan,I am in agreement on this one. I actually had an extension in Launch Integration for a while that did just this. Some considerations that kept me from proceeding is that IF you have a bona fide Launch event triggered at doPlugins time:1) How do you prevent the recursion that would occur if some...