@@ -52,7 +52,7 @@ function google_analytics_help($route_name, RouteMatchInterface $route_match) {
return$output;
case'google_analytics.admin_settings_form':
returnt('<a href=":ga_url">Google Analytics</a> is a free (registration required) website traffic and marketing effectiveness service.',[':ga_url'=>'https://marketingplatform.google.com/about/']);
returnt('<a href=":ga_url">Google Analytics</a> is a free (registration required) website traffic and marketing effectiveness service.',[':ga_url'=>'https://marketingplatform.google.com/about/analytics/']);
@@ -40,7 +40,7 @@ class GoogleAnalyticsAdminSettingsForm extends ConfigFormBase {
$form['general']['google_analytics_account']=[
'#default_value'=>$config->get('account'),
'#description'=>$this->t('This ID is unique to each site you want to track separately, and is in the form of UA-xxxxxxx-yy. To get a Web Property ID, <a href=":analytics">register your site with Google Analytics</a>, or if you already have registered your site, go to your Google Analytics Settings page to see the ID next to every site profile. <a href=":webpropertyid">Find more information in the documentation</a>.',[':analytics'=>'https://marketingplatform.google.com/about/',':webpropertyid'=>Url::fromUri('https://developers.google.com/analytics/resources/concepts/gaConceptsAccounts',['fragment'=>'webProperty'])->toString()]),
'#description'=>$this->t('This ID is unique to each site you want to track separately, and is in the form of UA-xxxxxxx-yy. To get a Web Property ID, <a href=":analytics">register your site with Google Analytics</a>, or if you already have registered your site, go to your Google Analytics Settings page to see the ID next to every site profile. <a href=":webpropertyid">Find more information in the documentation</a>.',[':analytics'=>'https://marketingplatform.google.com/about/analytics/',':webpropertyid'=>Url::fromUri('https://developers.google.com/analytics/resources/concepts/gaConceptsAccounts',['fragment'=>'webProperty'])->toString()]),