-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #3361, make sure row evolution works for get[Entry/Exit]PageTit…
…les by adding correct label variation for those reports.
- Loading branch information
diosmosis
committed
Apr 18, 2013
1 parent
8e95c37
commit 98658d0
Showing
3 changed files
with
126 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 115 additions & 0 deletions
115
...PUnit/Integration/expected/test_RowEvolution_entryPageTitles__API.getRowEvolution_day.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result> | ||
<label>incredible title 0</label> | ||
<reportData> | ||
<result date="2010-02-06" /> | ||
<result date="2010-02-07"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-08" /> | ||
<result date="2010-02-09" /> | ||
<result date="2010-02-10"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-11" /> | ||
<result date="2010-02-12" /> | ||
<result date="2010-02-13"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-14" /> | ||
<result date="2010-02-15" /> | ||
<result date="2010-02-16"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-17" /> | ||
<result date="2010-02-18" /> | ||
<result date="2010-02-19"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-20" /> | ||
<result date="2010-02-21" /> | ||
<result date="2010-02-22"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-23" /> | ||
<result date="2010-02-24" /> | ||
<result date="2010-02-25"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-02-26" /> | ||
<result date="2010-02-27" /> | ||
<result date="2010-02-28"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-03-01" /> | ||
<result date="2010-03-02" /> | ||
<result date="2010-03-03"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
<result date="2010-03-04" /> | ||
<result date="2010-03-05" /> | ||
<result date="2010-03-06"> | ||
<row> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<bounce_rate>100%</bounce_rate> | ||
</row> | ||
</result> | ||
</reportData> | ||
<metadata> | ||
<metrics> | ||
<entry_nb_visits> | ||
<name>Entrances</name> | ||
<min>0</min> | ||
<max>1</max> | ||
</entry_nb_visits> | ||
<entry_bounce_count> | ||
<name>Bounces</name> | ||
<min>0</min> | ||
<max>1</max> | ||
</entry_bounce_count> | ||
<bounce_rate> | ||
<name>Bounce Rate</name> | ||
<min>0</min> | ||
<max>100</max> | ||
</bounce_rate> | ||
</metrics> | ||
<dimension>Page Name</dimension> | ||
</metadata> | ||
</result> |