google_tag_manager

Last updated:

0 purchases

google_tag_manager Image
google_tag_manager Images
Add to Cart

Description:

google tag manager

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'});
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.