File tree 2 files changed +0
-3
lines changed 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,6 @@ export async function setUserProperties(
142
142
* Retrieves a unique Google Analytics identifier for the web client.
143
143
* See {@link https://developers.google.com/analytics/devguides/collection/ga4/reference/config#client_id | client_id}.
144
144
*
145
- * @public
146
- *
147
145
* @param gtagFunction Wrapped gtag function that waits for fid to be set before sending an event
148
146
*/
149
147
export async function internalGetGoogleAnalyticsClientId (
Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ function wrapGtag(
305
305
) ;
306
306
} else if ( command === GtagCommand . CONSENT ) {
307
307
const [ gtagParams ] = args ;
308
- // If CONFIG, second arg must be measurementId.
309
308
gtagCore ( GtagCommand . CONSENT , 'update' , gtagParams as ConsentSettings ) ;
310
309
} else if ( command === GtagCommand . GET ) {
311
310
const [ measurementId , fieldName , callback ] = args ;
You can’t perform that action at this time.
0 commit comments