The URL breaksdown
/all-wholesale-pound-lines_d011241.htm?rrp=40&dord=13
/
all-wholesale-pound-line => department name
d => indicates its a department
0 => page of the search results (0 means all results)
11241 => department number
rrp => results per page
dord => display order
So the sequence
/all-wholesale-pound-lines_d111241.htm?rrp=40&dord=13
/all-wholesale-pound-lines_d211241.htm?rrp=40&dord=13
/all-wholesale-pound-lines_d311241.htm?rrp=40&dord=13
would show clicks to the pages 1, 2, 3 of the all wholesale poundlines had been viewed, with 40 products per page in the default display order.
Last summer we changed how these urls were built which means that the rrp & dord now show up in the GA pages.
Previously, if customers changed the number of results per page, then 2 different customers viewing the URL
/all-wholesale-pound-lines_d211241.htm
could actually have seen different pages (one with 40 products and one with 80 products)