Does Flurry Analytics for iOS/Android/Blackberry work when offline? - mobile

Flurry Analytics tracks analytics for mobile devices, similar to Google Analytics.
However, we cannot find technical information regarding this question:
Does Flurry tracks analytics when users are offline, then posts them when users come back online?

Yes. Flurry will track data from offline sessions, save it to persistent storage on the phone and forward it on to the server during the next session with network access.

The answer is YES, for which you should refer to the direct FAQ link by flurry HERE

Related

Has anyone integrated Salesforce Commerce Cloud (SFCC) with any messaging technologies?

I'm looking for examples of how others might have solved for this.
Did you build a custom cartridge?
Did you leverage some externally running agent to retrieve data by OCAPI (or Commerce Cloud APIs)? ...(i.e., a "pull" strategy)
I've read the documentation, spent many nights searching Google, searched the Salesforce Commerce Cloud Marketplace, spoken with several Salesforce Commerce Cloud expert consultants & system integration firms - but it appears no one is aware of anyone else doing this before.
Yes I was able to create a custom cartridge for Twilio.
Twilio provides many separate REST APIs for sending text messages, making phone calls, looking up phone numbers, managing your accounts, and a whole lot more.
You can go through their REST API documentation https://www.twilio.com/docs/sms/api. You can use their REST APIs and implement it in Salesforce B2C Commerce.
Follow creating a simple web service in Salesforce B2C Commerce.
https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/content/b2c_commerce/topics/web_services/b2c_coding_your_web_service.html

Google calendar integration with iOS app - subscription, billing charges

I want to integrate Google calendar with my existing iOS app on App store. I will be using the Google iOS SDK and calendar APIs. I know I need to be a google developer and use developer console. My questions are,
What do I need to know regarding licensing etc?
What are the charges applicable in terms of subscription, API usage? Are these charges on yearly basis?
Where can I find info related to these?
If you want to know the licensing, billing and others, then this Cloud Platform Console Help can help you with it. You will learn here all you need to do about Billing and Payments.

Unable to upload contacts or create marketing campaigns with Google Cloud Platform and Sendgrid

I subscribed to Sendgrid (Essentials 40K Plan) through Google App Engine.
We can't upload contacts neither using the API or Sendgrid website. Sendgrid support says that the reason is because it's a reseller account (because I subscribed using Google Cloud Platform)
Is it true? The cost of the plans through Google Cloud Platform are the same as Sendgrid website. Should I have to unsubscribe from GCP and create a different account directly in Sendgrid? Or is it a bug from GCP or Sendgrid?
I'm planning to subscribe to a higher plan because we have thousands of users, but if we can't upload contacts or create marketing campaigns it is useless.
If they said you can't use the GCP package for Marketing Campaigns, I guess you can't. But you can create a direct SendGrid account, and use code-level integration to connect.
Either way, you should ask GCP support about this limitation as well, and let them know you'd like that feature. If it's an intentional limitation, your "tally" to add it is important for their product team.
If you use cloud launcher to integrate sendgrid, it's linked to your google cloud billing account, not your user or IAM group.
You cannot log in directly as a user, and if your switch billing accounts (or it expires, is closed etc) you can no longer access it (including contacts or templates)
Your best bet is to sign up separately - although if doing so it is pretty comparable in cost to other providers.

How do I view my website traffic for a GAE product?

I recently moved my website from being hosted with cPanel to being hosted on the Google App Engine. Everything has been a much better experience with the GAE but I can't seem to figure out how to view the traffic to my website. With cPanel there were a few apps on the dashboard I could use that would show me the views and the IP addresses and dates associated with each view. With GAE I only see a summary and API requests graphs, which don't really tell me the information I need (or I don't know how to read them properly, that's also a possibility). Is there any way to view your website traffic through the GAE dashboard?
You might be interested in using Google Analytics

Storing data in user's own Google Drive account

Is there a way to get Google App Engine to store data in the current user's own Google Drive account?
The reason behind this is that I want to write a couple of apps that users might not be happy to have stored in a Datastore / Cloud Storage solution that someone else has access to. One example is personal health information like weight and another one is bank account and transaction information.
If I could store it in the user's own google docs account then I wouldn't have access to it and would not be able to see it.
I have found these docs:
https://developers.google.com/appengine/docs/python/howto/usinggdataservices
but nothing equivalent for Java.
This doable by using the Google Drive SDK.
From there you can find DrEdit, which is a sample Google Drive app written in Java using the Google App Engine.

Resources