Id Added at Email Changed entity name Changed entity id Details
547 2025-09-05 12:30:34 user.email TransformCustomPostback 157 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_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
  • id: 157
546 2025-09-05 12:15:20 user.email TransformCustomPostback 156 CREATE
  • 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>
  • campaign_id: 877
  • type: postback
  • id: 156
545 2025-09-05 12:08:57 user.email TransformCustomPostback 154 DELETE
  • id: 154
  • campaign_id: 167
  • 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 12:06:15
544 2025-09-05 12:07:29 user.email TransformCustomPostback 155 CREATE
  • campaign_id: 167
  • type: postback
  • xslt_template:
    <?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="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 12:07:29
  • id: 155
543 2025-09-05 12:06:15 user.email TransformCustomPostback 154 CREATE
  • 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>
  • campaign_id: 167
  • type: postback
  • id: 154
542 2025-09-05 11:31:50 user.email TransformCustomPostback 153 CREATE
  • 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>
  • campaign_id: 870
  • type: postback
  • id: 153
541 2025-09-01 22:00:20 user.email TransformCustomPostback 67 CREATE
  • xslt_template:
    <?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="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>
    <!-- Нам приходит комиссия с НДС (20%), тут мы удаляем НДС -->
    <xsl:value-of select="adv_commission" />
    </adv_commission>
    <order_total>
    <xsl:value-of select="order_total" />
    </order_total>
    <status>
    <xsl:value-of select="status" />
    </status>
    </item>
    </xsl:template>
    </xsl:stylesheet>
  • campaign_id: 92
  • type: postback
  • id: 67
540 2025-08-15 19:47:11 user.email TransformCustomPostback 66 CREATE
  • 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>
  • campaign_id: 273
  • type: postback
  • id: 66
539 2025-08-15 19:23:44 user.email ValdisJob 116 UPDATE
old_state
name: keng.ru RU CPS

new_state
name: Keng.ru RU CPS

538 2025-08-15 19:23:44 user.email ValdisScheduler 112 UPDATE
old_state
period: 8 *

new_state
period: 25 *

537 2025-08-15 19:20:10 user.email ValdisScheduler 154 CREATE
  • timeout: 15
  • is_active: 1
  • period: 23 *
  • date_from_expr: -24 hour
  • date_to_expr:
  • date_start: 2025-08-15 19:18:35
  • job_id: 160
  • id: 154
536 2025-08-15 19:20:10 user.email ValdisTransform 160 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('225'), 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: 160
  • id: 160
535 2025-08-15 19:20:10 user.email ValdisJob 160 CREATE
  • name: P-food.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\/pfoodru?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: 160
534 2025-08-15 19:18:29 user.email ValdisScheduler 153 CREATE
  • timeout: 15
  • is_active: 1
  • period: 16 *
  • date_from_expr: -24 hour
  • date_to_expr:
  • date_start: 2025-08-15 19:14:47
  • job_id: 159
  • id: 153
533 2025-08-15 19:18:29 user.email ValdisTransform 159 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('224'), 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: 159
  • id: 159
Connection: processing; host: nl1-processing-mysql1; user: proc; database: processing; table: user_activity_history