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/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| fieldName ReadOnly
|
xsd:string
|
The field name. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| displayFieldName ReadOnly
|
xsd:string
|
The name that is displayed in the downloaded report. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| xmlAttributeName ReadOnly
|
xsd:string
|
The XML attribute in the downloaded report. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| 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 should not be set. If this field is sent to the API, it will be ignored. |
| enumValues ReadOnly
|
xsd:string[]
|
List of enum values for the corresponing field iff the field is an enum type. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| canSelect ReadOnly
|
xsd:boolean
|
Indicates if the user can select this field. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| canFilter ReadOnly
|
xsd:boolean
|
Indicates if the user can filter on this field. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| isEnumType ReadOnly
|
xsd:boolean
|
Indicates that the field is an enum type. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| isBeta ReadOnly
|
xsd:boolean
|
Indicates that the field is only available with beta access. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| enumValuePairs ReadOnly
|
EnumValuePair[]
|
List of enum values in api to their corresponding display values in the downloaded reports. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |