AI-generated Key Takeaways
-
The Browser object represents an internet browser with fields for ID, name, major version, and minor version.
-
The Browser object inherits from the Technology object, which provides the ID and name fields.
-
The ID field is a required long value for targeting, while the name field is a read-only string assigned by Google.
-
Major and minor version fields are strings specific to the Browser object.
-
The Browser object is part of the
https://www.google.com/apis/ads/publisher/v202411namespace.
Represents an internet browser.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
Technology
(inherited) id
xsd:
long
The unique ID of the Technology
. This value is required for all forms of TechnologyTargeting
.
name
xsd:
string
The name of the technology being targeting. This value is read-only and is assigned by Google.
Browser
majorVersion
xsd:
string
Browser major version.
minorVersion
xsd:
string
Browser minor version.

