tmc
Forum Replies Created
-
Forum: Plugins
In reply to: [FormsCRM] Turn off woocommerce integration?@davidperez Any updates?
Forum: Plugins
In reply to: [FormsCRM] Turn off woocommerce integration?I was trying to check for this feature, but every time I click on the FORMSCRM tab in woocommerce, I get a critical error. :\
Forum: Plugins
In reply to: [FormsCRM] Conditional Logic?Thanks, that would be great. I really enjoyed that feature from your earlier plugin.
Were you able to figure out the issue? I was thinking about trying this out but TEC is a huge part of my site.
Done!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsBlock 2, 8, 9 here all have this code.
https://kevinp11.sg-host.com/12-winter-crafts-to-get-you-in-the-holiday-spirit/
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsI can’t get anything to align still. I’ve tried all the built in settings and this custom code:
margin: 8px auto; text-align: center !important; display: block !important; clear: both;
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsTo place two ads side by side simply put both ad codes in a block.
header code 1
header code 2
[ADINSERTER HEAD group=”Google tags”]
body ad code 1
body ad code 2This would only work if using two different ad units, correct?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsYes, I understand that is where the header code will be entered.
So you see now that block 9 looks right and is working, but if I use this same format for block 2 (auto inserted, multiple ads), it will break block 9.
Block 2 only works if I format it like this: https://snipboard.io/zKwJPo.jpg
If I use just:
googletag.defineSlot('/5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med', [[200, 200], [250, 250], [300, 250]], 'div-gpt-ad-1582689673099-[ADINSERTER counter="block"]').addService(googletag.pubads()); [ADINSERTER HEAD group="Google tags"]
above the body code, it does not work. Or it will work but Block 9 will break.
If I use
googletag.defineSlot('/5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med', [[200, 200], [250, 250], [300, 250]], 'div-gpt-ad-1582689673099-[ADINSERTER counter="block"]').addService(googletag.pubads()); [ADINSERTER HEAD]
It will not work.
Here is my header file:
https://snipboard.io/gNZJXr.jpgAny ideas?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsSo, this is how I have block 9 set up (screenshot below). It is displaying. Are you saying the line ABOVE [ADINSERTER HEAD] should be in the actual settings-> header file? And the group name should be specific to this ad block only?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsI have gone over the multiple ads section and your documentation multiple times. Obviously, I’m not understanding how something is working here, because I’m not putting it together properly. I really need help getting all the pieces working.
Will every single ad use [ADINSERTER HEAD group=”Google tags”], or only for certain ads?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsOkay, it seems I can either make the auto-insert with multiple instances work, or the widgets work, but not both. Even the ones that are different ad units. As soon as I add in:
<script> googletag.cmd.push(function() { [ADINSERTER name="Google tags"] googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.pubads().setCentering(true); googletag.enableServices(); }); </script>
The auto insertion with multi-instances works, but then the widgets break. As soon as I remove that code, the widgets work, but the auto inserted instances break.
Please help. I don’t understand what’s going on.
Header File:
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script> googletag.cmd.push(function() { [ADINSERTER name="Google tags"] googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script>
Block for ad Autoinserted:
googletag.defineSlot('/5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med', [[200, 200], [250, 250], [300, 250]], 'div-gpt-ad-1582689673099-[ADINSERTER counter="block"]').addService(googletag.pubads()); [ADINSERTER HEAD group="Google tags"] <!-- /5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med --> <div id='div-gpt-ad-1582689673099-[ADINSERTER counter="block"]'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1582689673099-[ADINSERTER counter="block"]'); }); </script> </div>
You can see all the different ad units here:
https://kevinp11.sg-host.com/12-winter-crafts-to-get-you-in-the-holiday-spirit/
Screenshot: https://snipboard.io/m1QXpc.jpg
I also can’t figure out how to insert multiple ads side by side in the same block?
Like this: https://snipboard.io/wlVMTk.jpgForum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsForum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsThree more questions:
1.) Do I need to put [ADINSERTER counter=”block”] on every ad unit I have on the page, only the ad units that are multiple instances of the same size, or how do I approach this?
2.) Your provided header script is different than what my google ads generates. What is the difference between yours:
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script>
And what I had:
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []};</script>
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Google Ads Manager / DFP AdsOkay, I have this in my header file:
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script>
And my ad block is as follows:
<script> googletag.cmd.push(function() { googletag.defineSlot('/5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med', [[200, 200], [250, 250], [300, 250]], 'div-gpt-ad-1582689673099-[ADINSERTER counter="block"]').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script> [ADINSERTER HEAD] <!-- /5513051/DFW-Craft-Shows_RB/DFWCS_RB_House-Event-Med --> <div id='div-gpt-ad-1582689673099-[ADINSERTER counter="block"]'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1582689673099-[ADINSERTER counter="block"]'); }); </script> </div> [ADINSERTER counter="block"]
Screenshot:
https://snipboard.io/wlVMTk.jpg