javascript - Google analytics for saas platform -
i've built software works cms/commerce clients. point domain address server , take care of technical details , infra.
that said, need way of tracking google analytics clients in way can see client-individual info or consolidate (all domains). considering software same of clients, have same url structure , functionalities.
i need able overall conversion rate , compare 1 of clients.
my approach change tracker name
ga('create', 'ua-xxxxxxxx-1', 'client1'); ga('client1.send', 'pageview');
and filter in ga panel client tracker name or apply no filter , see consolidate data.
is possible? missing?
i cannot afford use multiple properties (distinct client) because ga limits 50 properties account. goal reach many times limitation.
keep in mind i'm dealing multiple domains.
thanks!
this topic got solved using google analytics custom dimensions.
Comments
Post a Comment