Hi,
I'm currently working on a script to automatically setup and update price extensions. Creating price extensions is quite easy, but updating is a hassle since you can't edit price items, only remove them.
That's why I wanted to work with a bulk upload, which would not only be much easier but also faster. I've tried manually uploading price extensions through 'Business Data -> Price Extension Feed', which worked perfectly.
However, when I use AdsApp.bulkUpload() it won't upload the price extensions properly, most likely since it isn't using the default bulk upload interface while it should be using the feed upload interface.
Is there any way to update price extensions based on extension ID via Google Ads Scripts with bulk uploads? Thanks in advance.