Skip to content

Commit

Permalink
Adds a note in CustomHTML tag for remarketing consent, #PG-3794
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 19, 2024
1 parent 123d0ae commit 175aea9
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 62 deletions.
1 change: 1 addition & 0 deletions TagManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@ public function getClientSideTranslationKeys(&$result)
$result[] = 'TagManager_TriggerLowercase';
$result[] = 'TagManager_VariableLowercase';
$result[] = 'TagManager_LearnMoreFullStop';
$result[] = 'TagManager_CustomHTMLTagNameInlineHelpText';
}

public function getStylesheetFiles(&$stylesheets)
Expand Down
3 changes: 2 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@
"CopyContainerNote": "%1$sNote:%2$s The copied container may need adjustments if it includes custom code or references specific to the original website. Review settings to ensure compatibility.",
"CopyXDescription": "To duplicate this %1$s, select the website and container you’d like to add the %1$s to. This will create an exact copy of all settings of the %1$s.",
"CopyXSuccess": "A copy was successfully created. %1$sNavigate to the new %2$s now%3$s.",
"LearnMoreFullStop": "%1$sLearn more%2$s."
"LearnMoreFullStop": "%1$sLearn more%2$s.",
"CustomHTMLTagNameInlineHelpText": "%1$sNote:%2$s If you are targeting users in Europe, be aware that triggering retargeting tags like Google Ads Remarketing requires user consent under GDPR. %3$sLearn more%4$s."
}
}
Loading

0 comments on commit 175aea9

Please sign in to comment.