Possibility to Apply Javascript in Ads
Hi Twitter,
I am a developer and am planning to create Proof of Concept for Ad campaign in twitter. In the process, i came up with a question that i would like to ask.
When creating ad in twitter, is it possible to dynamically change the text using some sort of javascript applied?
What i would like to achieve is like this:
- Say i want to make a “Website Clicks or Conversions” ad with the text “shop now for only $5” on the description
- Normally i would need to hardcodedly type the text. But, i want to make the price dynamic by using some sort of javascript. e.g “shop now for only [PRODUCT_PRICE]”, with the value of [PRODUCT_PRICE] came from a javascript that i have
Any information on this would be very helpful. Thank you very much in advance.