allowMissingIds property

bool? allowMissingIds
getter/setter pair

Only set when any of domain, session_id and user_id isn't available for some reason.

It is highly recommended not to set this field and provide accurate domain, session_id and user_id for the best service experience.

Implementation

core.bool? allowMissingIds;