numberly / appnexus-client

:snake: General purpose Python client for the AppNexus API
https://appnexus-client.readthedocs.io
MIT License
39 stars 19 forks source link

video upload and creative-vast support #17

Open deecodameeko opened 6 years ago

deecodameeko commented 6 years ago

We'd love to see video creative upload and creative-vast services.

Currently we post the using request.post to creative-upload and then use the base client from appnexus-client to create a creative-vast entry.

Maybe that can be improved upon or there's a simpler way to upload videos?

Thanks! We love your client!

ramnes commented 6 years ago

Hey @deecodameeko,

Thanks for opening this issue, this is indeed a good idea. For now AppNexus-client is much more about reading than writing, but we should be able to find a way to do that.

Feel free to discuss if you have any implementation idea or hint.

deecodameeko commented 6 years ago

Ha, that's funny we use your client primarily for writing more than reading. Maybe I'll pull it and attempt implementing the uploads.