PLEASE LOVE THE PRODUCTS


    How to see what's going on behind the scenes:
  1. Open Developer Console (F12 or right-click on the page -> select "Inspect")
  2. Select "Network" Tab
  3. Check "Preserve Log" box - this will keep the log from clearing between page loads
  4. Refresh this page.
  5. Filter network requests by "interact" - Target calls will be made through alloy.js to the Edge API endpoint at page load and as buttons are clicked.
  6. Click the first "interact" call made, it will have its own tabs to sort through; "Payload" shows the request made to the Edge network, "Preview" shows the response containing the Target activity — these items can be expanded using the triangle drop-downs in the request/response bodies
  7. Click the second "interact" call made, "Payload" shows notification info made to the Edge to indicate that the Target activity was displayed.
  8. Category info is sent to Target in requests made when a button is clicked, a dynamic offer containing rank order affinities associated with the pseudononymous Target Visitor Profile is returned by Target in the response

Check out the at.js version here