Beacon scheduling in google beacon dashboard

117 views Asked by At

I'm working with 1 beacon advertising in Eddystone-URL and Eddystone-UID at the same time.

No problem with Eddystone-URL.

With UID, I set up several lines in the google beacon dashboard. With targeting options on all of them.

1 for Monday that opens instagram app, 1 for Tuesday-Sunday 3PM-5PM with a URL. Instagram app for Tuesday-Sunday 12AM-11AM, another URL for some other times of the day and week, etc. Not going into the whole details, it's quite complex.

As an example here is a copy of the raw JSON for one of the lines:

{
 "title": "Get a FREE Pop at XXXXXX!",
 "url": "https://mybitlylink",
 "targeting": [
{
  "startTimeOfDay": "15:00",
  "endTimeOfDay": "16:59",
  "anyOfDaysOfWeek": [
    2,
    3,
    4,
    5,
    6,
    7
   ]
  }
 ]
}

All my 4 URLs are bitly links so I can track the number of clicks I get on each. I haven't found a way to track the number of Instagram app opens.

I set up all my lines to not be redundant, meaning each line is for 1 unique part of the day and week. I have 15 lines total covering almost every minute of the whole week.

My problem is this: a few minutes after I saved my config, some clicks were registered on all my bitly links, whereas only one was supposed to show. Now - 2-3 hours later, all links still collect clicks, making me think all messages are triggered despite the targeting. What is curious is that each of them is collecting the same amount of clicks. I don't know if the instagram app was also shown because the beacon is installed at a customer site remote from me.

Do you think it could be a bitly click count error or that really 4 messages (+ potentially the Instagram open in app message) are broadcasted by Eddystone-UID?

1

There are 1 answers

4
Aditya On

If you are getting clicks from "Mountainview California" It's Google crawler.

The way these notifications work is before displaying them on your phone, the device connects to a Google resolver to find URL, website name and description and an icon. This resolver crawls your website and caches the details (including the icon image).

This is registered as a hit/click on bitly, and that is what you see :)

And unfortunately it is not possible to get stats for app intents.