This is an automated email from the ASF dual-hosted git repository. jsinovassinnaik pushed a commit to branch UNOMI-714-update-unomi-tracker-version in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/UNOMI-714-update-unomi-tracker-version by this push: new 0aee14cfd fix personalization in example 0aee14cfd is described below commit 0aee14cfde50c48b2f40d895d25c7775ea211b57 Author: jsinovassin <jsinovassinn...@jahia.com> AuthorDate: Thu Nov 17 11:56:13 2022 +0100 fix personalization in example --- extensions/web-tracker/wab/src/main/webapp/index.html | 2 +- manual/src/main/asciidoc/tutorial.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/web-tracker/wab/src/main/webapp/index.html b/extensions/web-tracker/wab/src/main/webapp/index.html index 4e5fa453b..229bcddeb 100644 --- a/extensions/web-tracker/wab/src/main/webapp/index.html +++ b/extensions/web-tracker/wab/src/main/webapp/index.html @@ -87,7 +87,7 @@ "condition": { "type": "profilePropertyCondition", "parameterValues": { - "propertyName" : "properties.pageViewCount", + "propertyName" : "properties.pageViewCount.unomi-tracker-test", "comparisonOperator" : "greaterThan", "propertyValueInteger" : 5 } diff --git a/manual/src/main/asciidoc/tutorial.adoc b/manual/src/main/asciidoc/tutorial.adoc index ab7c36f63..b239c3ab3 100644 --- a/manual/src/main/asciidoc/tutorial.adoc +++ b/manual/src/main/asciidoc/tutorial.adoc @@ -288,7 +288,7 @@ The last step is to use the newly added property to the profile to perform some "condition": { "type": "profilePropertyCondition", "parameterValues": { - "propertyName" : "properties.pageViewCount", + "propertyName" : "properties.pageViewCount.<scope>", "comparisonOperator" : "greaterThan", "propertyValueInteger" : 5 } @@ -340,4 +340,4 @@ Of course this tutorial is just one example of what could be achieved, and hasn' - Learn more about the <<_unomi_web_tracker_reference,web tracker, custom events, API, ...>> - Learn more about <<_segment,segmentation>> - View some more <<_integration_samples,samples>> -- Continue reading Unomi's user manual to see all that is possible with this technology \ No newline at end of file +- Continue reading Unomi's user manual to see all that is possible with this technology