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.

https://support.google.com/analytics/answer/2709828


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -