xyNNN / GoogleTagManagerBundle

Google Tag Manager Bundle for Symfony 2
https://github.com/xyNNN/GoogleTagManagerBundle
GNU Lesser General Public License v3.0
27 stars 15 forks source link

Allow complex data structures, not just strings #4

Closed elHornair closed 9 years ago

elHornair commented 9 years ago

Sometimes we want to pass complex data structures to the dataLayer, for example when using the enhanced e-commerce feature (https://developers.google.com/tag-manager/enhanced-ecommerce). With this PR, we can still just add simple strings if needed, so there is no BC break.

elHornair commented 9 years ago

Thanks buddy!