Sage Publications India
Founded in 1981, SAGE Publications India Pvt Ltd is a leading independent, academic and professional publisher of innovative, high-quality content. Globally, SAGE Publications came into being in 1965 and is the world's leading independent academic and professional publisher. Believing passionately that engaged scholarship lies at the heart of any healthy society and that education is intrinsically valuable, SAGE aims to be the worldÍs leading independent academic and professional publisher. This means playing a creative role in society by disseminating teaching and research on a global scale, the cornerstones of which are good, long-term relationships, a focus on our markets, and an ability to combine quality and innovation. Leading authors, editors and societies should feel that SAGE is their natural home: we believe in meeting the range of their needs, and in publishing the best of their work. We are a growing company, and our financial success comes from thinking creatively about our markets and actively responding to the needs of our customers. In 2015, SAGE India entered into partnerships with independent publishers to form new imprints, namely SAGE Stree, SAGE Samya, SAGE Popular Prakashan, and SAGE YODA Press. This initiative takes forward the tradition of developing dynamic lists, both academic as well as popular, which will open interactive spaces for further discussion, scholarship and writing to effectively capture the non-mainstream and critical reality of contemporary India.
Publishing
200 - 500
Delhi, Delhi, India
About

Founded in 1981, SAGE Publications India Pvt Ltd is a leading independent, academic and professional publisher of innovative, high-quality content.

Globally, SAGE Publications came into being in 1965 and is the world's leading independent academic and professional publisher.

Believing passionately that engaged scholarship lies at the heart of any healthy society and that education is intrinsically valuable, SAGE aims to be the worldÍs leading independent academic and professional publisher. This means playing a creative role in society by disseminating teaching and research on a global scale, the cornerstones of which are good, long-term relationships, a focus on our markets, and an ability to combine quality and innovation.

Leading authors, editors and societies should feel that SAGE is their natural home: we believe in meeting the range of their needs, and in publishing the best of their work. We are a growing company, and our financial success comes from thinking creatively about our markets and actively responding to the needs of our customers.

In 2015, SAGE India entered into partnerships with independent publishers to form new imprints, namely SAGE Stree, SAGE Samya, SAGE Popular Prakashan, and SAGE YODA Press. This initiative takes forward the tradition of developing dynamic lists, both academic as well as popular, which will open interactive spaces for further discussion, scholarship and writing to effectively capture the non-mainstream and critical reality of contemporary India.

Site Traffic
  • 3716761 Global Rank
  • 188788
    India
Traffic Sources
  • Referrals
    38.87%
  • Search
    32.28%
  • Direct
    28.84%
  • Display
    0.00%
  • Mail
    0.00%
  • Social
    0.00%
Powered by
Alexa Traffic Data
Global Rank 346,193
2,144,495
India Rank 63,925
95,286
India Page Views 87.8%
3.2%
Top Countries
Top Search Keywords
  • Derivatives
Mobile App Data
MixRank is the most comprehensive database of mobile apps, developers, SDKs, technologies, services, and integrations. Learn more.
  • 10 Downloads
  • 10 SDKs
  • 0 Total reviews
  • App Url: https://play.google.com/store/apps/details?id=com.wonderslate.ebouquet
  • App Support: https://ebouquet.sagepub.in/ebouquet
  • Genre: education
  • Bundle ID: com.wonderslate.ebouquet
  • App Size: 15.2 M
  • Release Date: October 18th, 2020
  • Update Date: April 22nd, 2021

Description:

SAGE e-bouquet is a premium virtual library offering eBooks on creative strategies, management ideas and social issues to help your employee to do their job better. Through this platform, we aim to meet the information and learning needs of corporate houses and support research & learning across the organisation.

Key Features: * Curated content – Flexible buying, ranging from one book to multiple copies.

Flexible license size – Buy as little as 1-50 licenses with no upper limit for license/titles.

Centralised purchase – Convenient central purchase for HR or deciding department for the entire workforce

Fast go-live – Licenses activated within a few days of transaction being completed

Platform Agnostic Content - Read on desktop, android device, iOS device or even Linux

Multiple devices – Access content on four devices with every license purchased

Advanced search capability -- Using specialised filters that allow targeted content access

SAGE’s guarantee both on content and delivery – dedicated help desk to resolve queries

Written primarily by leading management experts and award-winning authors, SAGE books are practice-based, reader-friendly including a wealth of examples and cases.

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
Facebook
The Facebook SDK for Android is the easiest way to integrate your Android app with Facebook's platform. The SDK provides support for Login with Facebook authentication, reading and writing to Facebook APIs and support for UI elements such as pickers and dialogs.
Facebook Login
The Facebook SDK for Android enables people to sign into your app with Facebook Login. When people log into your app with Facebook they can grant permissions to your app so you can retrieve information or perform actions on Facebook on their behalf.
Firebase
Firebase is a platform developed by Google for creating mobile and web applications
Google Authorization
Google Play services offers a standard authorization flow for all Google APIs and all components of Google Play services. In addition, you can leverage the authorization portion of the Google Play services SDK to gain authorization to services that are not yet supported in the Google Play services platform by using the access token to manually make API requests or using a client library provided by the service provider.
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.
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.
Sage Publications India receives traffic in countries such as India.

They are headquartered at Delhi, Delhi, India, and have 2 advertising & marketing contacts listed on Kochava. Sage Publications India works with Advertising technology companies such as DoubleClick.Net.