Skip to content

Commit 4b80fcc

Browse files
Update GoogleAnalyticsEventProcessor.js
1 parent 5a9325c commit 4b80fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eventProcessor/GoogleAnalyticsEventProcessor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class GoogleAnalyticsEventProcessor {
209209
/**
210210
* Gets the ID associated with the current client.
211211
* 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
212+
* found for `client_id`. If no previous ID exists, a new one is generated
213213
* and stored for future use in both the global model and long term storage.
214214
* @param {!StorageInterface} storageInterface An interface to an object to
215215
* load or save persistent data with.

0 commit comments

Comments
 (0)