Id Added at Email Changed entity name Changed entity id Details
562 2025-09-08 14:34:37 user.email ValdisJob 162 CREATE
  • name: 366.ru RU CPS
  • type: http
  • is_multicampaign: 0
  • create_click_allowed: 0
  • allow_reassign_system_leads: 0
  • comment:
  • order_xpath:
  • parameters:
    {"order_id_field":"","orders_path":"","directory_name":"","custom_variables":[]}
  • request_settings:
    {"method":"GET","url":"https:\/\/export.advcake.ru\/sovaunion\/366ru?pass=CatExBUUcY9SOhf05K44GZFwK19yJpr1&date_from=[[date_from]]&date_to=[[date_to]]","headers":[],"body":"","form_params":[]}
  • pre_request_settings:
    {"enable":false,"response_type":null,"variables_paths":[],"request":{"uri":"","method":null,"body":[],"headers":[]}}
  • id: 162
561 2025-09-08 14:34:37 user.email ValdisScheduler 155 UPDATE
old_state
period: 10 *

new_state
period: 18 *

560 2025-09-08 14:30:03 user.email ValdisScheduler 155 CREATE
  • timeout: 15
  • is_active: 1
  • period: 10 *
  • date_from_expr: -24 hour
  • date_to_expr:
  • date_start: 2025-09-08 14:27:45
  • job_id: 161
  • id: 155
559 2025-09-08 14:30:03 user.email ValdisTransform 161 CREATE
  • xslt:
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no"/>
    <xsl:template match="items">
    <items>
    <xsl:apply-templates/>
    </items>
    </xsl:template>
    <xsl:template match="item">
    <xsl:if test="php:function('isPaid', string('887'), string(order_id)) = '0'">
    <item>
    <order_id>
    <xsl:value-of select="order_id"/>
    </order_id>
    <click_id>
    <xsl:value-of select="click_id"/>
    </click_id>
    <customer_type>
    <xsl:value-of select="customer_type"/>
    </customer_type>
    <order_total>
    <xsl:value-of select="order_total"/>
    </order_total>
    <wm_commission>
    <xsl:value-of select="commission"/>
    </wm_commission>
    <currency>
    <xsl:value-of select="currency"/>
    </currency>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'new'">new</xsl:when>
    <xsl:when test="status = 'done'">new</xsl:when>
    <xsl:when test="status = 'cancel'">new</xsl:when>
    </xsl:choose>
    </status>
    <date>
    <xsl:value-of select="date"/>
    </date>
    <basket>
    <xsl:for-each select="basket/product">
    <product>
    <pid>
    <xsl:value-of select="pid"/>
    </pid>
    <pn>
    <xsl:value-of select="pn"/>
    </pn>
    <pc>
    <xsl:value-of select="pc"/>
    </pc>
    <up>
    <xsl:value-of select="up"/>
    </up>
    <qty>
    <xsl:value-of select="qty"/>
    </qty>
    </product>
    </xsl:for-each>
    </basket>
    </item>
    </xsl:if>
    </xsl:template>
    </xsl:stylesheet>
  • job_id: 161
  • id: 161
558 2025-09-08 14:30:03 user.email ValdisJob 161 CREATE
  • name: Sushi-master.ru RU CPS
  • type: http
  • is_multicampaign: 0
  • create_click_allowed: 0
  • allow_reassign_system_leads: 0
  • comment:
  • order_xpath:
  • parameters:
    {"order_id_field":"","orders_path":"","directory_name":"","custom_variables":[]}
  • request_settings:
    {"method":"GET","url":"https:\/\/export.advcake.ru\/sovaunion\/sushimasterru?pass=CatExBUUcY9SOhf05K44GZFwK19yJpr1&date_from=[[date_from]]&date_to=[[date_to]]","headers":[],"body":"","form_params":[]}
  • pre_request_settings:
    {"enable":false,"response_type":null,"variables_paths":[],"request":{"uri":"","method":null,"body":[],"headers":[]}}
  • id: 161
557 2025-09-05 14:59:55 user.email TransformCustomPostback 164 CREATE
  • campaign_id: 33
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Смена статуса и обработака adv_commission | adv_comission-->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:59:55
  • id: 164
556 2025-09-05 14:59:51 user.email TransformCustomPostback 163 DELETE
  • id: 163
  • campaign_id: 33
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Все статусы как new -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:59:33
555 2025-09-05 14:59:33 user.email TransformCustomPostback 163 CREATE
  • campaign_id: 33
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Все статусы как new -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:59:33
  • id: 163
554 2025-09-05 14:49:20 user.email TransformCustomPostback 162 CREATE
  • campaign_id: 24
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Смена статуса и обработака adv_commission | adv_comission-->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:49:20
  • id: 162
553 2025-09-05 14:44:13 user.email TransformCustomPostback 161 CREATE
  • campaign_id: 25
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Смена статуса и обработака adv_commission | adv_comission-->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:44:13
  • id: 161
552 2025-09-05 14:40:03 user.email TransformCustomPostback 160 CREATE
  • campaign_id: 273
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Смена статуса и обработака adv_commission | adv_comission-->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 14:40:03
  • id: 160
551 2025-09-05 13:56:28 user.email TransformCustomPostback 157 DELETE
  • id: 157
  • campaign_id: 41
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Все статусы как new -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 12:30:34
550 2025-09-05 13:56:26 user.email TransformCustomPostback 158 DELETE
  • id: 158
  • campaign_id: 41
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Все статусы как new -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 13:49:53
549 2025-09-05 13:55:12 user.email TransformCustomPostback 159 CREATE
  • campaign_id: 41
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Смена статуса и обработака adv_commission | adv_comission-->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 13:55:12
  • id: 159
548 2025-09-05 13:49:53 user.email TransformCustomPostback 158 CREATE
  • campaign_id: 41
  • type: postback
  • xslt_template:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Все статусы как new -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
    <xsl:output method="xml" encoding="utf-8" indent="no" />
    <xsl:template match="root">
    <items>
    <xsl:apply-templates />
    </items>
    </xsl:template>
    <xsl:template match="data">
    <item>
    <order_id>
    <xsl:value-of select="order_id" />
    </order_id>
    <click_id>
    <xsl:value-of select="click_id" />
    </click_id>
    <adv_commission>
    <xsl:value-of select="adv_commission | adv_comission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:choose>
    <xsl:when test="status = 'Lead'">new</xsl:when>
    <xsl:when test="status = 'Sale'">done</xsl:when>
    <xsl:when test="status = 'Reject'">cancel</xsl:when>
    </xsl:choose>
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • is_active: 0
  • created_at: 2025-09-05 13:49:53
  • id: 158
Connection: processing; host: nl1-processing-mysql1; user: proc; database: processing; table: user_activity_history