If you’ve ever found yourself needing to schedule a particular coupon code parameter in a link, or a 20% off sale that starts on particular day of the week at a particular time, Feedonomics now has the ability to schedule transformers!
Concrete Use Case
Lets say you want to add a coupon code parameter to all links, but you only want it to be added at 12am on Jan 29 2015 and ends at midnight Jan 29 2015 (-07 indicates timezone PDT, it’s relative to GMT).
By setting up the following transformer, you can schedule it easily.
if:
current_time() after ‘2015-01-29T00:00-07:00’
AND current_time() before ‘2015-01-29T23:59-07:00’
then: [link] = [link] ‘&coupon_code=abc’
Brian Roizen is the Cofounder and Chief Architect of Feedonomics, a full-service feed optimization platform that optimizes product data for hundreds of channels. He has been featured on numerous podcasts and eCommerce webinars, and regularly contributes to Search Engine Land and other industry-leading blogs. Brian graduated summa cum laude from UCLA with both a Bachelor’s and Master’s degree in Mechanical Engineering.