fixed utm links

This commit is contained in:
Denis Duliçi
2022-06-30 19:17:39 +03:00
parent e6bb24bdca
commit 28385aee83
8 changed files with 15 additions and 15 deletions

View File

@@ -62,8 +62,8 @@ class ShowInNotifications
$app_url = route('apps.app.show', [
'alias' => $new_app->alias,
'utm_source' => 'notification',
'utm_medium' => 'software',
'utm_campaign' => str_replace('-', '', $new_app->alias),
'utm_medium' => 'app',
'utm_campaign' => str_replace('-', '_', $new_app->alias),
]);
$new = new DatabaseNotification();