Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Added bounce rates constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostanos committed Jul 29, 2013
1 parent a1ebd34 commit 8befdf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zend/Gdata/Analytics/DataQuery.php
Expand Up @@ -131,6 +131,8 @@ class Zend_Gdata_Analytics_DataQuery extends Zend_Gdata_Query

// M1. Visitor
const METRIC_BOUNCES = 'ga:bounces';
const METRIC_VISIT_BOUNCE_RATE = 'ga:visitBounceRate';
const METRIC_ENTRANCE_BOUNCE_RATE = 'ga:entranceBounceRate';
const METRIC_ENTRANCES = 'ga:entrances';
const METRIC_EXITS = 'ga:exits';
const METRIC_NEW_VISITS = 'ga:newVisits';
Expand Down

0 comments on commit 8befdf8

Please sign in to comment.