Auto Redirects
このコンテンツはまだ日本語訳がありません。
Auto redirect ads take the user out of the app without any action from the user. These bad ads automatically redirect the user to the app store, to phishing scams, or to malicious websites. By using Ad Review, you can detect auto redirect events and tackle user complaints about them.
Auto Redirects Report
When an auto redirecting ad starts appearing in your apps, you will probably receive user complaints. However, these complaints rarely contain enough information for you to act on, and the issues they describe are impossible to recreate.
The Auto Redirects Report (MAX > Ad Review > Analyze > Auto Redirects Report) helps you identify the problematic creative. To find a specific creative, apply filters such as date, country, app, and redirect target, then select a creative from the resulting list in the Creative column. Click the eye icon next to the selected creative name to preview the ad and view its Redirect Rate—the percentage of impressions for which AppLovin detected an auto redirect from that creative.
Supported Networks
Ad Network | Minimum Android Version | Minimum iOS Version |
---|---|---|
AdMob and Google Ad Manager | ⸺ | 7.1.0 |
BidMachine | 5.8.0 | 7.8.0 |
DT Exchange | 5.1.0 | 7.1.0 |
InMobi | 5.1.0 | 7.1.0 |
ironSource | 5.4.0 | 7.4.0 |
Liftoff Monetize | 5.1.0 | 7.1.0 |
Mintegral | 5.1.0 | 7.1.0 |
MobileFuse | 5.8.0 | 7.8.0 |
Smaato | 5.8.0 | 7.8.0 |
Unity Ads | 5.1.0 | 7.1.0 |
Verve | 5.6.0 | 7.6.0 |
Metrics
- Redirects
- How many impressions resulted in auto redirect.
Dimensions
- Day / Week
- Platform — Android or iOS
- Application
- End User ID — see End User ID below
- Network
- DSP
- Ad Format
- Country
- Creative
- Creative ID — the creative ID that Ad Review detects for this ad
- Network Creative ID — the creative ID that the network provides to MAX
- Redirect Advertised iOS App — the iOS app to which the ad leads, if the redirect is to the store (iTunes ID included)
- Redirect Advertised Android App — the Android app to which the ad leads, if the redirect is to the store (package name included)
- Redirect Web Domain — the website to which the ad leads, if the redirect is to a website
- URL — the full URL to which the ad leads
End User ID
You can refine results for a specific user. To do this you must first tag users with your own identifiers.
The following code snippets show how to tag users with your own internal User ID. The maximum size of the User ID string is 8192 characters.
AppLovinMAX.setUserId("«user-ID»");
MaxSdk.SetUserId("«user-ID»");
val settings = AppLovinSdk.getInstance( this ).getSettings();settings.setUserIdentifier( "«user-ID»" );
AppLovinMAX.setUserId("«user-ID»");
val settings = AppLovinSdk.getInstance( this ).settingssettings.userIdentifier = "«user-ID»"
applovin.set_user_id("«user-ID»")
ALSdkSettings *settings = [ALSdk shared].settings;settings.userIdentifier = @"«user-ID»";
let settings = ALSdk.shared().settingssettings.userIdentifier = "«user-ID»"