@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/nlgdemkdapolikbjimjajpmonpbpmipk?hl=en
@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 the path value alone.
@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.