diff --git a/src/GoogleAnalytics/Internals/Request/EventRequest.php b/src/GoogleAnalytics/Internals/Request/EventRequest.php index 7b8656f..775a8d2 100644 --- a/src/GoogleAnalytics/Internals/Request/EventRequest.php +++ b/src/GoogleAnalytics/Internals/Request/EventRequest.php @@ -41,6 +41,11 @@ class EventRequest extends Request { protected $event; + /** + * @var \UnitedPrototype\GoogleAnalytics\Page + */ + private $page; + /** * @const int */ @@ -132,4 +137,4 @@ public function setPage(Page $page) { } -?> \ No newline at end of file +?>