Multi-properties and single report suite | Community
Skip to main content
cathyw49544988
Level 5
October 19, 2017
Solved

Multi-properties and single report suite

  • October 19, 2017
  • 2 replies
  • 2109 views

We have some domains are so different from data layer point of view. So the way to collect data can be wildly different. What will be the best way to handle this?

So far we are thinking to create multiple properties, each one will have it's own rules to collect data and then they all write the data to the same report suite. My questions are:

     1.  is this OK?

     2. If a visitor first comes to a page in domain 1, then links to a page in domain2. Since those 2 pages are in different properties, the rules will be fired from different property and the data will be saved to the same report suite. In the report side, we will count this as 1 visit or 2 visits? could my prop variable track the path cross the property?

If we don't implement in this way, we just use one property. In the page load rule, add condition for each domain and we will have different rules for different domain. Then another thing I am not quite sure is, when will the data element be collected? If the case is:  a rule won't fire, then the related data element won't collect. then we are OK. Otherwise, if all the data element will collect in the front, then some element are not for this domain will fail

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kaushalendra

Hi cathyw49544988​,

Answering to your 1st query, it is absolutely okay to use different web properties for different domains. And in case these domains are quite differently organized, using different web properties will provide you to easily manage future changes to the sites and analytics implementation without affecting other domains.

While following this approach you need to make sure that the analytics configurations across the web properties are same (tracking server, services implemented like Marketing Cloud ID Service) so that the Visitor Identification method remains the same.

2 replies

Kaushalendra
Adobe Employee
KaushalendraAdobe EmployeeAccepted solution
Adobe Employee
October 24, 2017

Hi cathyw49544988​,

Answering to your 1st query, it is absolutely okay to use different web properties for different domains. And in case these domains are quite differently organized, using different web properties will provide you to easily manage future changes to the sites and analytics implementation without affecting other domains.

While following this approach you need to make sure that the analytics configurations across the web properties are same (tracking server, services implemented like Marketing Cloud ID Service) so that the Visitor Identification method remains the same.

New Member
January 21, 2021

Is the implementation described above the same as the implementation for a global Global Report Suite? In other words, I'm trying to understand if sending data from two different domains to a single report suite is considered the same thing as a "Global Report Suite."

cathyw49544988
Level 5
October 24, 2017

I see. Thanks