Save Date type fields in analytics and perform time intelligence operations
On my website I have stories that are published periodically. On the Adobe Analytics dashboard I want to see the views on the stories published in the last 7 days.
For this I plan to send the published date of the story to AA Server using a conversion variable each time a story is opened (clicked). But Adobe Analytics does not have a data type Date, I am able to send the date only as a string.
Is it possible to save the date as a Date data type and use Time Intelligent operations like `daysBetween(today, publishedDate) <= 7`?

