PHPListメモ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Home]]
http://www.webtech.co.jp/blog/optpix_labs/server/5268/
-クリックトラッキングをOFFにする~
http://docs.phplist.com/MessageTracking.html
--Click tracking
Click tracking monitors whether a recipient has clicked o...
Note: Keep in mind that click tracking still is experimen...
If you want to use click tracking, you need to enable the...
# Click tracking
# If you set this to 1, all links in your emails will be...
# go via phplist. This will make sure that clicks are tr...
# all your findings when using this feature should be re...
# for now it's off by default until we think it works co...
define('CLICKTRACK',1);
# Click track, list detail
# if you enable this, you will get some extra statistics...
# links in your messages, and the breakdown between clic...
# However, this will slow down the process to view the s...
# recommended to leave it off, but if you're very curiou...
define('CLICKTRACK_SHOWDETAIL',0);
終了行:
[[Home]]
http://www.webtech.co.jp/blog/optpix_labs/server/5268/
-クリックトラッキングをOFFにする~
http://docs.phplist.com/MessageTracking.html
--Click tracking
Click tracking monitors whether a recipient has clicked o...
Note: Keep in mind that click tracking still is experimen...
If you want to use click tracking, you need to enable the...
# Click tracking
# If you set this to 1, all links in your emails will be...
# go via phplist. This will make sure that clicks are tr...
# all your findings when using this feature should be re...
# for now it's off by default until we think it works co...
define('CLICKTRACK',1);
# Click track, list detail
# if you enable this, you will get some extra statistics...
# links in your messages, and the breakdown between clic...
# However, this will slow down the process to view the s...
# recommended to leave it off, but if you're very curiou...
define('CLICKTRACK_SHOWDETAIL',0);
ページ名: