google analytics - Associating Different URLS -


let's used have page /about.html period of time , ga tracked pageviews page.

now url changed /about-us.html. there way, through ga's platform, or through js snippet, associate /about-us.html pageviews old data collected /about.html?

the idea not lose collected data pages urls changed. know there no reprocessing ga, perhaps data correlation possible after fact?

if viewing total number of pw page 2 urls create custom dimension , use regular expression include both versions. or simpler use filter in ga , use regexmatch in "all pages" report page dimension.

/about.html, /about-us.html

the regex filter can like: ^\/about(|-us)\.html$

how work?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -