xsi_type for bulk upload offline conversions

2020-01-24 Thread 'Iskander Taneev' via AdWords API and Google Ads API Forum
Hello! I'm using Python API to write a script that compiles offline conversion at runtime and utilises batch processing in order to upload them in bulk. However, I'm facing difficulties regarding choosing a correct 'xsi_type'. Could anyone give me an advice as to which one should I be using?

OfflineConversionError exception handling

2020-01-21 Thread 'Iskander Taneev' via AdWords API and Google Ads API Forum
Hello! I am uploading offline conversions using googleads api. My goal is to upload records that can be uploaded and do something with the records that can't be uploaded (ex: OfflineConversionError.EXPIRED_CLICK). I am using a standard template for my 'main' function from v201809 'upload_offl