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 see. Last time when I had this issue, I'm the guy who submitted a PR (#111) for this.
In that PR, I exposed the interface to access instances of providers (+[ARAnalytics providerInstanceOfClass:])
And the GoogleAnalyticsProvider class does provide 2 properties to custom Google Analytics's custom dimension and metrics.
I know that I forgot to attach a document about this. So if this does fix your issues, maybe let's write documentation for this? Anyway, you are still welcome to submit a PR to extend/replace it if this doesn't help you at all.
When tracking screen name with Google Analytics I get this warning in the console.
Also none of the page views show up in Google Analytics.
I think the solution is to override didShowNewPageView:withProperties: in GoogleAnalyticsProvider.
If someone can confirm the issue I can submit a pull request.
The text was updated successfully, but these errors were encountered: