Closed AltamashShaikh closed 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 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:
Description:
Added code to remember GA Import baner dismiss action Fixes: #PG-2925
Review