Adsenseの代替を探す

Is there any people here that makes other way to make monitization ? Adsense wont approve my request and im planning to change adsense to something (some says adsense gives small amount)

「いいね!」 4

It all depends on the purpose of your community. Some do well from subscriptions or membership.

Third party advertising rates are at an all-time low. These days they feel more like a last resort.

「いいね!」 3

From personal experience, the Amazon affiliate program is much more profitable than Google’s Adsense. There is a Discourse plugin that automatically converts any Amazon link posted in your forum to include your affiliate ID code in the URL. However, I would say it’s better to use both monetization methods. The official advertising plugin includes support for a few different services and custom code so you can use any service.

「いいね!」 5

Thank you for your thoughts guys, guess i just stick by donations for now because adsense doesn’t approve my application.

「いいね!」 1

Dear @R_X

Frankly speaking, there are myriad alternatives to Adsense for display ads. In fact, we have not run Adsense (directly) on our site in many years.

If, for example, you Google something like:

top CPM ad networks 2020

You will have enough results to boggle the mind. Here is but one example, picked at random.

Congratulate yourself if Adsense has rejected your site and go choose an ad network which accepts you! :slight_smile:

Cheers!

Please note that because of the global pandemic, CPM ads seems to be “in the gutter” this year; so now is really a good time to focus on developing content, apps and features for your site.

HTH

「いいね!」 6

It’s super easy to get approved by Adsense. You have to make sure you are following their terms. Your website will need a few things required by the program, you will need to do a little research into what is required. Their website lists the things required to be accepted.

「いいね!」 3

Like sell your soul. :slightly_smiling_face:

「いいね!」 10

If you have valuable content and this is public, adsense is (my) best option.
If you have private content (only for members), I use paypal for subscribers, annual / monthly incoming, and :moneybag: to join for private content. For me, the best option.

「いいね!」 3

One interesting alternative that I’ve seen is what the social media platform “cent” is doing. Basically every post in the website has a button for donation, you can press it as many times as you want and you will be adding one cent with every click. You can also go to a user’s profile and seed them money, this agreement lasts for a month and you are paying a certain amount of money per day for the month.

Though I don’t agree specifically on the choice of technology (they have implemented their platform using blockchain, specifically ethereum). I think the idea of people being able to simply pay per post or to seed users for a longer time is a great idea. Something similar could be done for platforms like these. I think people are a bit stingy with giving out their money, but with cent you are just giving a cent, it really feels like not much. You would load up your account with, say, 3 or 4 dollars and that’s already 300 to 400 likes that you can give out.

Obviously a website like a forum would probably take 10% or so of the money that is circulating in order to finance itself. Most would go to users but you can always adjust the ratio I guess.

「いいね!」 1

Discourseで期待できるPageRPMはどのようなものですか?Google Analyticsでは月間約70万ページの閲覧がありますが、AdSenseではそのごく一部しか閲覧されていません。設定を最適化するためのヒントがあれば教えてください。例えば、スレッド自体では、人々が返信があったかどうかを確認するために何度も会話に戻ってくるため、上部よりも下部の広告の方が多く見られるのでしょうか?それとも、両方とも問題ないのでしょうか?

広告プラグインツールを使用して複数の広告主を設定することは価値がありますか?広告を増やすために、広告を混ぜ合わせることは役立ちますか?

「いいね!」 1

ボットを禁止すれば、ページビューはより現実に近くなるでしょう :wink:

「いいね!」 2

Google Analyticsによると、月曜日のページビューは3万でした。AdSenseによると6.7千でした。

そんなに多くのボットがいたのでしょうか?ユーザーはAdBlockerを使うほど技術に精通しているとは思えません。それほど多くのユーザーはいません。

Discourse Dashboardによると、月曜日のページビューは6万で、ログインユーザーが23千、匿名ユーザーが24千、クローラーが12千でした。

ボットをどのように削除しますか?

「いいね!」 1

@awesomerobot が投稿したこれらの 2 つの方法を試してください。2 番目の方法でいくつか削除できるはずです。(これは、私の blocked crawler user agents リストにさらにいくつか追加することを思い出させます。)

「いいね!」 1

@JimPas ありがとうございます。試してみます。

「いいね!」 1

直接の回答は見つかりませんでしたが、Nginxでできるような、ユーザーエージェントに応じてエラー301、444などを返すことで完全にブロックできますか?それともrobots.txtを使用するだけでしょうか?

現在Nginxで約450のユーザーエージェントをブロックしています。それほどの量をDiscourseの設定で処理することは不可能です(Railsでインポートできるかどうかさえわかりません。NginxがDiscourseの前に置かれているため、私にとってはかなり学術的なことです)。

このブランチは別のトピックに移動すべきですか?

「いいね!」 1

@codinghorror によるこちらの投稿、Google以外のすべてのクローラーをブロックする方法 には、ボットのブロックと許可の両方に関する情報が含まれています。お探しのものかもしれません。

おそらくそうですが、上記でリンクされているトピックは2019年7月のものです。:slightly_smiling_face:

トピックと設定が参照していることはわかっています。このトピックでは、robots.txt を使用してログインをブロックする方法が説明されています。しかし、robots.txt は、それに従うこと、あるいは見ることは選択であるため、あまりブロックしません。

そして、その一文でまだ混乱しています。

allowlist が定義されている場合は適用されません

もし allowlist が完全に逆の方法で機能し、ホワイトリストに登録されたユーザーエージェントのみを許可し、それ以外をすべてブロックする場合、それは非常に危険な設定であり、まったく存在すべきではありません。

ユーザーエージェントには非常に幅広い種類があり、Discourse が人間とボットを区別し、その後、ホワイトリストを使用する場合とそうでない場合を決定できるような方法で物事を行うことができるとは確信が持てません。

これは、実際のブロックがあり、誰かがホワイトリストの使用を決定した場合、googlebot のみが許可されているという理由だけで、その哀れな管理者はすべての人にドアを閉めることを意味します。そして、「人間」のユーザーエージェントをすべてホワイトリストに登録しようとすることは…不可能です。

私が見つけたすべてのトピックは、ブロック設定を「どのように使用するか」を説明していますが、「何をするか」は説明していません。大きな違いです。

そのため、ここで短いヘルプよりも少し深く掘り下げるコードックスを見たいと思います。そして、すみませんが、GitHub は適切な場所ではありません。開発の仕事をしたければ素晴らしい場所です。それ以外の場合、管理者にとっては…いいえ。

したがって、ここではブロックと許可が何を意味するのか、まだわかりません。

そして、このスレッドはもはや adsense の代替を見つける方法ではないことは確かです :wink: しかし、別のトピックに移動するために自分でフラグを立てることはもうありません。教訓は学びました。

「いいね!」 1

これは多くの異なる分野で真実だと感じます。「なぜ」や「何をするか」ではなく、「使い方」についてです。

許可リストとブロックリストの両方を使用するのは少し紛らわしいです。しかし、許可リストを使用する場合の大きな違いは、許可リストにないものはすべてブロックしているということです。ブロックリストを使用する場合、リストに載っているクローラー/ボットのみをブロックしています…それ以外はすべて通過しても問題ありません。さて、紛らわしい部分ですが、両方のリストが使用されている場合はどうなるのでしょうか。 :confused:

ああ、では@JammyDodgerにこれらの投稿を別のトピックまたは新しいトピックに移動するように依頼します。私たちは確かに少しトピックから外れてしまいました。 :wink:

まさにその通りです。すべてを。ユーザーも含めて。

「いいね!」 1

AdpluginがサポートするAdSenseの代替案について、現在のおすすめはありますか?AdButler、Amazon、Carbon、DFPが見えます。

私のサイトは食品とレストランに関するもので、AdSenseはこの市場を全くターゲットにしていないようです。

「いいね!」 2