I am successfully making OfflineDataUpload using the v201710 version of the AdWords API via Python suds.
I am receiving the following response (see below). Note the externalUploadId is being set and the updateStatus is IN_PROCESS
I do not, however, see any evidence in the AdWords Dashboard that these uploads are being added to the name Conversion actions.
How can I determine if the uploads were successfully processed or if they are not processed what is causing them to fail.
- Steve W.
(OfflineDataUploadReturnValue){
ListReturnValue.Type = "OfflineDataUploadReturnValue"
value[] =
(OfflineDataUpload){
externalUploadId = 4685
uploadType = "STORE_SALES_UPLOAD_FIRST_PARTY"
uploadStatus = "IN_PROCESS"
},
}