Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question problems with ads in WebGL export

Discussion in 'Web' started by FrancoVRT, Nov 3, 2020.

?

Why does the browser adblock block it?

  1. some configuration

    0 vote(s)
    0.0%
  2. plugins

    1 vote(s)
    100.0%
  1. FrancoVRT

    FrancoVRT

    Joined:
    Sep 2, 2020
    Posts:
    2
    Why, when I export my project to the web with the base configuration, the adblock of the browser blocks the exported game?
    psdt: Nothing from the ads was configured. unity version: 2019.4.13f1
    upload_2020-11-3_16-54-52.png
     
  2. De-Panther

    De-Panther

    Joined:
    Dec 27, 2009
    Posts:
    563
    my guess is that the name of the file starts with "ad"
     
    jukka_j likes this.
  3. jukka_j

    jukka_j

    Unity Technologies

    Joined:
    May 4, 2018
    Posts:
    951
    Try contacting the developer of the Adblocker you are using to know more how they are filtering out content? @De-Panther's guess sounds like a viable one.

    We are not currently aware of any adblocker mass-filtering out Unity content from loading.
     
  4. roka

    roka

    Joined:
    Sep 12, 2010
    Posts:
    584
    The word adex seem to be in the block list.

    I have made a test and adex.js is blocked == > https://www.gaming-style.com/test/test.html
    Check the console and source.

    You must change the file name to something like adex_build.json.
     
  5. FrancoVRT

    FrancoVRT

    Joined:
    Sep 2, 2020
    Posts:
    2
    thanks people if it was for the subject of the name. I changed it and it no longer gives me a problem
     
    De-Panther likes this.