Menu

Abnormal opening screen advertisement

1. Advertisement loading exception

1.1 Advertisement is not filled or loaded with errors

Please refer to Advertisement No Filling Problem

1.2 Advertising no callback problem

1.2.1 Confirm whether the listening object is configured

  • Developers are asked to check whether the code has been The advertising object has monitoring set up, including every new advertising object;
  • The advertising object or listening object must be declared as a global variable. If they are both local variables, Will result in no result callback when loading

1.2.2 Check Is the integration correct?

  • Recheck the integration document: SDK access configuration, and confirm whether all files in the downloaded SDK compressed package are It has been introduced into the project. You can call the integration detection API to check the integration of the advertising platform
  • Check each advertising platform one by one to determine whether it is a problem with one advertising platform or all of them. Problems with advertising platforms:

  1. When an advertising platform does not have a callback:

(1) If there is only a callback for loading results and no subsequent callbacks such as display

(2) Developers are asked to check whether Load is called in the callback of close. Some advertising platforms do not support calling load in the callback before close, which will cause the problem of no callback. Sigmob is a typical example.

(3) Developers are asked to check the third-party advertising platform error code & FAQ document. If the solution is not found in the document, the developer is asked to In the project, use the advertising slot ID provided by the TopOn Demo test ID in our document to test

(4) If only one callback is missing, please change Test on other test machines to see if the same situation exists

2. Open the screen Advertising display problems

2.1 Open-screen ads often time out

2.2 Abnormal display of pangolin screen advertisements

The pangolin screen display does not cover the screen or Container, as shown in the figure below

CSJ splash show abnormal

  • Please check whether the AutoSize and AutoLayout frameworks have been introduced in the project. Pangolin ad display will be affected by these frameworks and need to be removed.
  • If the project cannot remove AutoSize, AutoLayout framework, please refer to the code below to remove pangolin page scaling:
//Remove zoom of pangolin advertising page
AutoSizeConfig.getInstance().externalAdaptManager 
. addCancelAdaptOfActivity(Stub_Activity: :class. java)
. addCancelAdaptOfActivity(Stub_SingleTask_Activity: :class. java)
........

CJS sdk rest of Activity
Stub_Activity
Stub_SingleTask_Activity
Stub_SingleTask_Activity_T
Stub_Standard_Activity
Stub_Standard_Activity_T
Stub_Standard_Landscape_Activity
Stub_Standard_Portrait_Activity
CJS sdk depends on other activities
AppPrivacyPolicyActivity
AppDetailInfoActivity
TTDelegateActivity
JumpKllkActivity
DownloadTaskDeleteActivity
JumpUnknownSourceActivity

2.2 MTG screen opening and status bar overlap

Before loading ATSplashAd, pass in MintegralATConst through setLocalExtra NOTCH-SCREEN-TOP, controls the distance of the skip button from the top position. The example code is as follows:


 mSplashAd = new ATSplashAd(.......);
 Map<String, Object> localMap = new HashMap<>();
 localMap.put(MintegralATConst.NOTCH_SCREEN_TOP,200);//Incoming skip button padding top distance
 mSplashAd.setLocalExtra(localMap);
 mSplashAd.loadAd();


Previous
Banner ad exception
Next
Interstitial screen and incentive anomalies
Last modified: 2025-05-30Powered by