-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use package from API #49
Comments
I suppose you can inject the IAnalytics interface in your controller and use it |
Please, can you give me a more specific example?
Thank you.
…On Wed, Dec 15, 2021 at 1:15 PM Tomás López Rodríguez < ***@***.***> wrote:
I suppose you can inject the IAnalytics interface in your controller and
use it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJWTSPGX4WVSMPHCO2W2DURCBFJANCNFSM5KDPBKVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
you can inject IAnalytics GlobalTracking with constructor injection in any class you want and then you can call TrackEvent with the data you need. It's not different from blazor where the @Inject is injected on property on the generated class. You can read further on the readme |
Is possible to use the measurement ID? And is possible to track single users? |
@CrahunGit should you add tracking of user sessions passing a user ID string? Like explained here: Thank you |
Well. It does not seem hard at first but It takes few steps on the google manager before it before you can log user’s actions. As you can read this is working on google analytics but not in ga. On the blazor side its just a matter of calling the apropiated Javascript. Nothing else. We need time to see if it can be done right now or it needs some design first. |
Great, thank you. Should be really appreciated. P.S. |
We’re neighbors. All Spanish developers trying its best writing bad English. Awesome. |
Hi,
how is possible to use the package from API in ASP.NET Core?
Is also possible to track a single user passing any ID?
Thank you.
The text was updated successfully, but these errors were encountered: