Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

How to capture a custom evar with date field (Adobe analytics)

Avatar

Level 1

I want to capture last modified date of an asset in evar, how can i capture it and generate reports like fetch all assets where the last modified is greater than a year.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor and Adobe Champion

Hi @Pradeep_VarmaPe,

 

You likely aren't going to like the answer to this one... assuming you are using AA and not CJA.

 

Starting with AA... all dimensions are stored as text. This means that even if you send a date format, it will not be parsed as a date, and you cannot use greater than or less than logic (at least not in AA itself... you can take it outside of Adobe, and cast the value as a date if you are using a proper date format standard, like Report Builder and Excel)

 

However, you can send dates as simplified formats such as "year|month|day" (i.e. 2025|08|27) and use classifications to split the values to extract the year (2025), the month (08) and the day (27), and combinations of the above to then use multi-select drop downs or segments that build out the definition of what dates to include.

 

See my rockstar tip from the 2025 Summit:

https://business.adobe.com/summit/2025/sessions/2025-adobe-analytics-rockstars-top-tips-and-tricks-s...

Timestamp 10:35-15:20

 

 

If you are using CJA, I believe you can actually set your dimensions to be "date format" so in theory you should be able do this.. I don't have CJA myself, but I have been told this is possible.