Storing and Retrieving data in Target using JQuery/JavaScript
I'm currently storing information in cookies. Example: how many times an ad have been shown to a user. This is all done through Jquery (custom code option within Adobe Target Visual Composer). I may have more than one targeted ad for one ad location.
I want to move away from cookies. Is there a way to store this information in Adobe Target instead? I want the information to be stored for a month or a time specified by me.
Can I use profiles to store this information as long as I want it and retrieve it whenever I want?
Is there another way I can store and retrieve information in Adobe Target?
Example:
var counter = ${profile.countValue};
