Showing
1 changed file
with
11 additions
and
0 deletions
@@ -289,4 +289,15 @@ class ChannelConfig | @@ -289,4 +289,15 @@ class ChannelConfig | ||
289 | ),//靠枕/靠垫/抱枕 | 289 | ),//靠枕/靠垫/抱枕 |
290 | ), | 290 | ), |
291 | ); | 291 | ); |
292 | + | ||
293 | + //from统计模块标识 | ||
294 | + public static $itemFromStats = array( | ||
295 | + 'search' => array('domain' =>'search','module'=>'s'),//搜索页search.yohobuy.com | ||
296 | + 'list_sale' => array('domain' =>'list','module'=>'s'),//list.yohobuy.com/sale | ||
297 | + 'list' => array('domain' =>'list','module'=>'c'),//list.yohobuy.com | ||
298 | + 'list_new' => array('domain' =>'list','module'=>'n'),//list.yohobuy.com/new | ||
299 | + 'brand' => array('domain' =>'brand','module'=>'b'),//xxx.yohobuy.com[品牌域名] | ||
300 | + 'sale' => array('domain' =>'sale','module' => 's'),//sale.yohobuy.com | ||
301 | + ); | ||
302 | + | ||
292 | } | 303 | } |
-
Please register or login to post a comment