Questions tagged [localytics]

Localytics is a marketing and analytics platform for mobile and web apps

Resources

54 questions
0
votes
1 answer

am trying to integrate localytics but nothing is showing on localytics dashboard

Below is the code of but its not showing any thing into dashboard. in localytics logs am getting data uploaded. Here is my main activity. public class MainActivity extends FragmentActivity { @Override public void onCreate(Bundle…
Rahul
  • 1,380
  • 1
  • 10
  • 24
0
votes
2 answers

Can I pull data from Localytics API into google sheets?

Using the script editor? How do I go about it? I'm not a coder but I work with data and would like to automate funnel data right into my google spreadsheet. Detailed explanation would be appreciated.
dontpanic
  • 77
  • 1
  • 1
  • 7
0
votes
4 answers

Adding a dependency to Android project for jar

I'm attempting to integrate Localytics into my Android project. Their steps for integration include: Add a dependency to your project for the jar. How do I do that?
Apollo
  • 8,874
  • 32
  • 104
  • 192
0
votes
1 answer

Localycs iOS Crash

I keep getting this issue in my Fabric crash log: Fatal Exception: NSInvalidArgumentException -[__NSCFNumber length]: unrecognized selector sent to instance 0xb0000000000a8d23 -[LLNetworkHandlerBase…
0
votes
1 answer

Flurry / Google Analytics / Localytics bandwidth consumption on iOS

I'm choosing an analytics service for my iOS app. I want to track quite a lot of events and the app I'm developing is going to be used outdoors, so there will be no wi-fi connection available, and even the cellular connectivity can be of a poor…
Dmitry Sokurenko
  • 6,042
  • 4
  • 32
  • 53
0
votes
1 answer

How does Google Analytics/Mixpanel/etc. determine the event timestamp when the clock is wrong?

In many devices (desktop and mobile) the clock is wrong, hence when try to determine an event time according to the client clock, that is results to inaccurate. Analytics services such as Google Analytics and Mixpanel recommend to use server…
Nir Zohar
  • 41
  • 2
  • 2
0
votes
1 answer

Localytics Push Notification text limit

I have integrated Localytics in one of the app(iOS) and its working fine, but as per the client requirement i need to increase the text limit(message sent in push notification), is there any option to change the text limit? if so please let me…
sKhan
  • 9,694
  • 16
  • 55
  • 53
0
votes
2 answers

Does the use of Flurry or Localytics with Mono necessarily imply that two separate implementations will be needed for iOS and Android?

I intend to use either Flurry or Localytics for performing analytics on my mobile app. I am developing in Mono. The point of Mono is that your source code doesn't need to change and you can develop applications for both iOS and Android with the same…
CodeBlue
  • 14,631
  • 33
  • 94
  • 132
-3
votes
1 answer

Why NSMutableDictionary console show different values?

NSString* promocode = @"DISCOUNT20"; [attributes setObject:[promocode length]>0?promocode:@"Valid Promo Code" forKey:ATT_BookingPromoCode]; At Console: { "Promo Code" = DISCOUNT20; } NSString* promocode = @"Jan20%"; [attributes…
Rohit Wankhede
  • 506
  • 5
  • 15
1 2 3
4