Class GoogleAdManagerSettings


PAL settings reflecting settings configured in Google Ad Manager.
Constructors
constructor
Properties
disableFirstPartyIdentifiers
Whether to disable first-party identifiers used for ad selection.
disableLimitedAdsStorage
Whether to disable invalid traffic detection-only cookies and local storage used for limited ads.

Constructors


constructor

new GoogleAdManagerSettings(): GoogleAdManagerSettings

Properties


disableFirstPartyIdentifiers

disableFirstPartyIdentifiers: boolean
Whether to disable first-party identifiers used for ad selection.

If you updated the First party cookies for ads on web setting in Ad Manager within Admin > Global settings, set this value to true to disable such identifiers in PAL.

Note that this setting does not apply to the use of cookies and local storage for invalid traffic detection.

disableLimitedAdsStorage

disableLimitedAdsStorage: boolean
Whether to disable invalid traffic detection-only cookies and local storage used for limited ads.

If you updated the Programmatic limited ads setting in Ad Manager within Admin > Global settings, set this value to true to disable such storage for limited ads in PAL.

Note that this setting does not apply to non-limited ads.