<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[A.PAO designSTUDIO BLOG]]></title> 
<link>https://blog.apao.idv.tw/index.php</link> 
<description><![CDATA[A.PAO designSTUDIO 阿保工作室]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[A.PAO designSTUDIO BLOG]]></copyright>
<item>
<link>https://blog.apao.idv.tw/post//</link>
<title><![CDATA[Facebook Pixel fbclid 政策與問題]]></title> 
<author>apao &lt;apao@www.apao.idv.tw&gt;</author>
<category><![CDATA[Facebook]]></category>
<pubDate>Fri, 16 Nov 2018 02:44:10 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//</guid> 
<description>
<![CDATA[ 
	<span style="font-size: 130%;">當我們把網站網址貼在FB上分享時，FB就會多出一段程式碼 fbclid＝xxxxx，就 fbclid 字面上拆解，似乎是<span style="color: #DC143C;"><strong>Facebook Click ID</strong></span>的縮寫。</span><br/><a href="https://blog.apao.idv.tw/attachment.php?fid=3033" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=3033" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/>facebook Pixle 官方說明：<br/><a href="https://www.facebook.com/business/help/651294705016616" target="_blank">https://www.facebook.com/business/help/651294705016616</a><br/><br/><span style="font-size: 130%;">10/24開始，開始了<span style="color: #4169E1;"><strong>Facebook 像素</strong></span>服務，這是一項讓商家分析的工具，可能會讓GA無法進行直接並行分析的一種工具。<br/>FB希望能夠到現在為止第三方Cookie轉而使用第一方Cookie（FB自家），期望抓到使用者的使用行為，來提供FB社群平台中商家來做分析與收益。可是似乎沒有之前的廣告來得簡單方便，但是用戶點擊後，是否會購買或是進一步瞭解產品，也是一個考量點。</span><br/><br/><span style="font-size: 130%;">使用 Facebook 像素的條件，看起來似乎有點嚴苛：<br/><span style="color: #4169E1;"><strong>您的企業商家必須擁有網站<br/>必須有權更新網站的程式碼</strong></span></span><br/><br/><span style="font-size: 130%;"><span style="color: #DC143C;"><strong>商家會遇到的問題：</strong></span></span><br/><span style="font-size: 130%;">1.http開頭網址需要改成https（SSL網站加密，每年付費制）</span><br/>伺服器本身要有對應功能，否則網址連結也會在手機版 Facebook APP中會看不見http開頭的圖片。<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=3031" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=3031" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/><br/><span style="font-size: 130%;">2.必須修改網站輸出方式，移除網址上的 fbclid 參數。（這問題發現在PC版面上）</span><br/>解答：進階Apache URL Rewrite，以及修改.htaccess<br/><a href="https://blog.apao.idv.tw/attachment.php?fid=3030" target="_blank"><img src="https://blog.apao.idv.tw/attachment.php?fid=3030" class="insertimage" alt="點擊在新視窗中瀏覽此圖片" title="點擊在新視窗中瀏覽此圖片" border="0"/></a><br/>原本連結會被加上參數：<br/><a href="http://www.taiwanplant.org.tw/read.php/1586.htm?fbclid=IwAR32PeA1xXd1ulEVlweFVmDHAkdZZWDDf-IZ_f7S3qrDuPrxVz2gscwwg54" target="_blank">http://www.taiwanplant.org.tw/read.php/1586.htm</a><br/>進入後請刪除URL「?fbclid=IwAR32PeA1xXd1ulEVlweFVmDHAkdZZWDDf-IZ_f7S3qrDuPrxVz2gscwwg54」部分，原始網頁就會出現。<br/><br/>修改後連結，以ReWrite方式處理，讓後段網址不在瀏覽器上執行：<br/><a href="http://www.taiwanplant.org.tw/post/1586/" target="_blank">http://www.taiwanplant.org.tw/post/1586/</a><br/><br/><span style="font-size: 130%;">3.Facebook Pixle 會讓 Google Analytics （簡稱：GA）分析誤判</span><br/>網站有接Google Analytics GA的分析會變成需多網頁，但是其實是同一個網址，分析會變得不準確。<br/><div class="code">進入GA管理介面後：<br/>1. 左下方「管理(Admin)」 &gt; 所有篩選器(All Filters) &gt; 新增篩選器(Add Filter)<br/>2. 設定一個名稱，例如「FB Click ID」<br/>3. 篩選器類型切換成「自訂(Custom)」，選擇「請求URI(Request URI)」<br/>4. 切換成「搜尋與取代(Search and Replace)」<br/>5. 搜尋字串：(fbclid=&#91;^&amp;&#93;*&amp;?)；取代則保留空值<br/>6. 儲存後套用到您的「所有網站資料(All Web Site Data)」</div><br/><br/><span style="font-size: 130%;">4.瀏覽器開始有對應插件來防禦看不見的網址（伺服器訊息：404）</span><br/>Chrome: <a href="https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd" target="_blank">Redirector</a> 插件<br/>Firefox: <a href="https://addons.mozilla.org/zh-TW/firefox/addon/redirector/" target="_blank">Redirector </a>插件<br/><br/>註：調查與技術資料不完備的部分，請見諒。<br/>Tags - <a href="https://blog.apao.idv.tw/tags/facebook/" rel="tag">facebook</a> , <a href="https://blog.apao.idv.tw/tags/pixel/" rel="tag">pixel</a> , <a href="https://blog.apao.idv.tw/tags/fbclid/" rel="tag">fbclid</a> , <a href="https://blog.apao.idv.tw/tags/%25E6%2594%25BF%25E7%25AD%2596/" rel="tag">政策</a> , <a href="https://blog.apao.idv.tw/tags/%25E5%2595%258F%25E9%25A1%258C/" rel="tag">問題</a>
]]>
</description>
</item><item>
<link>https://blog.apao.idv.tw/post//#blogcomment</link>
<title><![CDATA[[評論] Facebook Pixel fbclid 政策與問題]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[評論]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.apao.idv.tw/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>