I have a site with a store search that posts in the following format. www.site.com/store-locator?city=&province=&zip[postal_code]=68123
I am trying to configure GA to give me feedback on people visiting this page and a count of specific zips searched.
example report data
- /store-locator?city=&province=&zip[postal_code]=68123 1000 visits
- /store-locator?city=&province=&zip[postal_code]=68456 768 visits
- /store-locator?city=&province=&zip[postal_code]=68789 221 visits
note: the 'city' and 'province' values may also be populated (and I will want to mod GA to give similar data on these too).
Can anyone give feedback on how to configure GA to give me data similar to this?
Thanks!