Performance Experience SDK Privacy Compliance Writing Guide

Updated at:

After you integrate the SDK, you must provide the privacy information that is collected by the SDK in the privacy agreement.

1. Collection details

1.1 Personal information field collection

We collect device identifiers (OAID/GAID/MAC/IMEI/Android ID/IDFA/IDFV/OPENUDID/GUID/SIM card IMSI information /hardware serial number /mobile country code )、MNC( MCC( mobile network number)) to uniquely identify the device, so as to provide device application performance monitoring services and troubleshoot application performance crashes.

1.2 Personal Information Permission Grant

Permission

Involving Products

Function Description

ACCESS_NETWORK_STATE

Quick Tracking

Detects the network connection mode and prevents data transmission when the network is abnormal. This saves traffic and power consumption.

READ_PHONE_STATE

Quick Tracking

Obtain the IMEI and hardware serial number of the user equipment, and use the IMEI and hardware serial number to uniquely identify the user to provide statistical analysis services.

ACCESS_WIFI_STATE

Quick Tracking

Obtain the WIFI mac address. On a tablet device or TV box, the device cannot be identified by IMEI. We will use the WIFI mac address as the unique identifier of the user to provide normal statistical analysis services.

INTERNET

Quick Tracking

Permissions that allow applications to network and send statistical data to provide statistical analysis services.

Other non-personal data

In addition to the preceding personal information, the SDK service collects the following non-personal information data based on different dimensions provided by the service: SDK/API/JS code version, browser, internet service provider, platform, timestamp, application version, application distribution channel, device model, sensor parameters, terminal manufacturer, terminal operating system version, language location, time zone and network status (WiFi, etc.), hard disk, CPU and battery usage, etc.

2 Compliance Guide

To ensure that your app is legal and compliant, you must use the Lingyang SDK service in accordance with current laws, regulations, or regulatory requirements. You must perform the following steps:

1. Make sure that you have upgraded the SDK to the latest version that meets the new regulations.

2. Please be sure to inform users of the use of the SDK in the Privacy Policy. The terms and conditions are as follows:

SDK name: Lingyang Quick Tracking (Global Collection and Growth Analysis) SDK

Service type: SDK service

Purpose: Monitor the performance of apps, mini programs, and web applications and analyze crashes

Type of personal information to be collected: OAID/GAID/MAC/IMEI/Android ID/IDFA/IDFV/OPENUDID/GUID/SIM card IMSI information /hardware serial number /MCC( mobile country code )、MNC( mobile network number)

Privacy Policy Link: https://www.lydaas.com/wow/z/lydaas/default/personal-information-protection?spm=a1z24v7z.27090185.6248881200.26.5eb356d2ruUlgW

3. Make sure that you can initialize the SDK after you authorize the Privacy Policy.

Make sure that you use the Lingyang SDK service in compliance with the preceding instructions. The risk caused by your failure to use SDK services in compliance shall be borne by yourself, and any losses incurred by Lingyang as a result shall be borne by you.

Android lazy initialization: 3.1 Initialize API

iOS lazy initialization: 3.1 Initialize API