You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ps_googleanalytics.php
+28-31Lines changed: 28 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -167,11 +167,10 @@ public function displayForm()
167
167
'hint' => $this->l('This information is available in your Google Analytics account')
168
168
),
169
169
array(
170
-
'type' => 'radio',
170
+
'type' => 'switch',
171
171
'label' => $this->l('Enable User ID tracking'),
172
172
'name' => 'GA_USERID_ENABLED',
173
-
'hint' => $this->l('The User ID is set at the property level. To find a property, click Admin, then select an account and a property. From the Property column, click Tracking Info then User ID'),
174
-
'values' => array(
173
+
'values' => array(
175
174
array(
176
175
'id' => 'ga_userid_enabled',
177
176
'value' => 1,
@@ -181,8 +180,7 @@ public function displayForm()
181
180
'id' => 'ga_userid_disabled',
182
181
'value' => 0,
183
182
'label' => $this->l('Disabled')
184
-
),
185
-
),
183
+
))
186
184
),
187
185
),
188
186
'submit' => array(
@@ -222,35 +220,34 @@ public function getContent()
0 commit comments