Questions tagged [google-proximity-api]

A cloud service that allows you to manage data associated with your BLE beacons using a REST interface. The Proximity Beacon API is a part of the Bluetooth low energy (BLE) beacon platform, which also includes Eddystone, an open beacon format from Google.

Official documentation

The Proximity Beacon API is a part of the Bluetooth low energy (BLE) beacon platform, which also includes Eddystone, an open beacon format from Google.

The Proximity Beacon API is a cloud service that allows you to manage data associated with your BLE beacons using a REST interface.

You can associate data with your registered beacons as attachments. Attachments are arbitrary blobs of data that are served back as messages to your Android and iOS apps through the Nearby Messages API. You can update attachments remotely, eliminating the need to physically visit each beacon.

You can monitor the health of your beacons through the Proximity Beacon API's diagnostic endpoint, to detect battery levels, determine whether a beacon has been moved, and more.

When you register beacons with the Proximity Beacon API, the following fields are used as a signal by the Places API:

Latitude and longitude coordinates.
Indoor floor level.
Google Places API Place ID.

To start using the Proximity Beacon API to manage your BLE beacon fleet, read Get Started with the REST API.

8 questions
2
votes
1 answer

Proximity Beacon API: Android and Nearby

My Android app is used for broadcasting of beacons, which are delivered to nearby devices with Nearby as notifications with URL links. Google annoucned they are going to close this service. They reccomend to use Proximity Beacons API After reading…
1
vote
0 answers

Register iBeacon using Google Proximity Beacon API

I've been trying to register an iBeacon using Google Proximity Beacon API using Google OAuth Playground, since the registration is not possible using Beacon Tools App. 1) Signed up on Google API Console. 2) Created new Project. 3) Enabled Beacon…
Linda Thomas
  • 81
  • 1
  • 11
1
vote
1 answer

Turning a mobile phone into a beacon

I'm trying to build an access control system using BLE beacons and a web server. A mobile phone will transmit a beacon signal near the gate and the beacon will be forwarded to the server to decide whether this person should pass. The problem is…
1
vote
0 answers

Frequent '503 - Service Unavailable' responses from Google Proximity API v1beta1

We (Beaconstac - https://www.beaconstac.com) are seeing an increasing number of Proximity API requests returning '503 - Service Unavailable' errors. For instance:
1
vote
1 answer

Can I detect proximity between two beacons?

I'm currently study BLE Beacon. I know that with Google Beacon API and its app, it is possible to know when the beacon communicates with my mobile phone, so I can design different notifications based on the proximity. But in my case, I need to know…
1
vote
1 answer

Projects and Beacon Ownership rules changed?

Last time I worked with Nearby and Proximity API as on July of this year, and, according to the docs (last update Fev. 2017): Any beacon you register with the Proximity Beacon API is associated only with the project under which it was registered.…
0
votes
2 answers

How to add icon in Nearby notification using google proximity beacon api

I want to add my icon in Nearby notification message as attachment which I am creating using google proximity beacon api using com.google.nearby/en namespace
0
votes
1 answer

beaconinfo.getforobserved always returning an empty response

Here is my request. POST https://proximitybeacon.googleapis.com/v1beta1/beaconinfo:getforobserved?key= with POST data { "observations": [ { "advertisedId": { "type": "EDDYSTONE", "id":…