File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 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(
142142 * Retrieves a unique Google Analytics identifier for the web client.
143143 * See {@link https://developers.google.com/analytics/devguides/collection/ga4/reference/config#client_id | client_id}.
144144 *
145- * @public
146- *
147145 * @param gtagFunction Wrapped gtag function that waits for fid to be set before sending an event
148146 */
149147export async function internalGetGoogleAnalyticsClientId (
Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ function wrapGtag(
305305 ) ;
306306 } else if ( command === GtagCommand . CONSENT ) {
307307 const [ gtagParams ] = args ;
308- // If CONFIG, second arg must be measurementId.
309308 gtagCore ( GtagCommand . CONSENT , 'update' , gtagParams as ConsentSettings ) ;
310309 } else if ( command === GtagCommand . GET ) {
311310 const [ measurementId , fieldName , callback ] = args ;
You can’t perform that action at this time.
0 commit comments