2026-01-18 05:33:16 (+03:00 MSK)
03
asdasd
Log out
Insert
Filters
Postback custom transform
Campaign id
XSLT template
Campaign id
default
Type
Postback
Pixel
id
campaign_id
type
xslt_template
is_active
created_at
Control
33
24
postback
<?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>
0
2025-08-07 10:50:45
off
34
25
postback
<?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>
0
2025-08-07 10:50:45
off
42
33
postback
<?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>
0
2025-08-07 10:50:45
off
50
41
postback
<?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>
0
2025-08-07 10:50:45
off
Connection: processing; host: nl1-processing-mysql1; user: proc; database: processing; table: transform_custom_postback
×