启用广告功能
配置您的 Android 应用之后,您可以选择在应用中启用广告功能以收集广告标识符。启用这些功能后,您就可以使用受众特征和兴趣报告。
要在您的应用中启用广告功能,请调用跟踪器的 enableAdvertisingIdCollection
方法:
// Enable Advertising Features. mTracker.enableAdvertisingIdCollection(true);
在使用这些功能时,请务必仔细阅读并严格遵守所有适用的 SDK 政策。
配置您的 Android 应用之后,您可以选择在应用中启用广告功能以收集广告标识符。启用这些功能后,您就可以使用受众特征和兴趣报告。
要在您的应用中启用广告功能,请调用跟踪器的 enableAdvertisingIdCollection
方法:
// Enable Advertising Features. mTracker.enableAdvertisingIdCollection(true);
在使用这些功能时,请务必仔细阅读并严格遵守所有适用的 SDK 政策。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-04-08 UTC.