TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

Google Analytics #1

Closed andrewvmail closed 8 years ago

andrewvmail commented 10 years ago

Just wondering where would I integrate Google Analytics event code on a webviewfragment system. To track page view?

THANKS!

adnbsr commented 8 years ago

If you want to track events inside FinestWebViewActivity, you should customize from source code.

TheFinestArtist commented 8 years ago

@adnbsr Thanks for your answer. @andrewvmail I would recommend you to fork the project and customize it. Probably onClick() method is right place to start :)