utm_helper 0.0.2 copy "utm_helper: ^0.0.2" to clipboard
utm_helper: ^0.0.2 copied to clipboard

outdated

UTM helper is a package that helps you to get UTM parameters from URL.

example/utm_helper_example.dart

import 'package:utm_helper/utm_helper.dart';

int main() {
  // Full valid query string
  UtmData.fromQueryString(
      'utm_source=bangbu&utm_medium=cpc&utm_campaign=summer&utm_term=beach%20vacation&utm_content=ad1&utm_id=anyaquote');

  // Query string with some data
  UtmData.fromQueryString('utm_source=bangbu&utm_medium=cpc');

  // Query string with no utm data or invalid one
  UtmData.fromQueryString('some-invalid-query-string');

  return 0;
}
4
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

UTM helper is a package that helps you to get UTM parameters from URL.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on utm_helper