krizon / php-ga-measurement-protocol

PHP client for the Google Analytics Measurement Protocol API
MIT License
110 stars 23 forks source link

Added campaign type #5

Closed gezpage closed 10 years ago

gezpage commented 10 years ago

This extends the regular pageview type for Campaign hits.

krizon commented 10 years ago

Thank you for this PR, will take a look at it tomorrow.

krizon commented 10 years ago

Hi @gezpage all the optional parameters you added can be included for every hit type, see e.g.: https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters?hl=nl#cn

Can you please move the additional campaign parameters to the abstract.collect operation?

krizon commented 10 years ago

Fixed by PR #7