defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

Add extension name and version as an ad request agent string for usage statistics #32

Closed kunny closed 11 months ago

kunny commented 1 year ago

Hello Defold team - this is Taeho from Google Game Engine Partnerships team.

Defold AdMob extension is a great way for Defold developers to monetize their games with AdMob. We'd like to better understand how developers are using the extension by tracking the number of ad requests that are coming from the extension.

To do this, we would like to request that you add the extension name and version info as an ad request agent. It will help us to identify ad requests that are coming from the Defold AdMob extension, and it will also help us to track the effectiveness of the extension.

You can use the following API to set the request agent.

Could you use defold-x.y.z as a request agent string pattern? For example, if the plugin version is 1.0.1, its request agent string should be defold-1.0.1.

Please don't hesitate to let me know if you have any questions. Thanks!