Specify report suite with a data element
Hi everyone!
We have two websites that are nearly identical. One is an internal facing version and the other is the public version.
We would like to deploy the same Launch code but have the reporting to go into separate report suites. Is it as simple as creating a data element defining the report suite name and then adding it into the Adobe Analytics tool configuration?
Also, is there any secret Adobe syntax I need to be aware of when setting up my data element or can I do something like the below:
var reportSuite = (window.location.hostname == "www.hostnameInternal.com") ? hostnameInternalProduction : hostnameExternalProduction;
return reportSuite;
Many thanks!

