- addBill(String, String, Double, String, String, String) - Method in class de.econda.droid.PageView
-
Adds a billing property
- addCampaign(String) - Method in class de.econda.droid.PageView
-
Adds a campaign property
campaign is only stored on first page view of a session.
- addContact(String) - Method in class de.econda.droid.PageView
-
Adds a contact property
- addContent(String) - Method in class de.econda.droid.PageView
-
Adds a content property
- addCountryId(String) - Method in class de.econda.droid.PageView
-
Adds a country property.
- addDownload(String) - Method in class de.econda.droid.PageView
-
Adds a download property
- addIntern(String) - Method in class de.econda.droid.PageView
-
Adds a intern property.
- addJavascriptInterfaceToWebView(WebView, Session, boolean) - Static method in class de.econda.droid.hybrid.AndroidEmos
-
Adding the AndroidEmos JavascriptInterface to WebView,
callable from Javascript in WebView with name "androidEmos".
- addLangId(String) - Method in class de.econda.droid.PageView
-
Adds a language property.
- addLogin(String, int) - Method in class de.econda.droid.PageView
-
Adds a login property.
This method always scramble the userId with a MD5 Hash for you.
- addLogin(String, int, boolean) - Method in class de.econda.droid.PageView
-
Adds a login property.
Set Parameter scramble to true, if you want that this library is hashing the userId for you.
- addMarker(String) - Method in class de.econda.droid.PageView
-
Adds a marker property.
- addMarketingChannel(String) - Method in class de.econda.droid.PageView
-
Adds a property for marketing channel ('source').
Default value is 'mobile'.
So your traffic is displayed in chapter 'Mobile' in econda Monitor.
Please send additional information with the appropriate property.
For the newsletter channel 'nl' please use property 'newsletter' for submitting additional information
pageView.addMarketingChannel('nl');
pageView.addProperty('newsletter','newsletter name');
For the keyword channel 'kw' please use property 'adword' for submitting additional information.
pageView.addMarketingChannel('kw');
pageView.addProperty('adword','keyword campaign name');
For the campaign channel 'cp' and all other channels please use property 'campaign' for submitting additional information.
pageView.addMarketingChannel('cp');
pageView.addProperty('campaign','campaign name');
MarketingChannel is only stored on first page view of a session.
All subsequent page views in same session inherit the channel of the first page view.
Marketingchannel 'mobile' is not configured by default in econda Analytics.
Please contact support, if you want to use the mobile channel.
- addOrderProcess(String) - Method in class de.econda.droid.PageView
-
Adds a orderProcess property.
- addPageView(PageView) - Method in class de.econda.droid.Session
-
Adds a pageView to Session
pageView is submitted immediately or stored for later submission (depends on settings).
- addProductAddToBasket(BasketItem) - Method in class de.econda.droid.PageView
-
adds a addToBasket - Event to this page
- addProductBuy(BasketItem) - Method in class de.econda.droid.PageView
-
Adds a ec_Event property.
- addProductCustomEvent(BasketItem, String) - Method in class de.econda.droid.PageView
-
Adds a ec_Event property with custom eventType.
- addProductRemoveFromBasket(BasketItem) - Method in class de.econda.droid.PageView
-
adds a removeFromBasket - Event to this page
- addProductView(BasketItem) - Method in class de.econda.droid.PageView
-
Adds a ec_Event property.
- addProperty(String, String) - Method in class de.econda.droid.PageView
-
Adds a custom String to the properties
- addProperty(String, Number) - Method in class de.econda.droid.PageView
-
Adds a custom Number to the properties
- addProperty(String, Boolean) - Method in class de.econda.droid.PageView
-
Adds a custom Boolean to the properties
- addProperty(String, JSONArray) - Method in class de.econda.droid.PageView
-
Adds a custom jsonArray to the properties
- addProperty(String, JSONObject) - Method in class de.econda.droid.PageView
-
Adds a custom jsonObject to the properties
- addRegister(String, int) - Method in class de.econda.droid.PageView
-
Adds a register property.
This method always scramble the userId with a MD5 Hash for you.
- addRegister(String, int, boolean) - Method in class de.econda.droid.PageView
-
Adds a register property.
Set Parameter scramble to true, if you want that this library is hashing the userId for you.
- addSearch(String, int) - Method in class de.econda.droid.PageView
-
Adds a search property
- addSiteId(String) - Method in class de.econda.droid.PageView
-
Adds a siteid property.
- addTarget(String, String, double, TargetRule) - Method in class de.econda.droid.PageView
-
Adds a target property.
- AndroidEmos - Class in de.econda.droid.hybrid
-
A JavascriptInterface for using from inside a WebView via the outside Android-SDK-API.
- AndroidEmos(Session) - Constructor for class de.econda.droid.hybrid.AndroidEmos
-
- ANONYM - Static variable in class de.econda.droid.PrivacySettings
-
Predefined Settings, usually used if user should be tracked in an very save and privacy friendly way.
- appendDataToPreviousPageView(PageView) - Method in class de.econda.droid.Session
-
Append data to already submitted pageView.