- Issue created by @Akhil Babu
This module provides 'Google Analytics Reports Page Block' to see the analytics data of individaul pages. But if data export is created and attached to the block, then there will be an errion on viewing the page
'Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "arg_0" for route "view.analytics_export_test.data_export_1" must match "[^/]++" ("/en-us" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 207 of core/lib/Drupal/Core/Routing/UrlGenerator.php).'
/en-us is the path of the page.
Error is caused due to the presense of slash(/) in the page path (Page path is used as contextual filter)
Active
4.0
All modules