We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9325c commit 4b80fccCopy full SHA for 4b80fcc
src/eventProcessor/GoogleAnalyticsEventProcessor.js
@@ -209,7 +209,7 @@ class GoogleAnalyticsEventProcessor {
209
/**
210
* Gets the ID associated with the current client.
211
* First queries the global model followed by long term storage if not yet
212
- * found for `clientId`. If no previous ID exists, a new one is generated
+ * found for `client_id`. If no previous ID exists, a new one is generated
213
* and stored for future use in both the global model and long term storage.
214
* @param {!StorageInterface} storageInterface An interface to an object to
215
* load or save persistent data with.
0 commit comments