Changes between Initial Version and Version 1 of Ticket #5157, comment 8
- Timestamp:
- 05/01/2020 08:35:43 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5157, comment 8
initial v1 1 1 > It looks like the URL is updated after the form result is returned. That means it's too late for GTM to pick up the change easily. It needs to change on click/submit. 2 2 3 Unfortunately that's because Google custom search doesn't appear to offer any signal as to what section is selected. It can only be determined after render. 3 Unfortunately that's because Google custom search doesn't appear to offer any signal as to what section is selected. It can only be determined after render. (The Search term can be updated prior to render, but not the 'Refinement') 4 4 5 5 > The category parameters aren't as per the requirements (e.g., https://wordpress.org/search/dogs?forums=1 should be https://wordpress.org/search/dogs?search_category=support_forums).