google_tag_manager 0.1.0 copy "google_tag_manager: ^0.1.0" to clipboard
google_tag_manager: ^0.1.0 copied to clipboard

Platformweb

Dart wrapper around google tag manager js api

google_tag_manager #

Dart wrapper around google tag manager js api

Usage #

Install Google Tag Manager (docs)

import 'package:google_tag_manager/google_tag_manager.dart' as gtm;

main() {
  gtm.pushEvent('button1-click');
  gtm.pushEvent('button2-click', data: {'value': 1});
  gtm.push({'variable_name': 'variable_value'});
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

16
likes
130
points
945
downloads

Publisher

unverified uploader

Weekly Downloads

Dart wrapper around google tag manager js api

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

js

More

Packages that depend on google_tag_manager