You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
The project is using Laravel Jetstream with Inertia + Vue.
Pageviews and other events sent from gtag() are working as expected.
While debugging, I determined the Registered event is being sent to GA and the response code is 200.
In Laravel Horizon, I can see the "SendEventToAnalytics" job is completed successfully.
I reviewed Issue #2, which isn't entirely applicable in this case, but I was wondering if DispatchAnalyticsJob would handle setting the eventValue correctly on its own?
The other possibility I was considering is that Google is filtering the event as a bot. With GA4 properties, there's no way to disable bot filtering as of now. Has anyone experienced this being an issue?
Thanks for the work on this package and any advice you can provide!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've been trying to implement DispatchAnalyticsJob in the Registered event, but am having trouble getting the event to show up in analytics.
Here's a little background:
I reviewed Issue #2, which isn't entirely applicable in this case, but I was wondering if DispatchAnalyticsJob would handle setting the eventValue correctly on its own?
The other possibility I was considering is that Google is filtering the event as a bot. With GA4 properties, there's no way to disable bot filtering as of now. Has anyone experienced this being an issue?
Thanks for the work on this package and any advice you can provide!
The text was updated successfully, but these errors were encountered: