We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8048d9 commit 11611dcCopy full SHA for 11611dc
1 file changed
src/constants.ts
@@ -225,6 +225,9 @@ export default Constants;
225
export const ONE_DAY_IN_SECONDS = 60 * 60 * 24;
226
export const MILLIS_IN_ONE_SEC = 1000;
227
228
+// User attribute set when the end user opts out of ad targeting via
229
+// launcherOptions.noTargeting. Server-side systems use this attribute
230
+// to exclude the user from retargeting audiences.
231
export const NO_TARGETING_ATTRIBUTE = '$NoTargeting';
232
233
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
0 commit comments