With respect to the Adobe Analytics implementation, it's client-side.From my last post -- in point 3, in addition to adding the DTM bootstrap code you would add a small <script> section to set any variables that were effectively generated server side.So, for your home page, your page would have your...
1. Client-side implementation is standard and allow for enhanced out-of-box functionality (e.g., data on browsers/user agents, operating systems, screen resolutions, device types). In theory, it's possible to replicate this functionality in a server-side implementation, but at that point you're recr...