bdlukaa / native_admob_flutter

Easy-to-make native ads in flutter using AdMOB SDK.
https://pub.dev/packages/native_admob_flutter
BSD 3-Clause "New" or "Revised" License
81 stars 57 forks source link

[Feature Request] Support contentUrl parameter of GADRequest/AdRequest.Builder #106

Open eliabieri opened 3 years ago

eliabieri commented 3 years ago

This package currently only supports the keywords parameter of the GADRequest/AdRequest.Builder.
I would be very interested in support for the contentUrl parameter, as it helps to enhance targeting for iOS users that do not consent to App Tracking.

The parameter documentation for iOS can be found here and for Android here