Ads API .NET library
|
Data representing offline transactions. More...
Classes | |
class | Fields |
List of all supported fields for the OfflineDataUpload class. More... | |
class | FilterableFields |
List of all supported filterable fields for the OfflineDataUpload class. More... | |
class | SelectableFields |
List of all supported selectable fields for the OfflineDataUpload class. More... | |
Properties | |
long | externalUploadId [get, set] |
User specified upload id. This field can be selected using the value "ExternalUploadId".This field can be filtered on. This field is required and should not be More... | |
bool | externalUploadIdSpecified [get, set] |
OfflineDataUploadType | uploadType [get, set] |
Type of this upload. This field is required and should not be More... | |
bool | uploadTypeSpecified [get, set] |
OfflineDataUploadStatus | uploadStatus [get, set] |
Status of this upload. This field can be selected using the value "UploadStatus".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD. More... | |
bool | uploadStatusSpecified [get, set] |
UploadMetadata | uploadMetadata [get, set] |
Metadata for this upload. More... | |
OfflineData[] | offlineDataList [get, set] |
List of offline data in this upload. For AdWords API, each offlineDataList can have at most 50 OfflineData. This field is required and should not be More... | |
OfflineDataUploadFailureReason | failureReason [get, set] |
Processing failure reason for get, if status is FAILURE. Used for upload level failures. This field can be selected using the value "FailureReason".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD. More... | |
bool | failureReasonSpecified [get, set] |
Data representing offline transactions.
|
getset |
User specified upload id. This field can be selected using the value "ExternalUploadId".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
true
, if a value is specified for externalUploadId, false
otherwise.
|
getset |
Processing failure reason for get, if status is FAILURE. Used for upload level failures. This field can be selected using the value "FailureReason".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD.
|
getset |
true
, if a value is specified for failureReason, false
otherwise.
|
getset |
List of offline data in this upload. For AdWords API, each offlineDataList can have at most 50 OfflineData. This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
Metadata for this upload.
|
getset |
Status of this upload. This field can be selected using the value "UploadStatus".This field can be filtered on. This field is read only and will be ignored when sent to the API for the following Operators: ADD.
|
getset |
true
, if a value is specified for uploadStatus, false
otherwise.
|
getset |
Type of this upload. This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
true
, if a value is specified for uploadType, false
otherwise.