Please note: I did find this very similar question but if you read it the person asking it was actually using Ruby/Rails as their backend, which doesn't apply to my situation at all.
I'm building an AngularJS (Angular v1) app that will send real-time analytics to Google Analytics (GA). I just set up my GA account which gave me a Tracking ID.
I'm wondering how I can integrate my Angular app with my GA account? What files do I need to put in my app, and how do I customize those files with my Tracking ID or other credentials?
Reading the GA developer docs I've seen some mention of Sender ID, GoogleService-Info.plist as well as google-services.json, but astonishingly, nothing that really guides you through the process of the technical aspects of the integration.
Anybody know what these aspects are, files used, how to add your GA credentials to these files, etc. for an Angular app?