Skip to content

Commit 084180c

Browse files
authored
Update WebContainer.php
1 parent 482bffd commit 084180c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Model/WebContainer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function generate(string $storeId = null): array
9191
'accountId' => $accountId,
9292
'containerId' => $containerId,
9393
'variableId' => '692',
94-
'name' => 'Magefan Constant Measurement ID',
94+
'name' => 'Magefan GA4 - Measurement ID',
9595
'type' => 'c',
9696
'parameter' => [
9797
[
@@ -220,7 +220,7 @@ private function generateTags(
220220
[
221221
'type' => 'TEMPLATE',
222222
'key' => 'tagId',
223-
'value' => '{{Magefan Constant Measurement ID}}'
223+
'value' => '{{Magefan GA4 - Measurement ID}}'
224224
],
225225
[
226226
'type' => 'LIST',
@@ -281,7 +281,7 @@ private function generateTags(
281281
[
282282
'type' => 'TEMPLATE',
283283
'key' => 'measurementIdOverride',
284-
'value' => '{{Magefan Constant Measurement ID}}'
284+
'value' => '{{Magefan GA4 - Measurement ID}}'
285285
]
286286
],
287287
'fingerprint' => $timestamp,

0 commit comments

Comments
 (0)