Service
ReportDefinitionService
Dependencies
getReportFields()
▼
ReportDefinitionField
Represents the fields that can be used to create a ReportDefinition. This class allows the user to query the list of fields applicable to a given report type. Consumers of reports will be able use the retrieved fields through the ReportDefinitionService.getReportFields api and run the corresponding reports.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
fieldName ReadOnly
|
xsd:string
|
The field name. This field is read only and will be ignored when sent to the API. |
displayFieldName ReadOnly
|
xsd:string
|
The name that is displayed in the downloaded report. This field is read only and will be ignored when sent to the API. |
xmlAttributeName ReadOnly
|
xsd:string
|
The XML attribute in the downloaded report. This field is read only and will be ignored when sent to the API. |
fieldType ReadOnly
|
xsd:string
|
The type of field. Useful for knowing what operation type to pass in for a given field in a predicate. This field is read only and will be ignored when sent to the API. |
fieldBehavior ReadOnly
|
xsd:string
|
The behavior of this field. Possible values are: "ATTRIBUTE", "METRIC" and "SEGMENT". This field is read only and will be ignored when sent to the API. |
enumValues ReadOnly
|
xsd:string[]
|
List of enum values for the corresponding field iff the field is an enum type. This field is read only and will be ignored when sent to the API. |
canSelect ReadOnly
|
xsd:boolean
|
Indicates if the user can select this field. This field is read only and will be ignored when sent to the API. |
canFilter ReadOnly
|
xsd:boolean
|
Indicates if the user can filter on this field. This field is read only and will be ignored when sent to the API. |
isEnumType ReadOnly
|
xsd:boolean
|
Indicates that the field is an enum type. This field is read only and will be ignored when sent to the API. |
isBeta ReadOnly
|
xsd:boolean
|
Indicates that the field is only available with beta access. This field is read only and will be ignored when sent to the API. |
isZeroRowCompatible ReadOnly
|
xsd:boolean
|
Indicates if the field can be selected in queries that explicitly request zero rows. This field is read only and will be ignored when sent to the API. |
enumValuePairs ReadOnly
|
EnumValuePair[]
|
List of enum values in api to their corresponding display values in the downloaded reports. This field is read only and will be ignored when sent to the API. |