Hi! Is it possible to have a klip that combines the total number of visitors/pageviews/what have yous into a single number, from multiple sources?
Say I have 10 websites I want to combine the numbers of, is this feasible?
Hi! Is it possible to have a klip that combines the total number of visitors/pageviews/what have yous into a single number, from multiple sources?
Say I have 10 websites I want to combine the numbers of, is this feasible?
Hi Jostein,
Thanks for posting in our community!
This is absolutely possible!
There are a few ways of accomplishing this, which I will outline in general below;
-You can create a dynamic datasource, where you are passing in ga:id that you are looking at as a variable inside of the datasource query
You can then iterate through multiple ids, and sum up the output via the MAP function;
Eg
MAP(
<list of ids>,
"idVariable",
<sessions from dynamic datasource>
)
-You can also create seperate datasources for each id, then get the results aggregated together via the SUM function
If you have any more specific questions that are not answered via the above, please feel free to reach out to support@klipfolio.com for assistance!
Best regards,
Joshua