Microsoft Band SDK to extract the Goals (custom or default set) from Band? - microsoft-band

Does SDK give option to extract the Goals (custom or default set) from Band ?
As of now I see sensor data available , but I don't see other details like goals or sleep pattern KPIs etc.,
Is there any other way ?

No, that information is not exposed by the Microsoft Band SDK. You can add feature requests for future Microsoft Band SDK versions at: http://microsofthealth.uservoice.com/

Related

Does Sabre Air Availability get more than 7 seats?

I'm using OTA_AirAvailLLSRQ API to search flights, but it only shows 7 seats each class. I wonder is there any way or function in Sabre can show total available seats of each class.
I am brand new to Sabre and appreciate any advice on if this kind of data is possible or available.
Because LLSR service support is very limited, I would recommend looking for a newer service that allows you to retrieve all information, such as Bargain Finder Max, along the Seats Rest service which retrieves the complete seat maps for all cabins.
Best regards.

Units of measurement in turn-by-turn navigation

I'm using "HERE SDK for iOS" to implement turn-by-turn navigation in my app. I have one issue when I display the distance in GuidanceManeuverView and GuidanceEstimatedArrivalView. All measurements are showing in feet, yards, and miles. However, in US we don’t use yards, but just miles and feet. The only way to configure measurementSystem is navigationManager.voicePackageMeasurementSystem = .imperialUS but it only change the voice sentences.
Is there anyway to change units of measurement to imperialUS?
Regarding SDK 3.X (Premium Edition), it is only possible to set the unit for voice guidance. There are two options for achieving your goal:
(1)Implement the conversion on the application side by using the measurement framework from Apple under the hood. Please find the below docs:
https://developer.apple.com/documentation/foundation/measurementformatter/
https://developer.apple.com/documentation/foundation/units_and_measurement
If you are using HERE Mobile SDK UI Kit, then you can get the idea from the sample codes: https://github.com/heremaps/msdkui-ios/blob/3bb9dfc95647f489521b70e2ae5fb0a536cdb589/Documentation/Guides_Examples/MSDKUIPrimer/MSDKUIPrimer/GuidanceViewController.swift#L48
(2)Use SDK 4.x Navigate Edition
https://developer.here.com/documentation/ios-sdk-navigate/

Attribution model in Google Analytics reports

We use standard and custom reporting in Google Analytics. But for our reports we need another attribution model. In https://support.google.com/analytics/answer/1665189 we have found that Analytics uses Last Non-Direct Click model by default when attributing conversion value in non-Multi-Channel Funnels reports. But what about switching to another default model? Multi-Channel Funnels and Model Comparison Tool are not suitable. We need custom report with First Interaction model.
You can not change model atribution in the analytics report API
but u canu use mcf API, and create custom model
https://developers.google.com/analytics/devguides/reporting/mcf/dimsmets/?hl=ru
using dimension mcf:sourceMediumPath
We faced the same problem and it seems that you cannot change default attribution model for all other reports then MFC in Google Analytics Standard. There are basically two ways to workaround though:
You can play with MFC/Attribution reports and change attribution
models there and try to set up custom report with First Interaction
model that satisfies your needs(but not all the dimensions/metrics will be available).
You can stream hit level data to
some other storage(Google BigQuery, Amazon RedShift etc), and build
your attribution by your own from the raw data(but obviously some
level of programming skills is required, http://noca.cz/githubgabq
is a good python example to start with collecting data)

Google Analytics - Custom Alerts for Real-Time data

I'm looking to create a custom alert to notify me whenever X number of people are on the site at once. This data is already available using the Real-Time reports page. However, this does not seem possible via the Intelligence Events section. From there, I'm only able to create custom alerts based off Day, Week, or Month data. Has anybody found another area of Google Analytics that would make this type of report possible?
Google Analytics have just launched a Beta of their Real Time API which might let you do this: http://techcrunch.com/2013/08/01/google-launches-real-time-api-for-analytics-in-invite-only-beta/
You can use the real-time API for that. It's been possible for quite a few years now. You can find all the documentation for that right here. It's typical OAuth + JSON API.
You can also use a paid service. I built one, Metrics Watch. It really depends of your goal and how critical this is to your business/job. If it's critical, I would highly encourage you to look for a paid service, no matter which one.
Hope that helps!

is there an API out there to access google page rank for a predefined set of keywords?

I am building an internal reporting tool that I want to update with Googles pagerank once per week.
The list of keywords would be predefined at this point.
any ideas?
They do have an Adwords API that may get you closer to what you are looking to do.
API - http://code.google.com/apis/adwords/docs/
Specifically the TrafficEstimatorService allows you to specify keyword parameters and estimate what traffic you could receive.

Resources