Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BrowserTargeting.
Browser Targeting.
Allows publishers to target/exclude a browser type (e.g. Chrome, Firefox, Safari). For more information, see https://support.google.com/admanager/answer/2884033 (Targeting types > Browser).
Generated from protobuf message google.ads.admanager.v1.BrowserTargeting
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ targeted_browsers
array
Optional. A list of browser resource names that should be targeted/included.
↳ excluded_browsers
array
Optional. A list of browser resource names that should be excluded.
getTargetedBrowsers
Optional. A list of browser resource names that should be targeted/included.
setTargetedBrowsers
Optional. A list of browser resource names that should be targeted/included.
var
string[]
$this
getExcludedBrowsers
Optional. A list of browser resource names that should be excluded.
setExcludedBrowsers
Optional. A list of browser resource names that should be excluded.
var
string[]
$this

