Runtime Values |
|
The following runtime values are available for use in the Logic Template:
System Value |
Description |
__CURRENT_DATE |
Current local date. |
__CURRENT_DT |
Current local date and time. |
__CURRENT_TIME |
Current local time. |
__EARLY_EXIT |
TRUE (1) if the recently exited loop did not run to completion. FALSE (0) if it did run to completion. |
__GEO_SPATIAL_SET |
Indicates a search request of a geo-spatial index has been made. |
__HAS_INPUT |
Indicates a search request of an index has been made. |
__KEYWORD_SET |
Indicates a search request of a keyword index has been made. |
__PACKAGE_SET |
Indicates a search request of a package index has been made. |
__PARMS |
URL-encoded name-value pairs for all variables whose names do not begin with an underscore. |
__RANDOM_NUMBER |
A simulated random number for use in generating uncacheable ad URLs among other things. |
__RANGE_SET |
Indicates a search request of a range index has been made. |
__SEARCH_PERFORMED |
Indicates a search was performed against at least one index. |
__SPATIAL_SET |
Indicates a search request of a spatial index has been made. |
__THREAD |
Thread performing the request. |
__TIME_STAMP |
Current date and time in timestamp format. |
__TIMELINE_SET |
Indicates a search request of a timeline index has been performed. |