Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the maximum duration, in milliseconds, that a custom script can run when triggered by the consent policy, with a range from 100ms to 5000ms. |
| What area does it affect? |
User Experience Analytics |
| What does the default mean? |
The default value is "2000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring consent policies or troubleshooting script execution times. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.analytics.consent.script_timeout |
| Sys ID |
8c0c9085775221105679bcc8ca5a99ce |
| Type |
integer |
| Application |
Global |
| Default value |
2000 |
| Description |
Maximum time in milliseconds that a script is allowed to run during the User Experience Analytics consent policy mechanism upon triggering the provider's custom script. Minimum value is 100ms. Maximum value is 5000ms. |
| Updated |
2024-05-25 03:54:00 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Policy Customer Script and enter a script to determine either the user’s location or the user’s consent policy, and to return a value. Note: You can use the system property glide.analytics.consent.script_timeout to define the run time of the script. For more information, see Usage Insights related properties. For more information on using scripts, see JavaScript syntax editor . Tracked analytics fields ...
Related properties