跳到主要內容

關於廣告行銷

這幾天呢,為了要在周日上課,完成申請Adsense,於是查了好多相關資料。

有很多關於blog廣告行銷的分析、優缺點等等。

以下就稍微分享一下這幾天看到的內容囉。


= = = = =
1.照理說只要你網頁流量有一定的程度,要申請過應該不那麼難才是!規定大約都在每日一百點閱左右!

不過有一個重點!如果只是要玩票的,其實不申請也沒差!因為拿到錢沒有那麼容易,還不如掛部落客bloggerad廣告,一千就能拿了!

因為,第一,要過一百美元才能領!

第二,就算你過了一百美元匯兌還有手續費要付!

所以,如果流量小就真的不要申請了,因為那等於在替GOOGLE做白工。

bloggerad每天都有一點小小的錢會進來,可是有個重點,就是google點廣告的錢比較高,bloggerad點了也沒有多增加多少錢。

也就是說掛google adsense廣告被點擊數高的話,那麼錢會比較多!這也就是為什麼大家都認為Googel adsense比較好的原因。

不過,話說回來,那些也都是多出來的,因為寫網誌本來是沒錢賺的,也就是你如果真的很努力要做的,那麼的確要掛點廣告賺點小錢!
= = = = = 


以下分享部落格行銷的網頁囉
http://www.bloggerads.net/Portal/Index2



留言

這個網誌中的熱門文章

Phoenix fly App Privacy Policy

Privacy Policy Bruce SH built the phoenix fly app as a Free app. This SERVICE is provided by Bruce SH at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at snake unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information, including but not limited to Bruce SH. The information tha...

Google Antigravity 試用心得

  今天試用了新發布的IDE, Google Antigravity . 我將自己VS code 的前端網頁專案夾,原本使用Vue程式語言架構撰寫,提需求將整個結構換成React程式語言。 一開始就會自動安裝相關套件,不用自己在那邊查指令或確認版本衝突問題。 先跑出Task, 然後完成會一步一步幫你打勾,過程還會自己測試。 還有Walkthrough,Implementation plan,讓你清楚知道接下來會做些什麼。 第一次測試,不用一直提問AI測試,只要看著修改的進度來處理。 對於程式語言初學者來說,非常友善。連Github push版本問題,都可以幫你解決。 可以自己選擇Conversation model(Planning or fast) , Agent model (pro_high, pro_low.....) 以下簡略的Task 內容 Task: Migrate "Project" from Vue to React  Analyze current project structure and dependencies  Create implementation plan  Initialize React project structure  Rename src to src_vue  Update package.json  Create vite.config.js  Create index.html  Migrate dependencies . . . . 以下簡略的Walkthrough內容 Vue to React Migration Walkthrough The Project has been successfully migrated from Vue.js to React. Changes Made Project Structure : Renamed original  src  to  src_vue  (backup). Created new  src  directory for React code. Replaced  vue-cli ...