@Joe, The advanced Segments will allow you to filter standard reporting to view the metrics for all the individual pages, etc, but is there a way to coalesce the data as an overall site-performance metric for VDP, or SRP, etc?
For example, with Dealer.com sites you'd have Search Results Page (SRP) URLs typically like this:
[CODE]http://www.mossbrosautogroup.com/new-inventory/index.htm?listingConfigId=auto-new&year=2013&make=&model=&trim=&internetPrice=&bodyStyle=&start=0&sort=&facetbrowse=true[/CODE]
with a regular expression pattern (regex) for Google Analytics of:
[CODE]/((new)|(used)|(certified)|(all))-inventory/index\.htm[/CODE]
and a Vehicle Detail Page (VDP) url like this:
[CODE]http://www.mossbrosautogroup.com/new/Buick/2013-Buick-Enclave-0bbcce000a0a0064007359f71e3cf306.htm[/CODE]
with a regex of:
[CODE]/(new)|(used)|(certified)/[^/]+/.+\.htm[/CODE]
Is there a way to determine the percent of traffic that visit to each of these two types of pages (srp and vdp), and also the percentage of those that go from SRPs to VDPs?
Thanks...
Jonathan