segment-boneyard / analytics-magento

[DEPRECATED] The hassle-free way to integrate analytics into any Magento store.
15 stars 19 forks source link

Both Search Track and Page calls should omit query text #57

Closed astorm closed 10 years ago

astorm commented 10 years ago

Search results pages should be Search Results instead of Search results for: 'test' so that we don't have an unbounded amount of page names.

astorm commented 10 years ago

Track and page calls should now omit query text in page title, include query text in parameters for track call

window.analytics.page("Search Results",{},{"library":{"name":"analytics-magento","version":"0.0.3"}});

analytics.track('Searched Products',{
    'query':"test"    },
{"library":{"name":"analytics-magento","version":"0.0.3"}}  );