vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Google Admanager Integration (https://vborg.vbsupport.ru/showthread.php?t=195234)

duditas 09-06-2009 09:40 AM

Does it work with Vidvertiser too? Thanks

ThorstenA 09-06-2009 09:55 AM

It works with any tags. You can put any tag (html code) in Google Admanager Line Item Tags.

positiverep 09-17-2009 06:59 PM

Can you use it along with ad manager by redtyger?

KrisP 09-17-2009 07:03 PM

Quote:

Originally Posted by positiverep (Post 1886577)
Can you use it along with ad manager by redtyger?

Yes!

mangandini 10-02-2009 06:19 PM

Hi, this is a great plugin and Im using it, but I have a problem :(

My forum is in Spanish so when I created the Targeting key forum i got things like

_Grfico insted _Gr?fico
__Administracin instead __Administraci?n or Administracion

So GAM is not running properly when I choose _Grfico it seems like doesnt recognize that forum and is not targeting ads.

Coud you help me please ? :)

ThorstenA 10-21-2009 12:01 PM

I tried to delete all characters that are not a-z A-Z 0-9, as it seems it does not work as I wanted it to work. The forum title is cleaned this way:

Code:

$adtitle = $prependchars . "$forum[title_clean]"; // $prependchars are the spaces
$adtitle = str_replace(" ","_",$adtitle); // spaces " "are rewritten as "_"
$adtitle = preg_replace("/[^a-z0-9\\-\\_]/i", "", $adtitle); // everything is deleted instead of a-z / A-Z characters and numbers.
$adtitle = substr($adtitle,0,40);  // limit title length to a maximum of 40.

The red line is the regexp (regular expression) code which fails in your situation. Unfortunately I am no regexp expert and it would take hours if not days to work out your bug. Maybe some more experienced programmer could take a short look into that situation? I'd then take the new regular expression and publish an updated version of this product here.

ThorstenA 11-16-2009 09:09 PM

Some good news:

I am going to release the Admanager vb 4 version after vbulletin 4 goes gold (maybe even before that). It definitely will have the forum targeting feature. I am unsure about the misc.php view that you have to copy to Google Admanager in the targeting section as it is of most importance for new installing of this mod. For upgraders that is of minor importance.

ThorstenA 11-16-2009 09:34 PM

I am sorry, could you translate your post into english? I then may help you.

ThorstenA 11-17-2009 10:38 PM

Notice: This mod uses Re-usable Code, so please feel free to port it to vbulletin 4 under your username. Thanks.

Paul M 11-17-2009 10:45 PM

Quote:

Originally Posted by d_n_a (Post 1915530)
Ellerine sağlık ileride lazım olabilir...

Please post in English, otherwise you posts are liable to be deleted.


All times are GMT. The time now is 10:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02850 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete