I need to track conversions from a banner ad which will be displayed on different affiliate websites. This is not via AdWords.
Now, I read about Campaigns and Goals in Google Analytics, and I think this approach could work. But, I'm trying to find a more automatic solution, if such exists, to ease the work load on the marketing people.
The banner ad takes to a landing page, which offers the user to sign up, and after a few steps confirms signing up (conversion).
The application uses Spring MVC, and the controller on the landing page creates a cookie for the session. I was wondering if there's a way to create a cookie for Google Analytics or manipulate it (or some other way), in order to create campaigns automatically or track conversions from different affiliates, without creating a campaign for each affiliate.
Does Analytics provide such functionality via API?
Can you recommend another approach to track this information with Java on the SpringMVC Controller?