Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit b9dadaa

Browse files
committed
Update README.md
1 parent f017b05 commit b9dadaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GOOGLE_ANALYTICS_TRACKING_ID=UA-01234567-89
4141

4242
## Blade Directive
4343

44-
This package comes with a `@sendAnalyticsClientId` directive that stores the `Client ID` from the GA front-end to your Laravel backend.
44+
This package comes with a `@sendAnalyticsClientId` directive that sends the [Client ID](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#clientId) from the GA front-end to your Laravel backend and stores it in the session.
4545

4646
It uses the [Axios HTTP library](https://github.com/axios/axios) the make an asynchronous POST request. Axios was choosen because it is provided by default in Laravel in the `resources/js/bootstrap.js` file.
4747

0 commit comments

Comments
 (0)