Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

AdEvent - Class in com.my.tracker.ads
Class describes an advertising event
AdEventBuilder - Class in com.my.tracker.ads
Builder-class for AdEvent
adFormat - Variable in class com.my.tracker.ads.AdEvent
Advertising format(AdFormat)
AdFormat - Annotation Type in com.my.tracker.ads
Predefined advertising formats
adId - Variable in class com.my.tracker.ads.AdEvent
Advertising identifier
ADMOB - Static variable in annotation type com.my.tracker.ads.AdNetwork
 
AdNetwork - Annotation Type in com.my.tracker.ads
Possible values of advertising network
AntiFraudConfig - Class in com.my.tracker.config
Class for setting up work with sensors to prevent fraud
AntiFraudConfig.Builder - Class in com.my.tracker.config
Builder-class for AntiFraudConfig
applyPlugin(MyTrackerPluginConfig) - Static method in class com.my.tracker.MyTracker
This method could be used to apply additional plugin.

B

BANNER - Static variable in annotation type com.my.tracker.ads.AdFormat
 
build() - Method in class com.my.tracker.ads.AdEventBuilder
Create new advertising event instance with previously specified values.
build() - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Create new anti-fraud config instance with previously specified values
build() - Method in class com.my.tracker.miniapps.MiniAppEventBuilder
Create new mini-app
build() - Method in class com.my.tracker.recsys.OfferRequestBuilder
Create new offer request instance with previously specified values

C

CampaignReceiver - Class in com.my.tracker.campaign
Class for tracking install referrer broadcast messages.
CampaignReceiver() - Constructor for class com.my.tracker.campaign.CampaignReceiver
 
CampaignService - Class in com.my.tracker.campaign
Class for handling CampaignReceiver and MultipleInstallReceiver requests.
CampaignService() - Constructor for class com.my.tracker.campaign.CampaignService
 
closeEvent() - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.EventBuilder
Create new builder for mini-app close event
com.my.tracker - package com.my.tracker
 
com.my.tracker.ads - package com.my.tracker.ads
 
com.my.tracker.campaign - package com.my.tracker.campaign
 
com.my.tracker.config - package com.my.tracker.config
 
com.my.tracker.miniapps - package com.my.tracker.miniapps
 
com.my.tracker.recsys - package com.my.tracker.recsys
 
currency - Variable in class com.my.tracker.ads.AdEvent
Currency code
customEvent(String) - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.EventBuilder
Create new builder for mini-app custom event
customUserId - Variable in class com.my.tracker.miniapps.MiniAppEvent
Custom user identifier

D

data - Variable in class com.my.tracker.recsys.OfferRequest
 
discountPrice - Variable in class com.my.tracker.recsys.Offer
Item price with discount
discountValue - Variable in class com.my.tracker.recsys.Offer
Item value with discount

E

EU - Static variable in annotation type com.my.tracker.MyTrackerConfig.Region
 
eventParams - Variable in class com.my.tracker.miniapps.MiniAppEvent
Additional event key-value params

F

FEMALE - Static variable in annotation type com.my.tracker.MyTrackerParams.Gender
 
flush() - Static method in class com.my.tracker.MyTracker
Force sending all saved events to the server.

G

getAge() - Method in class com.my.tracker.MyTrackerParams
Return age of the current user.
getAntiFraudConfig() - Method in class com.my.tracker.MyTrackerConfig
Return current anti-fraud configuration.
getBufferingPeriod() - Method in class com.my.tracker.MyTrackerConfig
Return buffering period.
getCustomUserId() - Method in class com.my.tracker.MyTrackerParams
Return identifier of the current user.
getCustomUserIds() - Method in class com.my.tracker.MyTrackerParams
Return identifiers of the current user.
getDeeplink() - Method in class com.my.tracker.MyTrackerAttribution
Return deeplink received in attribution.
getEmail() - Method in class com.my.tracker.MyTrackerParams
Return email of the current user.
getEmails() - Method in class com.my.tracker.MyTrackerParams
Return emails of the current user.
getForcingPeriod() - Method in class com.my.tracker.MyTrackerConfig
Return forcing period in seconds.
getGender() - Method in class com.my.tracker.MyTrackerParams
Return gender of the current user.
getIcqId() - Method in class com.my.tracker.MyTrackerParams
Return icq id of the current user.
getIcqIds() - Method in class com.my.tracker.MyTrackerParams
Return icq ids of the current user.
getId() - Method in class com.my.tracker.MyTrackerConfig
Return identifier that was provided in MyTracker.initTracker(String, Application).
getInstalledPackages() - Method in interface com.my.tracker.MyTrackerConfig.InstalledPackagesProvider
 
getInstanceId(Context) - Static method in class com.my.tracker.MyTracker
Return current instance id of tracker.
getLang() - Method in class com.my.tracker.MyTrackerParams
Return current language.
getLaunchTimeout() - Method in class com.my.tracker.MyTrackerConfig
Return launch timeout in in seconds.
getMrgsAppId() - Method in class com.my.tracker.MyTrackerParams
Return MRGS application id.
getMrgsId() - Method in class com.my.tracker.MyTrackerParams
Return current MRGS device id.
getMrgsUserId() - Method in class com.my.tracker.MyTrackerParams
Return MRGS id of the current user.
getOkHttpClient() - Method in interface com.my.tracker.MyTrackerConfig.OkHttpClientProvider
 
getOkId() - Method in class com.my.tracker.MyTrackerParams
Return ok id of the current user.
getOkIds() - Method in class com.my.tracker.MyTrackerParams
Return ok ids of the current user.
getPhone() - Method in class com.my.tracker.MyTrackerParams
Return phone of the current user.
getPhones() - Method in class com.my.tracker.MyTrackerParams
Return phones of the current user.
getTrackerConfig() - Static method in class com.my.tracker.MyTracker
Return the instance of MyTrackerConfig.
getTrackerParams() - Static method in class com.my.tracker.MyTracker
Return the instance of MyTrackerParams.
getVendorAppPackage() - Method in class com.my.tracker.MyTrackerConfig
Deprecated.
getVkConnectId() - Method in class com.my.tracker.MyTrackerParams
Return vk connect id of the current user.
getVkConnectIds() - Method in class com.my.tracker.MyTrackerParams
Return vk connect ids of the current user.
getVkId() - Method in class com.my.tracker.MyTrackerParams
Return vk id of the current user.
getVkIds() - Method in class com.my.tracker.MyTrackerParams
Return vk ids of the current user.

H

handleDeeplink(Intent) - Static method in class com.my.tracker.MyTracker
The method for processing deeplink to application.

I

initTracker(String, Application) - Static method in class com.my.tracker.MyTracker
Perform initialization of tracker.
INTERSTITIAL - Static variable in annotation type com.my.tracker.ads.AdFormat
 
isAutotrackingPurchaseEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return whether auto tracking purchases is enabled or not.
isDebugMode() - Static method in class com.my.tracker.MyTracker
Return the attribute whether the tracker prints debug information.
isTrackingEnvironmentEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return tracking environment state.
isTrackingLaunchEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return whether tracking application launches is enabled or not.
isTrackingLocationEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return whether collecting current location is enabled or not.
isTrackingPreinstallEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return whether tracking preinstall of current application is enabled or not.
isTrackingPreinstallThirdPartyEnabled() - Method in class com.my.tracker.MyTrackerConfig
Return whether tracking preinstall of current application with third party sources is enabled or not.
itemId - Variable in class com.my.tracker.recsys.Offer
Item identifier

L

loginEvent() - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.EventBuilder
Create new builder for mini-app login event

M

MALE - Static variable in annotation type com.my.tracker.MyTrackerParams.Gender
 
MiniAppEvent - Class in com.my.tracker.miniapps
Class describes an event in mini-app
MiniAppEventBuilder - Class in com.my.tracker.miniapps
Builder-class for MiniAppEvent
MiniAppEventBuilder.CloseEventBuilder - Class in com.my.tracker.miniapps
Builder-class for mini-app close event
MiniAppEventBuilder.CustomEventBuilder - Class in com.my.tracker.miniapps
Builder-class for mini-app custom event
MiniAppEventBuilder.EventBuilder - Class in com.my.tracker.miniapps
Factory-class for creating specific builders of mini-app events
MiniAppEventBuilder.OpenEventBuilder - Class in com.my.tracker.miniapps
Builder-class for mini-app open event
MiniAppEventBuilder.UserEventBuilder - Class in com.my.tracker.miniapps
Builder-class for mini-app user event
miniAppId - Variable in class com.my.tracker.miniapps.MiniAppEvent
Mini-app identifier
MOPUB - Static variable in annotation type com.my.tracker.ads.AdNetwork
 
MultipleInstallReceiver - Class in com.my.tracker.campaign
Class for tracking install referrer broadcast messages.
MultipleInstallReceiver() - Constructor for class com.my.tracker.campaign.MultipleInstallReceiver
 
MyTracker - Class in com.my.tracker
Main facade to access MyTracker API
MyTracker.AttributionListener - Interface in com.my.tracker
Attribution listener interface.
MyTrackerAttribution - Class in com.my.tracker
MyTrackerConfig - Class in com.my.tracker
Class for configuring myTracker
MyTrackerConfig.InstalledPackagesProvider - Interface in com.my.tracker
Interface of provider that produces information about installed packages.
MyTrackerConfig.OkHttpClientProvider - Interface in com.my.tracker
Interface of OkHTTP provider
MyTrackerConfig.Region - Annotation Type in com.my.tracker
Possible values of the region.
MyTrackerParams - Class in com.my.tracker
Class for specifying additional tracking parameters
MyTrackerParams() - Constructor for class com.my.tracker.MyTrackerParams
 
MyTrackerParams.Gender - Annotation Type in com.my.tracker
Possible values of the user's gender.

N

name - Variable in class com.my.tracker.miniapps.MiniAppEvent
Custom event name
NATIVE - Static variable in annotation type com.my.tracker.ads.AdFormat
 
network - Variable in class com.my.tracker.ads.AdEvent
Advertising network identifier(AdNetwork)
newAttribution(String) - Static method in class com.my.tracker.MyTrackerAttribution
 
newBuilder() - Static method in class com.my.tracker.config.AntiFraudConfig
Create new builder-class instance for this class
newBuilder(String) - Static method in class com.my.tracker.recsys.OfferRequestBuilder
Set unique user identifier in the application
newClickBuilder(int) - Static method in class com.my.tracker.ads.AdEventBuilder
Create new ad click event builder
newEventBuilder(String, String) - Static method in class com.my.tracker.miniapps.MiniAppEventBuilder
Creates new instance of class
newImpressionBuilder(int) - Static method in class com.my.tracker.ads.AdEventBuilder
Create new ad impression event builder
newRevenueBuilder(int, double, String) - Static method in class com.my.tracker.ads.AdEventBuilder
Create new revenue event builder

O

Offer - Class in com.my.tracker.recsys
 
OfferRequest - Class in com.my.tracker.recsys
 
OfferRequest.OnCompleteListener - Interface in com.my.tracker.recsys
 
OfferRequestBuilder - Class in com.my.tracker.recsys
Builder-class for OfferRequest
onActivityResult(int, Intent) - Static method in class com.my.tracker.MyTracker
The method is used for tracking purchases when autotracking purchases is enabled with MyTrackerConfig.setAutotrackingPurchaseEnabled(boolean).
onBind(Intent) - Method in class com.my.tracker.campaign.CampaignService
 
onComplete(OfferRequest, List<Offer>, String) - Method in interface com.my.tracker.recsys.OfferRequest.OnCompleteListener
 
onCreate() - Method in class com.my.tracker.campaign.CampaignService
 
onDestroy() - Method in class com.my.tracker.campaign.CampaignService
 
onPurchasesUpdated(int, List<Object>) - Static method in class com.my.tracker.MyTracker
The method is used for tracking purchases when autotracking purchases is enabled with MyTrackerConfig.setAutotrackingPurchaseEnabled(boolean).
onReceive(Context, Intent) - Method in class com.my.tracker.campaign.CampaignReceiver
 
onReceive(Context, Intent) - Method in class com.my.tracker.campaign.MultipleInstallReceiver
 
onReceiveAttribution(MyTrackerAttribution) - Method in interface com.my.tracker.MyTracker.AttributionListener
This method will be called when tracker receives attribution.
onStartCommand(Intent, int, int) - Method in class com.my.tracker.campaign.CampaignService
 
openEvent(String) - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.EventBuilder
Create new builder for mini-app open event

P

placementId - Variable in class com.my.tracker.ads.AdEvent
Placement identifier
placementId - Variable in class com.my.tracker.recsys.Offer
Placement identifier
placementIds - Variable in class com.my.tracker.recsys.OfferRequest
 
platformUserId - Variable in class com.my.tracker.miniapps.MiniAppEvent
Platform dependent user identifier
price - Variable in class com.my.tracker.recsys.Offer
Item price
putDataToBuilder(ProtoBuilder) - Method in class com.my.tracker.MyTrackerParams
 

Q

query - Variable in class com.my.tracker.miniapps.MiniAppEvent
Query string

R

registrationEvent() - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.EventBuilder
Create new builder for mini-app registration event
reset - Variable in class com.my.tracker.recsys.OfferRequest
 
revenue - Variable in class com.my.tracker.ads.AdEvent
Revenue value
REWARDED - Static variable in annotation type com.my.tracker.ads.AdFormat
 
RU - Static variable in annotation type com.my.tracker.MyTrackerConfig.Region
 

S

send() - Method in class com.my.tracker.recsys.OfferRequest
 
setAge(int) - Method in class com.my.tracker.MyTrackerParams
Set age for the current user.
setAntiFraudConfig(AntiFraudConfig) - Method in class com.my.tracker.MyTrackerConfig
Set anti-fraud configuration.
setAttributionListener(MyTracker.AttributionListener) - Static method in class com.my.tracker.MyTracker
Set the attribution listener.
setAttributionListener(MyTracker.AttributionListener, Handler) - Static method in class com.my.tracker.MyTracker
Set the attribution listener.
setAutotrackingPurchaseEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable autotracking purchases.
setBufferingPeriod(int) - Method in class com.my.tracker.MyTrackerConfig
Set the buffering period.
setCustomUserId(String) - Method in class com.my.tracker.MyTrackerParams
Set identifier of the current user.
setCustomUserIds(String[]) - Method in class com.my.tracker.MyTrackerParams
Set identifiers of the current user.
setDebugMode(boolean) - Static method in class com.my.tracker.MyTracker
Enable or disable printing debug information.
setDefaultVendorAppPackage() - Method in class com.my.tracker.MyTrackerConfig
Deprecated.
setEmail(String) - Method in class com.my.tracker.MyTrackerParams
Set email of the current user.
setEmails(String[]) - Method in class com.my.tracker.MyTrackerParams
Set emails of the current user.
setForcingPeriod(int) - Method in class com.my.tracker.MyTrackerConfig
Set the forcing period.
setGender(int) - Method in class com.my.tracker.MyTrackerParams
Set gender for the current user.
setIcqId(String) - Method in class com.my.tracker.MyTrackerParams
Set icq id of the current user.
setIcqIds(String[]) - Method in class com.my.tracker.MyTrackerParams
Set icq ids of the current user.
setInstalledPackagesProvider(MyTrackerConfig.InstalledPackagesProvider) - Method in class com.my.tracker.MyTrackerConfig
Set installed packages provider.
setLang(String) - Method in class com.my.tracker.MyTrackerParams
Set current language.
setLaunchTimeout(int) - Method in class com.my.tracker.MyTrackerConfig
Set the launch timeout.
setMrgsAppId(String) - Method in class com.my.tracker.MyTrackerParams
Set MRGS application id.
setMrgsId(String) - Method in class com.my.tracker.MyTrackerParams
Set MRGS device id.
setMrgsUserId(String) - Method in class com.my.tracker.MyTrackerParams
Set MRGS id for the current user.
setOkHttpClientProvider(MyTrackerConfig.OkHttpClientProvider) - Method in class com.my.tracker.MyTrackerConfig
Set installed okHttpClient provider.
setOkId(String) - Method in class com.my.tracker.MyTrackerParams
Set ok id of the current user.
setOkIds(String[]) - Method in class com.my.tracker.MyTrackerParams
Set ok ids of the current user.
setPhone(String) - Method in class com.my.tracker.MyTrackerParams
Set phone of the current user.
setPhones(String[]) - Method in class com.my.tracker.MyTrackerParams
Set phones of the current user.
setProxyHost(String) - Method in class com.my.tracker.MyTrackerConfig
Set the host to which all requests will be sent.
setRegion(int) - Method in class com.my.tracker.MyTrackerConfig
Set the region.
setTrackingEnvironmentEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable collecting environment information.
setTrackingLaunchEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable tracking application launches.
setTrackingLocationEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable collecting information about current location.
setTrackingPreinstallEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable tracking preinstall.
setTrackingPreinstallThirdPartyEnabled(boolean) - Method in class com.my.tracker.MyTrackerConfig
Enable or disable tracking preinstall with third party sources.
setVendorAppPackage(String) - Method in class com.my.tracker.MyTrackerConfig
Deprecated.
setVkConnectId(String) - Method in class com.my.tracker.MyTrackerParams
Set vk connect id of the current user.
setVkConnectIds(String[]) - Method in class com.my.tracker.MyTrackerParams
Set vk connect ids of the current user.
setVkId(String) - Method in class com.my.tracker.MyTrackerParams
Set vk id of the current user.
setVkIds(String[]) - Method in class com.my.tracker.MyTrackerParams
Set vk ids of the current user.
source - Variable in class com.my.tracker.ads.AdEvent
Original source
splitId - Variable in class com.my.tracker.recsys.Offer
Identifier of split in A/B test

T

testId - Variable in class com.my.tracker.recsys.Offer
Identifier of A/B test
trackAdEvent(AdEvent) - Static method in class com.my.tracker.MyTracker
Track advertising event.
trackEvent(String, Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track user defined event with custom name and optional key-value parameters.
trackEvent(String) - Static method in class com.my.tracker.MyTracker
Track user defined event with custom name.
trackInviteEvent(Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track user invitation event.
trackInviteEvent() - Static method in class com.my.tracker.MyTracker
Track user invitation event.
trackLaunchManually(Activity) - Static method in class com.my.tracker.MyTracker
This method could be used in rare cases when tracker isn't able to correctly identify application start.
trackLevelEvent(Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track achieving new level.
trackLevelEvent() - Static method in class com.my.tracker.MyTracker
Track achieving new level.
trackLevelEvent(int, Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track achieving new level.
trackLoginEvent(String, String, Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track user login event.
trackLoginEvent(String, String) - Static method in class com.my.tracker.MyTracker
Track user login event.
trackMiniAppEvent(MiniAppEvent) - Static method in class com.my.tracker.MyTracker
Track mini-app event.
trackPurchaseEvent(JSONObject, JSONObject, String, Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track purchase event.
trackPurchaseEvent(JSONObject, JSONObject, String) - Static method in class com.my.tracker.MyTracker
Track purchase event.
trackRegistrationEvent(String, String, Map<String, String>) - Static method in class com.my.tracker.MyTracker
Track user registration event.
trackRegistrationEvent(String, String) - Static method in class com.my.tracker.MyTracker
Track user registration event.

U

UNKNOWN - Static variable in annotation type com.my.tracker.MyTrackerParams.Gender
 
UNSPECIFIED - Static variable in annotation type com.my.tracker.MyTrackerParams.Gender
 
useGyroscope - Variable in class com.my.tracker.config.AntiFraudConfig
 
useGyroscopeSensor(boolean) - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Enable or disable gyroscope sensor tracking
useLightSensor(boolean) - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Enable or disable light sensor tracking
useLightSensor - Variable in class com.my.tracker.config.AntiFraudConfig
 
useMagneticFieldSensor(boolean) - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Enable or disable magnetic field sensor tracking
useMagneticFieldSensor - Variable in class com.my.tracker.config.AntiFraudConfig
 
usePressureSensor(boolean) - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Enable or disable pressure sensor tracking
usePressureSensor - Variable in class com.my.tracker.config.AntiFraudConfig
 
useProximitySensor(boolean) - Method in class com.my.tracker.config.AntiFraudConfig.Builder
Enable or disable proximity sensor tracking
useProximitySensor - Variable in class com.my.tracker.config.AntiFraudConfig
 
userId - Variable in class com.my.tracker.recsys.OfferRequest
 

V

value - Variable in class com.my.tracker.recsys.Offer
Item value
VERSION - Static variable in class com.my.tracker.MyTracker
Library version

W

withAdFormat(String) - Method in class com.my.tracker.ads.AdEventBuilder
Set advertising format
withAdId(String) - Method in class com.my.tracker.ads.AdEventBuilder
Set advertising identifier
withCustomUserId(String) - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.CustomEventBuilder
Sets the new value of user identifier
withCustomUserId(String) - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.UserEventBuilder
Sets the new value of user identifier
withData(String) - Method in class com.my.tracker.recsys.OfferRequestBuilder
Set additional data in json format
withEventParams(Map<String, String>) - Method in class com.my.tracker.miniapps.MiniAppEventBuilder.CustomEventBuilder
Sets the new value of user identifier
withHandler(Handler) - Method in class com.my.tracker.recsys.OfferRequestBuilder
Set handler which will be call listener method By default listener method will be called on UI-thread
withPlacementId(String) - Method in class com.my.tracker.ads.AdEventBuilder
Set placement identifier
withPlacementIds(String...) - Method in class com.my.tracker.recsys.OfferRequestBuilder
Set placement identifiers
withRequestListener(OfferRequest.OnCompleteListener) - Method in class com.my.tracker.recsys.OfferRequestBuilder
Set listener which will be handle received recommendations
withReset(boolean) - Method in class com.my.tracker.recsys.OfferRequestBuilder
Enable or disable recommendations reset for subsequent queries
withSource(String) - Method in class com.my.tracker.ads.AdEventBuilder
Set initial source
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links