updateAnalyticsClientId
Stores the current analytics client ID for a given user. This is used in addition to the user uid to join events in the underlying analytics system.
The following errors may be returned: NOT_FOUND - if the user was not found
updateAnalyticsClientId(
input: UpdateAnalyticsClientIdInput!
): UpdateAnalyticsClientIdPayload!
Arguments
updateAnalyticsClientId.input
● UpdateAnalyticsClientIdInput!
non-null input
Type
UpdateAnalyticsClientIdPayload
object
Indicates whether we successfully persisted the analytics client ID. Clients do not need to observe this value.