matomo-org / plugin-GoogleAnalyticsImporter

Google Analytics to Matomo importer
24 stars 14 forks source link

Added code to remember GA Import baner dismiss action, #PG-2925 #470

Closed AltamashShaikh closed 1 year ago

AltamashShaikh commented 1 year ago

Description:

Added code to remember GA Import baner dismiss action Fixes: #PG-2925

Review

AltamashShaikh commented 1 year ago

@snake14 to test this add this below code here

return json_encode(['showNotification' => true, 'configureURL' => SettingsPiwik::getPiwikUrl() . 'index.php?' . Url::getQueryStringFromParameters([
                'idSite' => $currentIdSite,
                'module' => 'GoogleAnalyticsImporter',
                'action' => 'index',
            ])]);
snake14 commented 1 year ago

@snake14 to test this add this below code here

return json_encode(['showNotification' => true, 'configureURL' => SettingsPiwik::getPiwikUrl() . 'index.php?' . Url::getQueryStringFromParameters([
                'idSite' => $currentIdSite,
                'module' => 'GoogleAnalyticsImporter',
                'action' => 'index',
            ])]);

Thank you for providing the easy reproduction steps @AltamashShaikh :+1: