google-analytics-api-symfony icon indicating copy to clipboard operation
google-analytics-api-symfony copied to clipboard

Google Analytics API Symfony Bundle

Results 5 google-analytics-api-symfony issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for all the work. Im using this Bundle and i don't know how to filter like the web query builder. I want to filter url's by the word...

Hi! Your package is using Sensio\Bundle\FrameworkExtraBundle\Configuration\Route and Sensio\Bundle\FrameworkExtraBundle\Configuration\Template and it is now deprecated. You should change it to with Symfony\Component\Routing\Annotation\Route and Symfony\Component\Routing\Annotation\Template.

- Give a parameter to the Treebuilder instance for the root node name. Old way is deprecated - Change the route and template components from Sensio for the Symfony ones...