Results 1 to 8 of 8

Anyone tried creating their own contextual adverts using VBSEO?

This is a discussion on Anyone tried creating their own contextual adverts using VBSEO? within the Ad Networks forums, part of the Monetizing category; Hi all, as I understand, VBSEO can help to make contextual adverts more accurate and effective. Does this mean that ...

  1. #1
    Junior Member Array
    Real Name
    James Robinson
    Join Date
    Feb 2007
    Location
    Birmingham UK
    Posts
    16
    Liked
    0 times

    Anyone tried creating their own contextual adverts using VBSEO?

    Hi all,
    as I understand, VBSEO can help to make contextual adverts more accurate and effective.
    Does this mean that it extracts keywords from a thread/post and stores them in a db somewhere?

    I can see that keywords are included in the page source like
    <meta name="keywords" content="blah blah blah" />

    We have a forum and a web shop on our server and would like to write an app to display contextual adverts on our forum to advertise products in our shop.

    Has anyone had any experience with using VBSEO to help with something like this or can anyone offer any words of wisdom?

    thanks in advance,
    James

  2. #2
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    That meta info comes from the first X words of the post, minus the stop words. You'd be better off enforcing the use of tags, and hitting the tag database for more reliable targetting data.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member Array
    Real Name
    James Robinson
    Join Date
    Feb 2007
    Location
    Birmingham UK
    Posts
    16
    Liked
    0 times
    Thanks Brian, that's helpful.
    Although the tag info is quite crude, our shop has a good search with fuzzy parsing, so it seems to work well if we just use the meta keywords as-is.

    If I wanted to configure how they're constructed, change that X value and the fact that a general description's tagged on the end of them all, is that straightforward?

    Also, is this meta keyword info stored/cached in the DB somewhere or is it dynamically generated on each page view?

    thanks,
    James

  4. #4
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    I'm 95% sure it's generated on the fly at run-time. Would need to dive into the code to verify that, but i don't recall a storage field for it.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member Array
    Real Name
    James Robinson
    Join Date
    Feb 2007
    Location
    Birmingham UK
    Posts
    16
    Liked
    0 times
    Thanks Brian,
    is it possible to get details of the plugin dealing with the meta keyword generation?
    We seem to be on the right track, but wanted to confirm hook location and variable names and such.
    thanks again,
    James

  6. #6
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    vbseo functions differently from any other plugin. vbseo does all of its template modifications directly to the code as it processes it, not hooks.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Junior Member Array
    Real Name
    James Robinson
    Join Date
    Feb 2007
    Location
    Birmingham UK
    Posts
    16
    Liked
    0 times
    so our code being exectured by the hook bootstrap_init_start should in theory be exectued after the keywords are generated and therefore once we make the $kw_content a global or are told how to access it we should be onto a winner?

  8. #8
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    $kw_content and $desc_content variables are filled by vBSEO in its "global_complete" hook (you can check functions_vbseo.php file for details), so you will only be able to access it by creating another global_complete plugin with "execution order" set to a larger number.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBulletin 4.x VBseo Creating Fatal Error After Installation
    By vibhor101 in forum Troubleshooting
    Replies: 3
    Last Post: 03-25-2011, 04:01 PM
  2. CTR of contextual ads
    By Tosix in forum Ad Networks
    Replies: 5
    Last Post: 10-28-2007, 05:28 PM
  3. Banner adverts - what is fair to charge?
    By Dave Hybrid in forum General Discussion
    Replies: 2
    Last Post: 05-01-2007, 07:42 AM
  4. Contextual or Targetted?
    By Mike in forum Ad Networks
    Replies: 10
    Last Post: 11-18-2006, 03:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •