Beacon scheduling in google beacon dashboard -




i'm working 1 beacon advertising in eddystone-url , eddystone-uid @ same time.

no problem eddystone-url.

with uid, set several lines in google beacon dashboard. targeting options on of them.

1 monday opens instagram app, 1 tuesday-sunday 3pm-5pm url. instagram app tuesday-sunday 12am-11am, url other times of day , week, etc. not going whole details, it's quite complex.

as example here copy of raw json 1 of lines:

{  "title": "get free pop @ xxxxxx!",  "url": "https://mybitlylink",  "targeting": [ {   "starttimeofday": "15:00",   "endtimeofday": "16:59",   "anyofdaysofweek": [     2,     3,     4,     5,     6,     7    ]   }  ] } 

all 4 urls bitly links can track number of clicks on each. haven't found way track number of instagram app opens.

i set lines not redundant, meaning each line 1 unique part of day , week. have 15 lines total covering every minute of whole week.

my problem this: few minutes after saved config, clicks registered on bitly links, whereas 1 supposed show. - 2-3 hours later, links still collect clicks, making me think messages triggered despite targeting. curious each of them collecting same amount of clicks. don't know if instagram app shown because beacon installed @ customer site remote me.

do think bitly click count error or 4 messages (+ potentially instagram open in app message) broadcasted eddystone-uid?

if getting clicks "mountainview california" it's google crawler.

the way these notifications work before displaying them on phone, device connects google resolver find url, website name , description , icon. resolver crawls website , caches details (including icon image).

this registered hit/click on bitly, , see :)

and unfortunately not possible stats app intents.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -