type BrowserTargeting (v202405)
Represents browsers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["`BrowserTargeting` objects represent the browsers that are targeted or excluded by a Line Item within Google Ad Manager."],["It utilizes a boolean field, `isTargeted`, to specify whether the listed browsers should be targeted (included) or excluded."],["The `browsers` field contains an array of `Technology` objects, specifically focusing on browser-related technologies such as `Browser`, `BrowserLanguage`, etc.by which Line Items can be targeted."],["The default behavior for targeting or excluding is inclusion, indicated by `isTargeted` being true when not explicitly defined."]]],["The core content describes `BrowserTargeting`, which manages browser targeting or exclusion for `LineItem` within the `v202405` API. Key actions involve setting `isTargeted` to define if browsers are included or excluded (defaulting to true). It allows the definition of a list of `browsers`. This includes defining the browser, as well as the use of related targeting options. This list may also include `Technology`, `BandwidthGroup` or `OperatingSystemVersion`.\n"]]