flutter_asa_attribution 1.0.0 copy "flutter_asa_attribution: ^1.0.0" to clipboard
flutter_asa_attribution: ^1.0.0 copied to clipboard

A apple search ads attribution plugin for flutter

flutter_asa_attribution #

A apple search ads attribution plugin for flutter

ios #

1、Add the iAd Framework to Your Xcode Project

2、Add the AdServices Framework to Your Xcode Project

3、Add the AdSupport Framework to Your Xcode Project

4、Add the AppTrackingTransparency Framework to Your Xcode Project

Flutter #

How to use

import 'package:flutter_asa_attribution/flutter_asa_attribution.dart';

String? token = await FlutterAsaAttribution.instance.attributionToken();

Map<String, dynamic>? data = await FlutterAsaAttribution.instance.requestAttributionDetails()

The following example shows the dictionary structure you receive when you call requestAttributionDetails

14.3 and higher

{
  "attribution": true,
  "orgId": 40669820,
  "campaignId": 542370539,
  "conversionType": "Download",
  "clickDate": "2020-04-08T17:17Z",
  "adGroupId": 542317095,
  "countryOrRegion": "US",
  "keywordId": 87675432,
  "creativeSetId": 542317136
}
6
likes
130
points
818
downloads

Publisher

unverified uploader

Weekly Downloads

A apple search ads attribution plugin for flutter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_asa_attribution