c# - How do i know which DMS rule called a Sitecore component? -
for project i'm using sitecore in combination sitecore digital marketing system(dms). want know if component called dms rule; , if component called dms rule want know one. can send results of dms rules google analytics. know how that?
thanks lot.
jordy
look in sitecore.analytics.config in app_config/include folder.
in there you'll find reference sitecore.analytics.pipelines.insertrenderings.personalization processor in insertrenderings pipeline.
if decompile class (it's in sitecore.analytics.dll) see responsible taking action when personalization conditions met.
i think extend class add functionality require. can replace original class reference in config file new one.
Comments
Post a Comment