irazasyed / laravel-gamp

📊 Laravel Google Analytics Measurement Protocol Package
https://bit.ly/laravel-gamp
MIT License
332 stars 33 forks source link

Ability to Use Multiple tracking Id? #7

Closed kevincobain2000 closed 8 years ago

kevincobain2000 commented 8 years ago

Hi there, is there a way to use multiple tracking Ids? Edit - Or a way to provide a custom config when calling GAMP?

irazasyed commented 8 years ago

Hey!

Nope, The package doesn't support multiple tracking Ids.

However, What you can do is, Use the laravel's config set method to dynamically set the tracking id before making a call and see if that works for you.

kevincobain2000 commented 8 years ago

cool that should do! Thanks

irazasyed commented 8 years ago

Welcome!