Cortex uses Javascript to track user behavior on site. This helps the system build behavior profiles to fuel our recommendation engine, determine which users to send "abandon" stages, and more. This article will walk you through the steps required to investigate the Retention Science javascript using the Chrome browser.
- In Chrome, right-click anywhere on the page and click Inspect.
- Select Network.
- Check the "preserve log" box.
- Type "Wave" into the search bar.
- Select the wave from the menu on the left and inspect the wave actions under the "headers" tab.
Each wave will have the action listed at the end. Waves can contain "email_entered", "view", "click", "search", "shopping_cart", or "checkout_success" actions. The example below is for a shopping cart action.
wave:
{"version":"1.0","site_id":"238","referrer_uri":"http://www.entertainmentearth.com/prodinfo.asp?number=UTCG90306","arrival_time":1495670882673,"arrival_uri":"http://www.entertainmentearth.com/cart.asp?dbc=1&blinker=1&csURL=http%3A%2F%2Fwww%2Eentertainmentearth%2Ecom%2Fprodinfo%2Easp%3Fnumber%3DUTCG90306%26blinker%3D1","page_title":"Your Cart - Action Figures, Toys, Bobble Heads, and Collectibles at Entertainment Earth","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36","language":"en-US","fingerprint":"dca9d4ef8142442696990ebbdfdc1aab","rsci_vid":"ac00dd60-7820-89cd-adb9-59cead305ef1","items":[{"id":"UTCG90306"}],"action":"shopping_cart"}
_:
1495670882511
|
Comments
0 comments
Please sign in to leave a comment.