Changes for page ONEcount Javascript SDK Reference
Last modified by rayaan@one-count_com on 2022/11/02 19:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -**The ONEcount SDK **is available from the main javascript widget that is loaded on the client site all.min. Using the SDK, developers can interact with the platform as well as hooking into events. 1 +**The ONEcount SDK **is available from the main javascript widget that is loaded on the client site all.min. Using the SDK, developers can interact with the platform as well as hooking into events. All of the code necessary for running the Javascript SDK is loaded through all.min.js. 2 2 3 3 == Methods == 4 4 ... ... @@ -7,6 +7,13 @@ 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. 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 +(% 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 +\\** 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"}**') ... ... @@ -96,7 +96,7 @@ 96 96 **bypass**: **mixed** - this will return **false** if the user is not bypassed. If the user is bypassed then this will be an **object** with the properties type and value. (type ip will also have a **name** property). Type can be **url**, **user_agent**, **referrer** or **ip**. Value will contains the value based on which the bypassed occurred 97 97 ))) 98 98 * ((( 99 -**view_count**: **int** – return the user’sviewThisisthecountfor the product the useriscurrently accessing.Ifheurlbeingaccessed is notfrom aproductwitha timelimit, thevaluereturnedis-1106 +**view_count**: **int** – view_count is only displayed for products/packages that are protected by a frequency/time frame. Some products have a limit like 10 articles per day or 3 articles per month, it will hold the value of articles that have been read. If the product is not protected by a frequency/time-frame, this value will be -1. 100 100 ))) 101 101 * ((( 102 102 **cookie**: **object** – return the user’s ONEcount cookie
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 233317811 +77496565 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://info.onecount.net//wiki/spaces/OD/pages/ 23331781/ONEcount Javascript SDK Reference1 +https://info.onecount.net//wiki/spaces/OD/pages/77496565/ONEcount Javascript SDK Reference