Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

I just published, how do I check if my library actually updated?

Avatar

Level 7

I just published, how do I check if my library actually updated?

1 Accepted Solution

Avatar

Correct answer by
Level 7

You'll find the most up to date answer here --> KB Article: I just published, how do I check if my library actually updated? 

 

Reminder- you can always search our Knowledge Base for tips, tricks, and troubleshooting.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

You'll find the most up to date answer here --> KB Article: I just published, how do I check if my library actually updated? 

 

Reminder- you can always search our Knowledge Base for tips, tricks, and troubleshooting.

Avatar

Level 2

This article references checking the actual code file, but to make it easier you can also look at the _satellite object in the Console if your web browser.

_satellite.buildDate = the last build date of either the production or staging library
_satellite.publishDate = the last date the production library was last published

These might be beneficial to pass into a prop or an eVar to see the effects of caching with the data or other troubleshooting purposes.

Avatar

Employee

I have to agree with Adam here.  Using the functions below is the fastest and most reliable. 

 

_satellite.buildDate = the last build date of either the production or staging library
_satellite.publishDate = the last date the production library was last published