Johnson & Johnson
Caring for the world, one person at a time... inspires and unites the people of Johnson & Johnson. We embrace research and science - bringing innovative ideas, products and services to advance the health and well-being of people. Employees of the Johnson & Johnson Family of Companies work with partners in health care to touch the lives of over a billion people every day, throughout the world. Our Family of Companies comprises: The worldÍs premier consumer health company. The worldÍs largest and most diverse medical devices company. The worldÍs third-largest biologics company. And the worldÍs sixth-largest pharmaceuticals company. We have more than 250 operating companies in 57 countries employing 120,200 people. Our worldwide headquarters is in New Brunswick, New Jersey, USA. Social Media Community Guidelines: http://www.jnj.com/social-media-community-guidelines
Hospital & Health Care
10,001+
New Brunswick, NJ
About

Caring for the world, one person at a time... inspires and unites the people of Johnson & Johnson. We embrace research and science - bringing innovative ideas, products and services to advance the health and well-being of people. Employees of the Johnson & Johnson Family of Companies work with partners in health care to touch the lives of over a billion people every day, throughout the world.

Our Family of Companies comprises:

The worldÍs premier consumer health company.
The worldÍs largest and most diverse medical devices company.
The worldÍs third-largest biologics company.
And the worldÍs sixth-largest pharmaceuticals company.

We have more than 250 operating companies in 57 countries employing 120,200 people. Our worldwide headquarters is in New Brunswick, New Jersey, USA.

Social Media Community Guidelines:
http://www.jnj.com/social-media-community-guidelines

Site Traffic
  • 18175 Global Rank
  • 6539
    United States
  • 2.68 M Estimated Visits
Traffic Sources
  • Direct
    41.25%
  • Search
    27.56%
  • Referrals
    21.86%
  • Social
    4.84%
  • Mail
    4.49%
  • Display
    0.00%
Geography Breakdown
Powered by
Alexa Traffic Data
Global Rank 11,354
7,385
United States Rank 3,936
4,480
United States Page Views 57.2%
10.5%
Top Countries
Top Search Keywords
  • Consumer Goods and Services
  • Beauty
Mobile App Data
MixRank is the most comprehensive database of mobile apps, developers, SDKs, technologies, services, and integrations. Learn more.
  • 10 K Downloads
  • 10 SDKs
  • 4.25 Avg. Rating
  • 4 Total reviews
  • App Url: https://play.google.com/store/apps/details?id=com.jnj.hws.bariatrics
  • App Support: https://weightlosssurgery.thehealthpartner.com/
  • Genre: medical
  • Bundle ID: com.jnj.hws.bariatrics
  • App Size: 11.1 M
  • Release Date: April 5th, 2018
  • Update Date: October 12th, 2018

Description:

Johnson & Johnson’s Health Partner for Weight Loss Surgery
Supporting you before and after bariatric surgery
Congratulations on taking the next steps to a healthier you! The Health Partner app connects you to science-based information and resources to help you both prepare for and recover from bariatric surgery. We are here to help set you on your path to success.

Key Features:
-Motivational feedback to help you stay focused on your journey.
-Customizable action plan to stay on track with your appointments.
-Educational resources for practical and emotional support.
-Reminders to help create healthy habits for things like exercise and supplements.
-Integration with tracking apps to see your weight, nutrition, and step progress.
-Stories from bariatric patients who discuss their challenges and successes.
-Healthy bariatric recipes for the different diet phases.

Android API
The Android platform provides a framework API that applications can use to interact with the underlying Android system. The framework API consists of: A core set of packages and classes. A set of permissions that applications can request, as well as permission enforcements included in the system
Firebase
Firebase is a platform developed by Google for creating mobile and web applications
Google Analytics
The Google Analytics SDK for Android makes it easy for native Android developers to collect user engagement data from their applications. Developers can then use the Google Analytics reports to measure: The number of active users are using their applications. From where in the world the application is being used. Adoption and usage of specific features. Crashes and exceptions. In-app purchases and transactions. And many other useful metrics... The Google Analytics SDK also gives you the tools to monitor the success of mobile marketing campaigns. Connect user interactions with paid ads, Google Play downloads, and subsequent in-app usage and Ecommerce transactions. Google Analytics provides a powerful platform to measure and optimize all of your application marketing efforts.
Google Gson
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.
Google Play Game Services
Make your games social with Google Play game services. Add achievements, leaderboards, real-time multiplayer, and other popular features using the Google Play game services SDK. Let players sign in using their Google+ identities and share their gaming experience with friends. Visit developers.google.com/games/services for more information about integrating game services into your app.
Google Play Services
Google Play services powers a broad set of SDKs on Android to help you build your app, enhance privacy and security, engage users, and grow your business. These SDKs are unique in that they only require a thin client library to be included in your app, as shown in figure 1. At runtime, the client library communicates with the bulk of the SDK's implementation and footprint in Google Play services.
Google Sign-In SDK
Google Sign-In is a secure authentication system that reduces the burden of login for your users, by enabling them to sign in with their Google Account—the same account they already use with Gmail, Play, Google+, and other Google services. Google Sign-In is also your gateway to connecting with Google’s users and services in a secure manner. You can give your users the opportunity to pay with Google Pay, share with their Google-wide contacts, save a file to Drive, add an event to Calendar, and more. Integrate Google’s user-centric APIs and services inside your app to help your users take action and convert.
Google Tag Manager
Google Tag Manager enables developers to change configuration values in their mobile applications using the Google Tag Manager interface without having to rebuild and resubmit application binaries to app marketplaces. This is useful for managing any configuration values or flags in your application that you may need to change in the future, including: * Various UI settings and display strings * Sizes, locations, or types of ads served in your application * Game settings Configuration values may also be evaluated at runtime using rules, enabling dynamic configurations such as: * Using screen size to determine ad banner size * Using language and location to configure UI flags Google TagManager also enables the dynamic implementation of tracking tags and pixels in applications. Developers can push important events into a data layer and decide later which tracking tags or pixels should be fired. TagManager currently supports the following tags: * Google Mobile App Analytics * Custom Function Call tag
Okio
Okio is a new library that complements java.io and java.nio to make it much easier to access, store, and process your data.A modern I/O library for Android, Kotlin, and Java
Square OkHttp3
HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if HTTP/2 isn’t available). Transparent GZIP shrinks download sizes. Response caching avoids the network completely for repeat requests. OkHttp perseveres when the network is troublesome: it will silently recover from common connection problems. If your service has multiple IP addresses OkHttp will attempt alternate addresses if the first connect fails. This is necessary for IPv4+IPv6 and for services hosted in redundant data centers. OkHttp supports modern TLS features (TLS 1.3, ALPN, certificate pinning). It can be configured to fall back for broad connectivity. Using OkHttp is easy. Its request/response API is designed with fluent builders and immutability. It supports both synchronous blocking calls and async calls with callbacks.
Data sourced from MixRank, the most comprehensive database of mobile apps, developers, SDKs, technologies, services, and integrations. Learn More.
Ad Intelligence
  • Native
    0.00%
  • Standard
    71.67%
  • Direct
    28.33%
Ads Seen Recently
56
Longest Running Ad
Johnson & Johnson
Device
Desktop
Dimensions
other
Johnson & Johnson
Device
Mobile
Dimensions
300x250
Johnson & Johnson
Device
Mobile
Dimensions
300x250
Johnson & Johnson
Device
Mobile
Dimensions
300x250
Johnson & Johnson
Device
Mobile
Dimensions
300x250
Johnson & Johnson
Device
Mobile
Dimensions
300x250
Johnson & Johnson
Johnson & Johnson
Johnson & Johnson receives up to 1M pageviews per day, in countries such as India, Singapore, Turkey, Pakistan, United States, Dominican Republic, Kenya, Canada, Ecuador.

They are headquartered at New Brunswick, NJ, and have 750 advertising & marketing contacts listed on Kochava. Johnson & Johnson works with Advertising technology companies such as Turn, Chango, Dstillery, The Trade Desk, DoubleClick.Net, AppNexus, Neustar AdAdvisor, Resonate Insights, AOL-Time Warner Online Advertising, BlueKai, Atlas, DemDex, Facebook Exchange FBX, Yahoo Small Business, Yield Manager, Accuen, Media Innovation Group, AppNexus Segment Pixel, Ezakus, BlueKai DMP, Rubicon Project, Collective Media, Facebook Custom Audiences, Google Remarketing, LinkedIn Ads, Bizo, DoubleClick Bid Manager, Twitter Ads, ExactTarget.