Skip to content

Commit 11611dc

Browse files
committed
Add comment clarifying purpose of $NoTargeting
1 parent b8048d9 commit 11611dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ export default Constants;
225225
export const ONE_DAY_IN_SECONDS = 60 * 60 * 24;
226226
export const MILLIS_IN_ONE_SEC = 1000;
227227

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.
228231
export const NO_TARGETING_ATTRIBUTE = '$NoTargeting';
229232

230233
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

0 commit comments

Comments
 (0)