Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.

Custom Properties in Zoho Apptics

Custom Properties

Warning! Sending personal identifiable information in custom properties could violate your user's privacy settings. 
Custom properties are additional attributes that you can define and collect from your app users. The custom properties when associated with your existing data points such as events, provide you deeper insights on user behaviour, engagement, and interactions.

Custom properties should be registered via our SDKs. Refer to the SDK guides mentioned below:
  1. Android events guide
  2. iOS events guide
  3. React Native events guide
  4. Flutter events guide.
Once the valid properties are registered, you can find them under the Properties list in Apptics console.
Note: You cannot edit the registered custom properties.

Supported data types

The expected format of custom property is that it should be an object with the keys as the property name and the values as property values. Property names cannot be empty or null and the strings should not be more than 250 characters.

Data type
Description
String
A sequence of meaningful characters with a max. limit of 250
Boolean
Represents the data type as either true or false
Double 
Numeric value such as 10.04 of 1234.567
Long
Numeric value such as 10, 23, or 123
Integer
Numeric value such as 10, 23, or 123
Float
Numeric value such as 10.04 or 1234.567


Using custom event properties

Custom properties attached with events can help you narrow your search and segment your users based on the search criteria you mention on the custom properties search dashboard. All the custom properties that got registered via the SDK will be available under Manage properties.
  1. Navigate to Quality>Custom properties.

  1. Custom properties are available only from SDK versions as mentioned below:
    1. Android 0.2.3
    2. iOS 2.0
    3. Windows 1.0.2.0
    4. React Native 0.6.0
    5. Flutter 0.0.5
  2. Select the custom property that you want to search and add the relevant conditions for the property.
  3. You can add only 100 custom properties via the SDK. Once the limit is reached, the 101st custom property will be ignored. We recommend to priortize and use the custom properties based on your requirements within the defined limit.
  4. Click on + icon near the first property to add the properties for the search criteria. You can set the criteria either as OR or AND.
  5. Under the select module, choose the different events for which you want to search.
  6. A list of custom properties will be shown on the dashboard.
  7. If you would only like the aggregated data, enable aggregation operation.
  8. Once enabled, you can define whether you want a sum, or max. limit, or min. limit, or avg. count, or the total count.
  9. Select the custom property for aggregate operation and select how you want to group them.
  10. Click apply and a list of the defined search will appear on the dashboard.
Note: You can delete the Custom properties associated with events. Once the property is deleted, no data processing will happen.

Delete custom properties

  1. Go to Manage Properties.
  2. A list of all the properties will be available.
  3. To delete a particular property, click on the hamburger icon.
  4. A confirmation pop-up will appear.
  5. Click on Yes, delete and the selected property will be deleted.
Note: Once deleted, the custom property cannot be retrieved.


Helpful?00
Updated: 1 day ago
Share :
Follow

Subscribe to receive notifications from this article.

On this page