bulk upload offline conversions

2021-01-26 Thread 'matthew...@qlinkwireless.com' via AdWords API and Google Ads API Forum
Hi all, I am trying to bulk upload offline conversions via my own implementations with the adwords API. I keep getting the error " EXPIRED_CLICK", but I have no issue uploading the gClids when uploading one by one. Is there just no way to bulk upload or will I have to write a script

RE: bulk upload offline conversions

2021-01-27 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The expired_click error indicates the click is either too old to be imported or occurred before the conversion window. I would recommend that checking the Importing Click Conversions guide. As you mentioned scripts, in case you are referring to Ads scripts, offli

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?

RE: xsi_type for bulk upload offline conversions

2020-01-24 Thread Google Ads API Forum Advisor Prod
Hi Iskander, Thank you for reaching out. Please see the Python example here for more information on importing offline conversions. As it shows, you should use the xsi type "UploadConversion". However, the OfflineConversionFeedService isn't a supported batch job operation so you will be unable t