List

Retrieves a list of browsers

1 variables
8 variables

Retrieves a list of browsers

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns

Input

This building block consumes 1 input parameters

  = Parameter name
  = Format

profileId INTEGER Required

User profile ID associated with this request

Output

This building block provides 8 output parameters

  = Parameter name
  = Format

browsers[] OBJECT

Contains information about a browser that can be targeted by ads

browsers[].browserVersionId INTEGER

ID referring to this grouping of browser and version numbers. This is the ID used for targeting

browsers[].dartId INTEGER

DART ID of this browser. This is the ID used when generating reports

browsers[].kind STRING

Identifies what kind of resource this is. Value: the fixed string "dfareporting#browser"

browsers[].majorVersion STRING

Major version number (leftmost number) of this browser. For example, for Chrome 5.0.376.86 beta, this field should be set to 5. An asterisk () may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome . targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3. targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is

browsers[].minorVersion STRING

Minor version number (number after first dot on left) of this browser. For example, for Chrome 5.0.375.86 beta, this field should be set to 0. An asterisk () may be used to target any version number, and a question mark (?) may be used to target cases where the version number cannot be identified. For example, Chrome . targets any version of Chrome: 1.2, 2.5, 3.5, and so on. Chrome 3. targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the browser is Firefox but can't tell which version it is

browsers[].name STRING

Name of this browser

kind STRING

Identifies what kind of resource this is. Value: the fixed string "dfareporting#browsersListResponse"