Last modified by rayaan@one-count_com on 2022/11/02 19:35

From version 5.1
edited by Admin
on 2022/11/02 18:30
Change comment: There is no comment for this version
To version 7.1
edited by rayaan@one-count_com
on 2022/11/02 19:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +System Setup Detail and Technical Information
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Admin
1 +XWiki.rayaan@one-count_com
Content
... ... @@ -7,10 +7,11 @@
7 7  * **GCN.onecount.logout()**: Log a user out of ONEcount if the user is logged in.
8 8  * **GCN.onecount.isLoggedIn**(): Check whether a user is logged in or not. Return a boolean true/false
9 9  * **GCN.onecount.setTargeting()**: Load the targeting rules if any
10 -* **GCN.onecount.identify({"demo_id" : "value", "demo_field" : "value"}, create_flag)**: Identifies a user with data that is matched against a demographic field. This is useful when you have a data point like e-mail or some other unique identifier that has been uploaded into ONEcount, and you want to identify a web site visitor using that field.\\
11 -** **demo_id**: this is the numeric question ID of the demographic field you want to query
12 -** **value**: the value for the field you are querying. Multiple demographic fields can be queried, but all fields must be true in order for the user to be identified
13 -** **create_flag**: tells ONEcount whether to create a new user with this identifier if no match is found. 
10 +* **GCN.onecount.identify(data, create_flag)**: Identifies a user with data that is matched against a demographic field. This is useful when you have a data point like e-mail or some other unique identifier that has been uploaded into ONEcount, and you want to identify a web site visitor using that field.\\
11 +** **data**: This must be **JSON** ({"demo_id":"value"}). There can be multiple key-value pairs(properties) under JSON object, but all fields must be true in order for the user to be identified
12 +*** **demo_id**: this is the numeric question ID of the demographic field you want to query
13 +*** **value**: the value for the field you are querying.
14 +** **create_flag**: This must be **Boolean** value either true or false. Tells ONEcount whether to create a new user with this identifier if no match is found. 
14 14  For example, we tell ONEcount that the current user has an e-mail address (question #1) of [[test9@gmail.com>>mailto:test9@gmail.com||shape="rect"]] and a first name (question #4) of "Ray", and if no current user matches, to create a new user with this information, you would use:
15 15  (% style="color: rgb(51,51,51);" %)**GCN.onecount.identify({"1":"test9@[[gmail.com>>url:http://gmail.com||shape="rect"]]","4":"ray"},true);**(%%) **{"success":true}
16 16  \\**
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -77496565
1 +23331723
url
... ... @@ -1,1 +1,1 @@
1 -https://info.onecount.net//wiki/spaces/OD/pages/77496565/ONEcount Javascript SDK Reference
1 +https://info.onecount.net//wiki/spaces/OD/pages/23331723/ONEcount Javascript SDK Reference