Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
cloudmark
tagDiv Member

Another thing is no one likes ads, that’s why most of us charge for displaying it.

A fair solution if you want to communicate with us to a section under welcome page in the main settings dash not all over the page.

cloudmark
tagDiv Member

Hi there,

It’s really annoying to have announcements everywhere!!

It gives the impression that they are in need of business, that they are on the verge of bankruptcy.

For everything there is a right way and an easy but wrong way to do things. You were doing the right thing with the newsletters from time to time and you changed it to the easy and wrong by placing banners all over the interface with images that you serve from your own site!

https://cloud.tagdiv.com/services-img/banner-theme-panel.png
https://cloud.tagdiv.com/services-img/banner-composer.png

I didn’t authorize you to inject your content on my property.

cloudmark
tagDiv Member

Wait!!! You are saying that TagDiv Standard Pack is deprecated?
Then why still in use? which is the actual way to apply pre build templates? why is not a migration tool from such deprecated plugin to whatever is the actual way?

Thank you for your kind assistance…

  • This reply was modified 3 years by cloudmark.
cloudmark
tagDiv Member

Is unclear which one are recommending as several plugins names are the same…

cloudmark
tagDiv Member

Hi Vlad,

Just made some time to test.

As required here is a screenshot of System Status Tab. Everything there seems ok.

Flushed cache and deactivated everything but tagdiv stuff. Still can’t edit.
System Status Tab

  • This reply was modified 5 years by cloudmark.
cloudmark
tagDiv Member
cloudmark
tagDiv Member

My pleasure.

cloudmark
tagDiv Member

You might need to read this too.
https://forum.tagdiv.com/newsmag-using-other-ads/

cloudmark
tagDiv Member

On #4 you have to add the server side script code to activate Google Ad Manager Ad Units.

First, on a txt editor copy the header code provided for every Ad Unit on Google Ad Manager, to do this go to:

Inventory/Ad units/

Then open every ad unit you need, one by one, by clicking on its name then:
1. go to tags.
2. choose Google Publisher Tag (GPT)
3. click continue
4. configure your ad unit (it’s fine if you leave this as is)
5. click continue again
6. third step will give you two codes. one that goes in the <head> and a second that goes in the <body> copy the head code and paste it on the txt edit document, now copy the body code and paste it in a different txt document.
7. do this for every ad unit you need to publish in you site.
8. you will end with two files, one with header codes and one with body codes. Save them, but don’t close them.

You need to edit the header to make one big code including every single ad unit instead a bunch of them.

This is my code so you can figure how…

<!-- GOOGLE AD MANAGER STARTS -->

<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>

<script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineSlot('/14518XXXX/HP1_300x600', [300, 600], 'div-gpt-ad-XXXXX86917606-0').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/LB1_728x90', [728, 90], 'div-gpt-ad-XXXXX86917606-1').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/MR1_300x250', [300, 250], 'div-gpt-ad-XXXXX86917606-2').addService(googletag.pubads());
googletag.defineSlot('/14518XXXX/SB1_320x50', [320, 50], 'div-gpt-ad-XXXXX38988537-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<!-- GOOGLE AD MANAGER ENDS -->

Now back to your site go to:
Newspaper/Theme Panel/Analytics JS Code/Header Script Code
and paste this code (yours of course).

This will allow your ad units to show on your site, if your Ad Manager Setting are correct.

Last thing to do.

Copy and paste the ad unit code where it should appear:

Newspaper/Theme Panel/Ads/

This is an example of my header position:

<div class="td-visible-desktop">
<!-- /14518XXXX/LB1 -->
<div id="div-gpt-ad-XXXXX86917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-XXXXX86917606-1"); });
</script>
</div>
</div>

<div class="td-visible-tablet-landscape">
<!-- /145188550/LB1_728x90 -->
<div id="div-gpt-ad-1459286917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-1459286917606-1"); });
</script>
</div>
</div>

<div class="td-visible-tablet-portrait">
<!-- /14518XXXX/LB1_728x90 -->
<div id="div-gpt-ad-XXXXX86917606-1" style="height:90px; width:728px;">
<script type="text/javascript">
googletag.cmd.push(function() { googletag.display("div-gpt-ad-XXXXX86917606-1"); });
</script>
</div>
</div>

<div class="td-visible-phone">
<!-- /145188550/SB1_320x50 -->
<div id='div-gpt-ad-XXXXX38988537-0' style='height:50px; width:320px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-XXXXX38988537-0'); });
</script>
</div>
</div>

One more thing. The head banner should be exactly 728×90 in desktop mode.

In the example above you can see that it displays a different version on mobile or desktop.

  • This reply was modified 5 years by cloudmark.
  • This reply was modified 5 years by cloudmark.
Viewing 9 posts - 1 through 9 (of 9 total)