Package cn.thinkingdata.analytics
See: Description
-
Interface Summary Interface Description ScreenAutoTracker Adds page URL information for page browsing events, as well as other custom properties. TDAutoTrackEventType Automatic collection of event types TDAutoTrackEventHandler Automatic collection event callback TDDynamicSuperPropertiesHandler This parameter is reported on all network types TDSendDataErrorCallback ThinkingAdapterViewItemTrackProperties The ListView and GridView can implement this interface through Adapter to add custom properties to the control click event that is triggered when an item is clicked. DynamicSuperPropertiesTracker AutoTrackDynamicProperties ThinkingSDKErrorCallback AutoTrackEventListener InstanceProcessor ThinkingExpandableListViewItemTrackProperties ExpandableListView This interface can be implemented through Adapter to add custom properties to the control click event that is triggered when an item is clicked. -
Enum Summary Enum Description TDTrackStatus Data sending status TDNetworkType Indicates the network type that can be reported ModeEnum Running mode. TDMode Running mode. TDDNSService ThinkingdataNetworkType AutoTrackEventType auto-tracking event types. TATrackStatus TATrackStatus -
Class Summary Class Description TDAnalytics The packaging class of ThinkingAnalyticsSDK provides static methods, which is more convenient for customers to use TDAnalyticsAPI The packaging class of multi ThinkingAnalyticsSDK instance provides static methods, which is more convenient for customers to use NetworkType TDConfig sdk config. TDEventModel TDFirstEvent TDUniqueEvent Used to describe the first event. TDOverWritableEvent Overridden event that corresponds to the ta_overwrite operation. TDPresetProperties Preset property class. TDUpdatableEvent Events that can be updated. TDWebAppInterface Web interface class. ThinkingAnalyticsEvent ThinkingAnalyticsEvent. ThinkingAnalyticsPlugin thinking analytics receiver module ThinkingAnalyticsProvider ThinkingAnalyticsSDK SDK Instance Class. ThinkingDataRuntimeBridge The automatic collection module will use reflection to call functions in this class to bury the site when related events occur. BuildConfig -
Annotation Summary Annotation Description ThinkingDataAutoTrackAppViewScreenUrl Add this annotation for your Activity or Fragment to customize the #url attribute in the ta_app_view event. ThinkingDataFragmentTitle Custom Fragment name, #title in ta_app_view. ThinkingDataIgnoreTrackAppClick Adding this annotation to an Activity will no longer collect click events on that page. ThinkingDataIgnoreTrackAppViewScreen Adding this annotation to an Activity or Fragment will no longer collect the ta_app_view event for that page. ThinkingDataIgnoreTrackAppViewScreenAndAppClick Adding this annotation to your Activity will no longer upload the automatic collection event on that page and the control click event under that page. ThinkingDataIgnoreTrackOnClick Adding this annotation to the onClick method will no longer collect click events for this space. ThinkingDataTrackEvent Annotate the method with @ThinkingDataTrackEvent to upload custom events when the method is called. ThinkingDataTrackViewOnClick If you use android:onclick to add a call method to the click event for the control (view), you can add this annotation to the calling method, and when the call method is executed, the SDK will upload the control * Click events.