This object is used by the Tag Group object to determine the rate at which the contained tags are polled.
Each Tag Group object requires a Schedule, so it is advised that you create this before creating the Tag Group.
Property | Description |
---|---|
Name | The name of this item |
Poll Interval | The time in milliseconds between polls |
Offset Time | The time in milliseconds by which the poll interval is offset from the hour |
Example:
To poll a site once every 10 minutes starting at 5 minutes past the hour you would use:
Poll Interval: 600000
Offset Time: 300000