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)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

NLP-er 11-23-2009 06:13 PM

Quote:

Originally Posted by isatice (Post 1919118)
here it is : What languages does AdSense support?

there are only a few languages supported by google adsense , otherwise google will close the publisher's account

I see there that you can't use AdSense for not supported languages, but you can have site in many languages. So you can use AdSense for each language which is supported.

I'm going to TOS to learn more, but on this very page which you gave is written that AdSense will handle commercials language even if page is in many languages, so it means that it is allowed to have different languages.

NLP-er 11-23-2009 06:25 PM

Quote:

Originally Posted by imported_silkroad (Post 1919124)
That is not (edit: completely) true. Google's policy states:

And there are certainly more than a few languages supported as both primary and secondary languages:

I'm not sure do I understood it well, because of word "primarily", which translated to my language can have 2 different meanings. So is it used here as "originally" of as "mostly"?...

NLP-er 11-23-2009 06:34 PM

Quote:

Originally Posted by KrisP (Post 1919274)
Response from Google:



Seems from the response:

You cannot populate the cache beforehand - it must be the end user (or Googlebot) doing that.

vBET is NOT pre-populating cache. It is populated as the requests comes. Send this information go Google staff and tell that they can review the code of free version to be sure about that (paid too, but after contact with me).

Also - we had here big discussion about headers ;)

All - referer header and API key are supported in newest versions of vBET (booth 2.x and 3.x). API key you can set in options and referer headers are send automatically each time when request is coming to Google (in vBET 3.x even for automatic language detection).

So just made vBET update, set your key and send them message that you fit all TOS. Google likes to give access back, when everything is OK :)

NLP-er 11-23-2009 06:42 PM

Quote:

Originally Posted by jaryx (Post 1919322)
What would be code for a specific language(s)?

For example, I would just turn off the Belarusian and Catalan?

Here you will find all supported by vBET codes and languages for those. Just change condition in code I gave you before.
Code:

    return array ("af"=>"Afrikaans","sq"=>"Albanian","ar"=>"Arabic",
 "be"=>"Belarusian","bg"=>"Bulgarian","ca"=>"Catalan","zh-CN"=>"Chinese",
"hr"=>"Croatian","cs"=>"Czech","da"=>"Danish","nl"=>"Dutch",
"en"=>"English","et"=>"Estonian","tl"=>"Filipino","fi"=>"Finnish",
"fr"=>"French","gl"=>"Galician","de"=>"German","el"=>"Greek",
"iw"=>"Hebrew","hi"=>"Hindi","hu"=>"Hungarian","is"=>"Icelandic",
"id"=>"Indonesian","ga"=>"Irish","it"=>"Italian","ja"=>"Japanese",
"ko"=>"Korean","lv"=>"Latvian","lt"=>"Lithuanian","mk"=>"Macedonian",
"ms"=>"Malay","mt"=>"Maltese","no"=>"Norwegian", "fa" => "Persian",
"pl"=>"Polish","pt"=>"Portuguese","ro"=>"Romanian","ru"=>"Russian",
"sr"=>"Serbian","sk"=>"Slovak","sl"=>"Slovenian","es"=>"Spanish",
"sw"=>"Swahili","sv"=>"Swedish","zh-TW"=>"Taiwanese","th"=>"Thai",
"tr"=>"Turkish","uk"=>"Ukrainian","vi"=>"Vietnamese","cy"=>"Welsh",
"yi"=>"Yiddish");


imported_silkroad 11-23-2009 06:46 PM

Quote:

Originally Posted by NLP-er (Post 1919664)
I'm not sure do I understood it well, because of word "primarily", which translated to my language can have 2 different meanings. So is it used here as "originally" of as "mostly"?...

I think, in this case, "primarily" means "your original language", not translated.

But, only Google really know what they mean ! :D

imported_silkroad 11-23-2009 06:50 PM

Quote:

Originally Posted by NLP-er (Post 1919658)
AdSense will handle commercials language even if page is in many languages, so it means that it is allowed to have different languages.

Yes, that's right.

If you use Google Analytics and integrate it with Google Adsense, there is a section which breaks down Adsense revenue by language in GA.

So, it is easy to see that Google supports multiple language per site.

I strongly recommend every person who runs this mod run Google Analytics.

(This is the second time I have made this recommendation, BTW).

If you use GA, you will easily see what Google supports regarding languages ;)

AND, you can see almost exactly the eCPM and CTR of each language on your site ;)

Don't worry. Be happy :D

NLP-er 11-23-2009 08:31 PM

Quote:

Originally Posted by imported_silkroad (Post 1919385)
Hi Kris,

Great job! Glad to see you back up again soon.

Google is fair.

OBTW, a long time ago (well, around 5 months ago), there was a member of these forums called T2x. He was the first person to insist that people need to add the referral header code and to use the Google API key. He also was the first person to crack the code on rewriting the URLs to get rid of the question mark in the query.

At the time, the guy who paid for the code for the first translation mod (whom NLP-er worked with to make the code actually and the database work properly) really ridiculed T2x for warning people to add the referral header to Google and to add the optional AJAX search API.

It turns out that T2x is the hero for all of us. He was the first to work out these issues. We have been running T2x's code for months and never had any problems because we have always had the referral headers, etc. We followed T2x completely because what he said corresponded directly with the Google TOS.

My public praise for T2x takes nothing away from NLP-er who has done a great job too, without a doubt.

However, I think it is important to remind everyone that it was fellow forum team member T2x that was the first person to work out all the Google TOS issues and provide the original code fixes.

Everyone here owes T2x and word of thanks, including me.

Thank you T2x!

You are 'da man! :up: :up: :up:

I do not remember T2x making automatic cache clearing ;)

Kolbi 11-23-2009 08:59 PM

Quote:

Originally Posted by imported_silkroad (Post 1919684)
Yes, that's right.

If you use Google Analytics and integrate it with Google Adsense, there is a section which breaks down Adsense revenue by language in GA.

So, it is easy to see that Google supports multiple language per site.

I strongly recommend every person who runs this mod run Google Analytics.

(This is the second time I have made this recommendation, BTW).

If you use GA, you will easily see what Google supports regarding languages ;)

AND, you can see almost exactly the eCPM and CTR of each language on your site ;)

Don't worry. Be happy :D

Can you tell me how to use analytics as good as possible?

imported_silkroad 11-23-2009 09:18 PM

Quote:

Originally Posted by NLP-er (Post 1919751)
I do not remember T2x making automatic cache clearing ;)

You are right. As I recalll, T2x uses manual cache clearing or automates cache clearing using a MySQL script.

However, T2x did work out the Header Referrals and the vBSEO Link Consensus code. In fact, one of the reasons I was arguing with you about a "new requirement" to add referral headers to the code is that I already have it since July from T2x and forgot about it. That was way I did not think it was important, because I forgot we installed T2x's AJAX API and Referral Header code in July for translations.

KrisP 11-24-2009 07:47 AM

How much new content is too much?

I am wondering if Googlebot might flag if a sites content (number of pages) after growing slowly for years suddenly grows 10 times over night.

If it might be an idea to add one language at a time over a longer time period instead of over night?


All times are GMT. The time now is 09:12 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.02057 seconds
  • Memory Usage 1,761KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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