react-analytics-widget
react-analytics-widget copied to clipboard
Embed Google Analytics widgets in your React applications.
This PR has: - New prop `loader`: added a customizable loading indicator (by default it's a css spinner) #12 - Added the ability to update tokens before they expire using...
I am using this in my react app where I load one component on a button click and another on another button click. When I click on my analytics button...
As discussed in #12 , I have added a simple chart loading indicator.
I want a callback to know if my accessToken has expired or is incorrect form `GoogleProvider` component. When using server auth, it is important to refresh token when the previous...
Ever tried to get realtime data from GA? I did some research but i think it used a diffrent api.
Is there a way we could add a loading message or image when `GoogleDataChart` component is being loaded ?
When config prop is changed, GoogleDataChart (wrt user input for start and end date) doesn't render charts from changed prop value. Is there a workaround for it?
Hey, Was wondering what the best way to redraw the chart on window resizing would be? Best Adam
Hi, Is there a method to fetch all the available Analytics View IDs under signed-in user. Can you help me with any documentation if its not possible with this library...