I've spent the better part of the afternoon trying to find out why my "Search Results Page" load rule isn't sending the numbers of search results to prop3.
I know my data element returns the correct number when I use "_satellite.getVar('Site Search: Number Results')" in the Console, but I suspected the source of the DE wasn't available on page load.
Changing the load rule to trigger at "Onload" or "DOM Ready" didn't help. The Console showed that the rule triggers but nothing is sent.
I created a simple experiment: Load rule with no conditions and a hard-coded prop assignment: prop5="Search LR1". I tried "Top of Page", "Bottom of Page", "DOM Ready", "Onload".
Result = Nothing sent when trigger is "DOM Ready" or "Onload".