Chris Biber wrote... There are several problems with basing reports on
URLs. Here's one of the biggest: the same page may have multiple 'urls',
reflecting campaigns or other query parameters. E.g.: mysite.com/page1
and mysite.com/page1?cid=456 is recorded as two separate URLs, but they
are the same page. PageName is therefore the much preferred option. Hope
this helps. Chris Yes, this is very informative. Thank you for your
answer.