[Bug] Automatic placement.
-
I’m using more javascript conditions to display ads.
e.g.
<script> if(someCondition) { document.write('<script src="https://....">\x3c/script>'); } </script>
I noticed that when I have 2 different auto placed ad blocks, which end up being rendered after the same paragraph, the AdInserter plugin kind of merges/jumbles up the javascript code of both these ad blocks.
The output of such a problem appears somewhere as follows.
<script> if(someCondition) { document.write('<script src="https://....">\x3c/script>'); } </script> '); } </script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Bug] Automatic placement.’ is closed to new replies.