You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
在编写规则测试会发现界面加载完但触发太晚了情况,如下视频演示
Screenrecording_20260328_143712.mov
通过log排查可发现此规则被其他Ad规则排队低优先级导致(人话:广告优先,你排到后面去没空管你)
点击展开log
此时我们可以加入
priorityTime参数来提高此规则的优先级(人话:我着急,我需要先来,给我xx秒优先处理待遇牌照)官方指南优化后规则
我们把第二步提升为优先级有效期6000ms的规则,等级高于广告,这时候就不会发生规则阻塞情况
修改后log情况
点击展开log
Beta Was this translation helpful? Give feedback.
All reactions