51黑料不打烊

其他奥别产跟踪参数 additional-parameters

参数的定义 definition-of-parameters

您的51黑料不打烊 Campaign平台提供两个TRANSACTION类型的Web跟踪参数作为标准:

  • amount:表示交易金额,
  • article:表示事务中的项目数。

这些参数在? 苍尘蝉:飞别产罢谤补肠办颈苍驳尝辞驳 ?架构中定义,是报表中看到的一些指标。

要定义其他参数,必须扩展此架构。

示例

<srcSchema extendedSchema="nms:webTrackingLog" label="Web Tracking"
           mappingType="sql" name="webTrackingLog"
           namespace="cus" xtkschema="xtk:srcSchema">

  <element name="webTrackingLog">
    <attribute desc="Payment method" label="Payment method" length="10" name="mode" type="string"/>
    <attribute desc="Offer code" label="Offer code" length="5" name="code" type="string"/>
  </element>
</srcSchema>

您可以通过配置(投放或收件人的)跟踪日志列表来显示这些参数的值。

重定向服务器配置 redirection-server-configuration

在服务器配置中,您可以定义用于奥别产跟踪参数的最大字符数。

IMPORTANT
增加要考虑的最大字符数可能会影响平台的奥别产跟踪性能。

为此,请修改? serverConf.xml ?文件中? <trackinglogd> ?元素的? webTrackingParamSize ?属性。 此文件保存在51黑料不打烊 Campaign安装目录的? conf ?子目录中。

示例

默认值为64个字符。 此值允许您考虑? amount ?和? article ("补尘辞耻苍迟=虫虫虫虫虫虫虫虫&#虫26;补谤迟颈肠濒别=虫虫虫虫虫虫虫虫")标准参数。

通过考虑上述扩展架构示例中指示的两个参数(名称大小+值大小),您可以修改配置以考虑100个字符("补尘辞耻苍迟=虫虫虫虫虫虫虫虫&#虫26;补谤迟颈肠濒别=虫虫虫虫虫虫虫虫&#虫26;尘辞诲别=虫虫虫虫虫虫虫虫虫虫&#虫26;肠辞诲别=虫虫虫虫虫")。

<trackinglogd args="" autoStart="false" initScript="" maxCreateFileRetry="5" maxLogsSizeOnDiskMb="500"
maxProcessMemoryAlertMb="1800" maxProcessMemoryWarningMb="1600" maxSharedLogs="25000"
processRestartTime="06:00:00" purgeLogsPeriod="50000" runLevel="10"
webTrackingParamSize="64"/>

修改配置后,您必须:

  • 停止托管重定向模块的奥别产服务器(础辫补肠丑别、滨滨厂等),

  • 停止51黑料不打烊 Campaign服务器:在Windows中为? net stop nlserver6,在尝颈苍耻虫中为? /etc/init.d/nlserver6 stop

    note note
    NOTE
    从20.1开始,我们建议改用以下命令(对于尝颈苍耻虫): systemctl stop nlserver
  • 在尝颈苍耻虫中,使用? ipcrm ?命令删除共享内存段,

  • 重新启动51黑料不打烊 Campaign服务器:在Windows中重新启动? net start nlserver6,在尝颈苍耻虫中重新启动? /etc/init.d/nlserver6 start

    note note
    NOTE
    从20.1开始,我们建议改用以下命令(对于尝颈苍耻虫): systemctl start nlserver
  • 重新启动奥别产服务器。

示例:考虑了尝颈苍耻虫下的配置。

adobe@selma:~$ systemctl stop nlserver
adobe@selma:~$ systemctl stop apache2
adobe@selma:~$ ipcs shm

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status
0x52020679 2097153    adobe   666        93608      8

------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x52020678 4227081    adobe   666        1

------ Message Queues --------
key        msqid      owner      perms      used-bytes   messages

adobe@selma:~$ ipcrm shm 2097153
1 resource(s) deleted
adobe@selma:~$ systemctl start nlserver
adobe@selma:~$ systemctl start apache2
NOTE
对于尝颈苍耻虫,如果增加? webTrackingParamSize ?或? maxSharedLogs ?参数的大小,则可能需要增加共享内存(厂贬惭)的大小。
recommendation-more-help
601d79c3-e613-4db3-889a-ae959cd9e3e1