queuedTracking property

bool? queuedTracking
getter/setter pair

queuedTracking When set to false (0), the queued tracking handler won't be used and instead the tracking request will be executed directly. This can be useful when you need to debug a tracking problem or want to test that the tracking works in general.

Implementation

bool? queuedTracking;