I'm currently working a project that is using Google Analytics to track various things throughout the application. One of the last things I want to do is track application installs based on some kind of promotion for the application. After some searching I came across an articles about iOS install tracking for Google Analytics, which seemed to be exactly what I wanted.
Afterwards, I followed their guide to get things setup: https://support.google.com/analytics/answer/3389142
However, after doing the 3 steps they described I'm confused as to how those tie into the custom campaign URLs that we will create use their URL builder: https://developers.google.com/analytics/devguides/collection/ios/v3/campaigns#ios-url-builder (bottom of page)
How does following this setup and creating that URL link together in a way to send the report to my Analytics page? Perhaps there is a working example or more detailed explanation that I could follow? I feel as though I am missing a piece of information to get this working.
Example of how I imaged this would work would be: Create a campaign URL to be included in an email or newsletter of some kind and once a user selected that link and installs the application it would be reported in my Analytics page.
Thanks for your time. =)