|
Distinguishing Duplicated Links
|
|
| 1. | Decide on a single parameter that will be easy to distinguish and that has an easy-to-recognize name like 'from' or similar.
|
| 2. | Decide on a consistent set of values, for example, from=topnav and from=bottomnav, or linkid=1 and linkid=2. The value needs to be unique within a page for a given link, but it does not have to be unique for every single link and page. For example, although the links news.php?from=topnav and product.php?from=topnav have the same distinguishing parameter, this is OK, because they're referencing different pages.
|
| 3. | The parameter must appear as the last one on each link (e.g., news.php?catalogid=5&from=topnav).
|
| 4. | Once the site is modified to include the parameter on each page, you'll need to set the date range in ClickTracks to include only the dates after this.
|
| 5. | Be aware of possible side effects in search engine optimization.
|