قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 15:07:44 +00:00

* New feature: allow setting goal revenue to event value for event matching goals. * Forgot to add update file. * Add check that event_value_as_revenue is used only if this is an event matching goal. * Remove console.log. * Move new goal option to goal revenue section. * Add another event value as revenue note. * Move goal conversion to after deprecated event + only override event value if event value is not empty + add tests for this. * fixing tests
28 خطوط
769 B
XML
28 خطوط
769 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<row key="1">
|
|
<idsite>1</idsite>
|
|
<idgoal>1</idgoal>
|
|
<name>triggered js</name>
|
|
<description />
|
|
<match_attribute>manually</match_attribute>
|
|
<allow_multiple>0</allow_multiple>
|
|
<revenue>0</revenue>
|
|
<deleted>0</deleted>
|
|
<event_value_as_revenue>0</event_value_as_revenue>
|
|
</row>
|
|
<row key="2">
|
|
<idsite>1</idsite>
|
|
<idgoal>2</idgoal>
|
|
<name>matching purchase.htm</name>
|
|
<description />
|
|
<match_attribute>url</match_attribute>
|
|
<pattern>(.*)store\/purchase\.(.*)</pattern>
|
|
<pattern_type>regex</pattern_type>
|
|
<case_sensitive>0</case_sensitive>
|
|
<allow_multiple>0</allow_multiple>
|
|
<revenue>1</revenue>
|
|
<deleted>0</deleted>
|
|
<event_value_as_revenue>0</event_value_as_revenue>
|
|
</row>
|
|
</result> |