Disabling automatic collection of Ad Revenue data
Alert
Automatic Ad Revenue data collection is not supported for Fyber. If you enable it in versions 6.4.0 to 7.0.0, you encounter a conflict in the code.
Automatic collection of Ad Revenue data is moved to the io.appmetrica.analytics:analytics-ad-revenue
dependency. The io.appmetrica.analytics:analytics-ad-revenue
library version should correspond to the io.appmetrica.analytics:analytics
library version.
To disable automatic collection of Ad Revenue data, exclude the following module from the list of dependencies:
configurations.configureEach {
exclude(group = "io.appmetrica.analytics", module = "analytics-ad-revenue")
}
configurations.configureEach {
exclude group: 'io.appmetrica.analytics', module: 'analytics-ad-revenue'
}
Automatic collection is currently supported for ironSource. To disable automatic collection of Ad Revenue data from ironSource, exclude the io.appmetrica.analytics:ad-revenue-ironsource-v7
module.
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.