I need to track internal search terms, so I created a rule that triggers when a search is submitted. I also have a global page load rule to track all pageviews.
Now, when a user submits a search, there are two rules firing. One s.tl() rule for the search (sending search term, number of results and username) and a different s.t() rule for the page load (sending page name, URL and username)
Is this a best practice, or is there a way to simplify this process into a single rule/server call? Thanks for your help.