vastmint.blogg.se

Ios swift share link to android version of app
Ios swift share link to android version of app









ios swift share link to android version of app

The flush interval for batched Identify's can be managed with setIdentifyUploadPeriodSeconds. This change doesn't affect the result the set operations. Starting from release v8.15.0, identify events with set operations will be batched and sent with fewer events. The AMPIdentify object is passed to the Amplitude client to send to the server. You can chain together multiple operations in a single Identify object. Declare the operations via a provided Identify interface. The SDK supports these operations on individual user properties: set, setOnce, unset, add, append, prepend, preInsert, postInsert, and remove. Identify is for setting the user properties of a particular user without sending any event. For example, you can learn about their device details, their preferences, or language.Īmplitude-iOS's AMPIdentity class manages these features. User properties help you understand your users at the time they performed some action within your app.

ios swift share link to android version of app

The server zone configuration supports dynamic configuration as well.įor earlier versions, you need to configure the serverURL property after initializing the client.ĭon't track any user data that may be against your privacy terms. The SDK sends data based on the server zone if it's set. The amount of time SDK will attempt to batch intercepted identify events.īeginning with version 8.5.0, you can configure the server zone after initializing the client for sending data to Amplitude's EU servers. You can use the provided AMPTrackingOptions interface to customize and disable individual fields.ĭisables sending logged events to Amplitude servers. Whether to automatically log start and end session events corresponding to the start and end of a user's session.īy default the iOS SDK will track several user properties such as carrier, city, country, ip_address, language, platform, etc. When a user closes and reopens the app within minTimeBetweenSessionsMillis milliseconds, the reopen is considered part of the same session and the session continues. The maximum number of unsent events to keep on the device. The maximum number of events sent with each upload request. SDK will attempt to upload once unsent event count exceeds the event upload threshold or reach eventUploadPeriodSeconds interval. The amount of time SDK will attempt to upload the unsent events to the server or reach eventUploadThreshold threshold.











Ios swift share link to android version of app