-
Obtaining Campaign Expenditure and Acquisition Metrics via Analytics API
Picture this: I’m working on building out a report for my tailor-made Laravel web application. The aim? To scope out customer campaigns, the associated costs, and the volume of customers making their first visit. This’ll let users determine whether a campaign has really hit its stride or not. Can I gather up all these details using Google Analytics’ “reports:batchGet” API, or maybe another API?
I’ve given the following dimension a crack:
ga:acquisitionCampaign
But I’m scratching my head here trying to figure out the values it’s throwing back at me. Any thoughts?
Log in to reply.