A simple tool based on selenium to automate upload/download process on Adform studio
npm install -g
to install.
You need zip files of your banners under root folder where you execute adformify
command. Do not forget to banner sizes in zip file names to get sizes automatically!
- Start terminal
cd /folder/path/to/your/zip_files
- Type
adformify
There are 4 different options that you can define when you execute the command.
- target
- cta
- tasks
- delay
To define target folder. Default is root folder where the command is executed. Default is ./files
ex: adformify --target=files/zip
To define CTA url that will be written in adform studio. Default is https://www.google.se
ex: adformify --cta=https://www.my_cta_link.com
To define how many tasks will be executed simultaneously. Default is 2.
ex: adformify --tasks=5
To define delay during the upload process. Default is 0. If you have a slow internet connection this helps to prevent process failure. Defined as milliseconds.
ex: adformify --delay=1000