NAME

Sledge::Plugin::Affiliate - ¥±¡¼¥¿¥¤¸þ¤±¥¢¥Õ¥£¥ê¥¨¥¤¥È¥µ¥¤¥È¤òÊØÍø¤Ë»È¤¦¥×¥é¥°¥¤¥ó

SYNOPSIS

package Your::Pages;
sub dispatch_index {
my $self = shift;
$self->affiliate->get_from_request;
}
sub dispatch_do_regist {
my $self = shift;
$self->affiliate->send_notice;
}
# in your config.yaml
affiliate:
ua_opts:
agent: Sledge::Plugin::Affiliate/0.01
timeout: 60
sites:
- name: ktaf
param: ktaf
url: http://www.example.com/action-notice.cgi?a=Aj3KM3fa&u={UNIQUE_ID}&r={SESSION_ID}

DESCRIPTION

¥±¡¼¥¿¥¤¤Ê¥¢¥Õ¥£¥ê¥¨¥¤¥È¥µ¥¤¥È¤È¤ÎÏ¢·È¤ò¤è¤­¤Ë¤Ï¤«¤é¤Ã¤Æ¤¯¤ì¤ë¥â¥¸¥å¡¼¥ë¤Ç¤¹¡£

METHODS

new

Sledge::Plugin::Affiliate->new;

¿·¤·¤¤¥¤¥ó¥¹¥¿¥ó¥¹¤òºî¤ê¤Þ¤¹

set

$a->set('ktaf' => 'dsfau0JKLm');

¥¢¥Õ¥£¥ê¥¨¥¤¥È¾ðÊó¤ò¥»¥Ã¥·¥ç¥ó¤Ë¤¤¤ì¤Þ¤¹¡£

get

$a->get;

¥»¥Ã¥·¥ç¥ó¤ËÆþ¤Ã¤Æ¤¤¤ë¥¢¥Õ¥£¥ê¥¨¥¤¥È¾ðÊó¤òÆÀ¤Þ¤¹¡£

get_from_request

$a->get_from_request;

¥ê¥¯¥¨¥¹¥È¤«¤é¥¢¥Õ¥£¥ê¥¨¥¤¥È¾ðÊó¤ò¤¨¤Æ¡¢¥»¥Ã¥·¥ç¥ó¤Ë³ÊǼ¤·¤Þ¤¹¡£

send_notice

$a->send_notice;

¥¢¥Õ¥£¥ê¥¨¥¤¥È¥µ¥¤¥È¤Ë¥ê¥¯¥¨¥¹¥È¤òÁ÷¿®¤·¤Þ¤¹¡£

store_to_cache

$a->store_to_cache;

¥»¥Ã¥·¥ç¥ó¾ðÊó¤ò¥­¥ã¥Ã¥·¥å¤Ë¥³¥Ô¡¼¤·¤Þ¤¹¡£Sledge::Cache, Sledge::Plugin::Cache ¤È¤ÎÏ¢·È¤¬Á°Äó¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£Sledge::Cache::Memcached ¤È¤ÎÏ¢·È¤Ï¶õ¥á¤¬²ñ°÷ÅÐÏ¿»þ¤Ë¶´¤Þ¤ë»þ¤Ê¤É¤ËÊØÍø¤Ç¤¹¡£

load_from_cache

$a->load_from_cache;

¥­¥ã¥Ã¥·¥å¤«¤é¥»¥Ã¥·¥ç¥ó¤Ë¥¢¥Õ¥£¥ê¥¨¥¤¥È´ØÏ¢¾ðÊó¤òÉüµ¢¤µ¤»¤Þ¤¹¡£

as_string

$a->as_string;

¥¢¥Õ¥£¥ê¥¨¥¤¥È¾ðÊó¤òʸ»úÎó¤È¤·¤ÆÅǤ­½Ð¤·¤Þ¤¹¡£¥Ç¡¼¥¿¤ÎÁ÷¿®Ï³¤ì¤òËɤ°¤¿¤á¤Ë¡¢¤³¤Î¾ðÊó¤ò DB ¤ËÊݸ¤·¤Æ¤ª¤¯¤³¤È¤ò¥ª¥¹¥¹¥á¤·¤Þ¤¹¡£

SEE ALSO

Bundle::Sledge, http://ktaf.jp/

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

Non-ASCII character seen before =encoding in '¥±¡¼¥¿¥¤¸þ¤±¥¢¥Õ¥£¥ê¥¨¥¤¥È¥µ¥¤¥È¤òÊØÍø¤Ë»È¤¦¥×¥é¥°¥¤¥ó'. Assuming CP1252