Are customers keeping your product pages opened for a long time without reloading? In such a situation the Noticeable Widget is now automatically refreshing its content every hour.

The auto refresh period is configurable. As for other Widget properties, you can set its value from your configuration page on Noticeable:

  1. Open a project from your dashboard.
  2. Select Widget in the sub-menu.
  3. Set your value in the Auto refresh field (in minutes).

or programmatically (in milliseconds):

<noticeable-widget 
    auto-refresh="3600000"
    access-token="YOUR_ACCESS_TOKEN" 
    project-id="YOUR_PROJECT_ID"></noticeable-widget>

The refresh period cannot be lower than 1 minute. If you want to disable the auto refresh feature, you simply need to set the value to -1.

Although requests are cached by a first class Content Delivery Network (CDN) by default, please note that reducing the auto refresh value will in most cases increase cache invalidations and thus affect your API calls quota.