Launch - Analytics Extension - How to use Multiple Report Suites with One Launch Container | For Multiple Website So Recently I got a request to create a launch container for 7 websites.The client wanted to use one Launch TMS to track data on the 7 different websites and send production data to oneGlobal report suite for all the sites.Then For one site, lets name is example 1, we send data to its own unique report suiteTo break it down we haveOne Global Report Suite - All websites data including example 1 aboveOne individual report suite - Only example 1 dataHere is how I approached it and I hope it will help someone here! STEP 1. I created a custom data element and named it config_RSID Within the custom code editor, I created an object with the following property data typesHost -> clients domain hostnamersid -> clients report suites idnote -> clients website nameThe code example below:In this example, I used 2 sites!var my_rsid_config = [{
'host': 'www.example.com',
'rsid': 'exampleprod',
'note': 'Example Site'
},
{
'host': 'www.example.com',
'rsid': 'exampleprod1',
'note