-
```dart
class Demo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('demo'),),
body: GestureDetector(
…
-
I found out that there are options in the client JS libs to track screenViews but none to track them via an API call.
I need it to track visits through rudderstack. Here's my request:
```javascrip…
-
Hello – and thanks for the great addition to Nuxt community 🙌
It's my first time using Google Tag Manager and I am still a little confused.
_Just to confirm..._ On GTM Dashboard, I have to trigg…
-
Right now it's really hard to group Brigade pages in Analytics because the URLs are murky, e.g. `/brigade/tools` is a page of tools but `/brigade/Open-Oakland` is OpenOakland's brigade page.
Perhap…
-
Goal is a csv of pageviews for Sludge since Fathom became our only analytics tool.
Sludge's [analytics](https://thebrick.house/wp-admin/admin.php?page=analytics) currently live on BH admin.
F…
-
**summary/dashboard** - `/`
- [ ] supports start and end dates with GET params
- [ ] stats - visitor count, % returning, avg. time on site, avg. pages/visit
- [ ] registered user list - # visits, avg.…
bruth updated
11 years ago
-
Hello, Thanks for this awesome package, it's saved me a ton of time. One issue I have ran into is when I attempt to pass metrics as a list, I get that the metrics are not found in the report suite.
…
-
Currently the images to draw are manually hardcoded in PageView and EditorPageView; this must be changed if we're gonna allow outside images in the app
-
### Is your feature request related to a problem?
I just got an email this morning saying that a kit that I apparently created 4 years ago has used up 60% of its allowed pageviews, so I logged in to …
-
TL;DR alwaysSendToDefaultTracker setting to false does not take effect when using ReactGA.addTrackers.
--
All testing done with Google Analytics Debugger. Looking at console, I see the following…