We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f52383 commit 6018dbdCopy full SHA for 6018dbd
README.md
@@ -70,7 +70,8 @@ $analytics = Analytics::new(
70
// Read full docs here: https://support.google.com/tagmanager/answer/13802165
71
$consent = $analytics->consent(); // returns a consent handler
72
73
-// Sets consent for sending user data from the request's events and user properties to Google for advertising purposes.
+// Sets consent for sending user data from the request's events
74
+// and user properties to Google for advertising purposes.
75
$consent->setAdUserDataPermission();
76
$consent->getAdUserDataPermission();
77
$consent->clearAdUserDataPermission();
0 commit comments