You can set up "currency" events, and pass those as part of your purchase call, either in the s.products (so you have values per each product in the order), or as a whole on the purchase request...
AppMeasurement Sample:
s.events="event1,event2=15.00";
s.products="cat1;product1;1;5.00;event1=...
While the process is a bit manual, if you create your table with "breakdown by position" selected:
And then you choose "400" as your breakdown on each row, as new Days roll in, they should maintain the 400 rows breakdown.
I don't know of anyway to do this in one step, but once you have set this...
Have you enabled Satellite Debugging to see if the rule is triggering or not? And are you seeing any JS errors?
First, in you console enable the debugging:
_satellite.setDebug(true); // Turn Debugger On
_satellite.setDebug(false); // Turn Debugger Off
Also, make sure that your console is ...
Lol, I know... you would think that Pages is available everywhere, since it's part of every tracking call....
But Adobe Analytics doesn't actually have a reserved event for "page views", this is based on hits that have PageName or PageURL; so on actions, these two values (despite being included on...
@Josh__Stephens are you in CJA Workspaces? Maybe they didn't break it so bad on CJA? Whatever, there are lots of issues with the menu redesign, and it's just going to be painful until it's fixed.
Yes, I said that is completely broken on Windows... it works on Mac. I had to show Eric a video of the behaviour on Windows cause it worked for him... He seemed really confused when I mentioned it lol. Or maybe it just works for him *shrug*
Using your browser to duplicate the tab could be a good w...