Changes for page ONEcount Javascript SDK Reference
Last modified by rayaan@one-count_com on 2022/11/02 19:35
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +System Setup Detail and Technical Information - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Admin1 +XWiki.rayaan@one-count_com - Content
-
... ... @@ -7,6 +7,14 @@ 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(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. 15 +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: 16 +(% style="color: rgb(51,51,51);" %)**GCN.onecount.identify({"1":"test9@[[gmail.com>>url:http://gmail.com||shape="rect"]]","4":"ray"},true);**(%%) **{"success":true} 17 +\\** 10 10 * **GCN.onecount.custom_data(identifier, value, callback)**: Collects custom data provided by clients. 11 11 ** **identifier**: the unique identifier for that type of data 12 12 ** **value**: the value we're collecting. This must be a **JSON** string ('**{"foo" : "bar"}**')
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -7 74965631 +23331723 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://info.onecount.net//wiki/spaces/OD/pages/7 7496563/ONEcount Javascript SDK Reference1 +https://info.onecount.net//wiki/spaces/OD/pages/23331723/ONEcount Javascript SDK Reference