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
I noticed some parameters are hard-coded, specifically, the Google Analytics endpoint URL (https://www.google-analytics.com/collect) and User Language (ul):
Thank you for opening the issue. Good catch on the ul parameter! This should now be fixeed with #462
Using a custom endpoint would make sense — it would allow for routing the requests from your own domain (getting around any third-party restrictions), and even creating an alternative backends for the ga protocol.
How would you like to pass the endpoint url to ga-lite? How about something like:
I noticed some parameters are hard-coded, specifically, the Google Analytics endpoint URL (
https://www.google-analytics.com/collect
) and User Language (ul
):ga-lite/src/get-base-url.js
Lines 5 to 7 in 6b467e5
It would be awesome to be able to:
ul
use actual language provided by the user agent (e.g.navigator.language
)The text was updated successfully, but these errors were encountered: