I am a front-end designer / developer for my company. I’ve been asked to look into ways to take an HTML banner ad template and generate hundreds or even thousands of versions with local business names. We would likely receive an Excel file with the hundreds of company names.
So the HTML ad template would consist of a headline saying something like:
BUY WIDGETS FROM [COMPANY NAME GOES HERE]
Then an Excel file with:
ABC Company
DEF Company
GHI Company
(hundreds more…)
It seems like my boss is assuming that we would generate the localized versions in-house, and maybe that would be the best way, but I figure there are 3 main ways it could be done:
- Find an ad hosting vendor who will take the ad templates and spreasheet (probably in .CSV form?) and generate and place the localized versions themselves
- Find an out-of-box software or cloud-based solution to do this
- Build software to do the local version generation in-house
I’ve found a couple open-source software solutions that might be promising, one client-side Javascript based and one server-side PHP based, but other than that not a lot of solutions have jumped out at me, though it seems like a service that would have a pretty good market niche.
Any thoughts or ideas for me on this? I’m in the research stage right now, so any angle is welcome. Also, keep in mind my knowledge is more front-end than with back-ends or databases. Thanks!