I am currently using the library but I have a problem when entering the TrackingId since I do not have it when registering the service in the startup since I am also using the Finbuckle.MultiTenant library
I see that they have the service registration without the trackingId, how to use the service when the service only registers you in the following way?
services.AddGoogleAnalytics();
I am currently using the library but I have a problem when entering the TrackingId since I do not have it when registering the service in the startup since I am also using the Finbuckle.MultiTenant library
I see that they have the service registration without the trackingId, how to use the service when the service only registers you in the following way?
services.AddGoogleAnalytics();