Expand my Community achievements bar.

SOLVED

Hi Mates, Any one using Adobe launch or DTM. I created 10 rules in a property. And now I want 5 rules should flow A report suite and other 5 rules should flow to B report suite. Could any one help how to configure this process.

Avatar

Level 1

Hi Mates,

Any one using Adobe launch or DTM.

I created 10 rules in a property. And now I want 5 rules should flow A report suite and other 5 rules should flow to B report suite.

Could any one help how to configure this process.

@Gigazelle please help meet on this

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@sutej  IMO you would have to move the 5 rules to a different property since the report suites are configured per property.

You may explore the Launch APIs to move them programmatically

 

https://developer.adobelaunch.com/api/reference/1.0/properties/relationships/rules/list_related/

https://developer.adobelaunch.com/api/reference/1.0/rules/create/

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

@sutej  IMO you would have to move the 5 rules to a different property since the report suites are configured per property.

You may explore the Launch APIs to move them programmatically

 

https://developer.adobelaunch.com/api/reference/1.0/properties/relationships/rules/list_related/

https://developer.adobelaunch.com/api/reference/1.0/rules/create/

Avatar

Level 1
Thanks for your time Shelly, but I am applying all the 10 rules in on environment so want to segregate the rules in launch itself rather than filtering out in analytics.

Avatar

Community Advisor

In order to run 2 report suites with different configurations in one Launch property, I think you are going to have to set up one of your report suites on separate tracking object using s_gi().  See the following help article:

s_gi() | Adobe Analytics

 

You'll be able to use the wizard driven Adobe Analytics actions in launch for one of your report suites.  However, for the report suite that you move to an alternative tracking object, you'll probably have to set all the variables in custom code (so they are set on the alternative object correctly).