Hi community, # Requirement i want to track the internal search of a website. There are two article numbers 12345678 and 12345678k for the same product, the article number with the k is just a distinction, if the customer typed it from the catalog. This is what we want to track, if a customer typed the article number from a catalog or the website. # Problem If customer types in the article number in the search field and gets directly to the product page. Since there is no search page in between there is no query string to parse the search value from. First idea was to fire a page impression (PI) with KeyUp, SetTimeOut() and Regex. But if the SetTimeOut() is too short, it wont recognize the k and fires the PI withouth a k at the end. If the SetTimeOut() is too long, it will be broken by the page load of the new site. Is there another idea how to send the search query to Webtrekk, perhaps after the new page load? thank you and greetings David
... View more