When adding the analytics tracking code in analytics connector, it will be stored in lowercase. This makes analytics not tracking anything.
List the steps to reproduce the behavior:
The 'SiteAnalytics.config' in website root directory will contain the TrackingID in lowercase: (ua-123456789-0)
The 'SiteAnalytics.config' in website root directory should contain the TrackingID in an unchanged form: (UA-123456789-0)
I will provide a fix and a pull request today
@coretoco - I just worked with @mikesmeltzer (the original developer of the GA connector) and here is what I wanted to clarify. The connector will respect the entered case for the TrackingID and save it accordingly. This was done in case Google changes their requirements in the future.
After some testing, it seems having the TrackingID saved as lowercase still allows Realtime analytics tracking, but fixing the casing to uppercase allows full feature.
Great find! Will review the PR now.
Merged
@david-poindexter soooo, did I close this too soon or the PR that got merged is ok to resolve this issue?