I just published, how do I check if my library actually updated? | Community
Skip to main content
Adobo_Supportus
Level 7
October 16, 2015
Solved

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

  • October 16, 2015
  • 3 replies
  • 2570 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Adobo_Supportus

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.

3 replies

Adobo_Supportus
Adobo_SupportusAuthorAccepted solution
Level 7
October 16, 2015

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.

sdiadam
Level 2
October 16, 2015

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.

Rudi_Shumpert
Adobe Employee
Adobe Employee
October 16, 2015

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