Here are some articles that we have written about website design and development.
We do real work and come across problems, solutions, new ideas, and other things that interest us that we share here. Most relate to functional and usable website design.
For the checkout process in one of my sites has multiple steps and I use the same backend file to process each of the steps (i.e. checkout.php). In order to track the each of the pages in google analytics, I set a custom page name / event for each of the steps in the checkout process.
i.e.
With the old urchin.js tracker:
urchinTracker("/checkout-S1");
Or with the new ga.js tracker:
pageTracker._trackPageview("/checkout-S1");
Example:
| Page | Url | Page name / event sent to GA |
|---|