قرینه از
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
17 خطوط
440 B
XML
17 خطوط
440 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<row key="1">
|
|
<idsite>1</idsite>
|
|
<idgoal>1</idgoal>
|
|
<name>all</name>
|
|
<description />
|
|
<match_attribute>url</match_attribute>
|
|
<pattern>http</pattern>
|
|
<pattern_type>contains</pattern_type>
|
|
<case_sensitive>0</case_sensitive>
|
|
<allow_multiple>0</allow_multiple>
|
|
<revenue>5</revenue>
|
|
<deleted>0</deleted>
|
|
<event_value_as_revenue>0</event_value_as_revenue>
|
|
</row>
|
|
</result> |