Pangolin reports splashAdLoadFail data analysis error

Use swift to connect to Pangolin but not GroMore. If the code bit configuration is incorrect at this time, the following error will occur:

splashAdLoadFail(_:error:) Optional(“Error Domain=com.buadsdk Code=98764 “data analysis error” UserInfo={NSLocalizedDescription=data analysis error, origin_error_code=10002000}”)

The following is the error log printed by the official demo with the same configuration:

origin_error_code=10002000, extra_reason=No suitable advertisement is returned, resulting in the request not being filled. Occasionally occurring is normal. If the situation occurs frequently or must occur, please first check whether the ad size is filled in correctly, whether a simulator is used to test the ad, whether a single device requests a large number of ads in one day but does not display them or the number of impressions is extremely low, etc. There is still no conclusion after troubleshooting the above problems. You can self-service whitening of the device on the Pangolin Media Platform. Go to "Advertising Monetization" -> "Auxiliary Tools" -> "New Test Information" to fill in the relevant information and submit to complete the whitening. Whitening takes effect in about 30 minutes, NSLocalizedDescription=data analysis error}

After going through many steps, it was concluded that the cause of the problem is that if GroMore is not connected, the advertising space cannot choose to support GroMore, otherwise the ads will not be displayed normally due to mismatch.

Insert image description here

Basically follow the documentation, except for the configuration of this place, the access to the new version is quite smooth.

Official document address
reference document

Guess you like

Origin blog.csdn.net/xo19882011/article/details/132891407