@PratheepArunRaj Thanks for Adding me in.@KMaheshAdobe recommends using the individual plugin actions instead of initializing all plugins in single action due to the increase in weight(size) of the extension.Coming to queries1. s.getPreviousValue getting undefined & gpv_pn cookie not setting. If ...
@Luca_Lattarini For resolving this kindly append the visitor ID on the destination url which is opening in browser using below method.//Code on Domain Avar destinationURL = "www.destination.com";//Call the ID servicevar visitor = Visitor.getInstance(...);//Append visitor IDs to the destination URLva...
@Luca_Lattarini For triggering the Rule as late as possible you can select eventType as Window loaded, as this is the event which triggers once the page has been completed loaded. For reference sharing the snapshot of other eventType informations.
@Luca_Lattarini Try DTM switch chrome Extension for validation. By enable debug option from the extension you can able to see what are the rules firing and what are not in console tab of chrome developer tool.Extension Link : https://chrome.google.com/webstore/detail/launch-and-dtm-switch/nlgdemkdap...
@Britta69 "Internal Searches" will give you the Number for Total internal searches made and Internal Search Clicks will give you the Number for Search Result Clicks(how many times users has clicked on the search results links).
@Saravanan_Dharmaraj Condition Type you selected is "Page Without Query String" but the Regex you wrote is for complete URL(Which includes domain), so this regex will never match any result since its looking for the match within path value . If you want to Exclude same paths you can simply provide t...
@winstonl3651471 For Delivering different Experiences based on the user attribute you definitely need to create separate Audience for each Attributes, there is no way to set it up dynamically.
@Ivan_Mironchuk this is fine. but we want to complete restrict the server call which is generated from application end like we have s.abort appmeasurement implementation.