Closed arseniy-panfilov closed 4 years ago
Thank you @arseniy-panfilov for filing this issue with us. We'll take a look at this. If you can provide how urgent this is, this can help us prioritize. Thanks
@emilyzzz it's not very urgent: I'm using "inherit & override" so far to introduce all the necessary changes to the client class and I'm happy enough with it. But of course it would be nice to be able to use the client as-is and get rid of extra code eventually :+1:
I liked how this PR was nice and well commented... however we don't upload creatives into the API anymore (ad-server went away May 2019)... I'd have to understand the now-to-be-removed code better to even solve the conflict... I'll close it, with some sadness.
Hi folks and thanks for this amazing library! I've found it very useful but encountered some issues which I had to fix in order to be able to make use of some
openx
functionality.In this PR I address
upload_creative
method which sadly didn't work for me at all. Please take a look on line comments where I describe every obstacle I've stumbled upon.