Choosing a campaign type:
To create original scenarios, it may be interesting to link the triggering of a campaign to external sensors. To do so, you can retrieve the trigger URL (accessible without authentication) by copying the link from the “Read on screen” button (right click / copy URL).
🚀You can also broadcast an interactive campaign on multiple screens at the same time. To do so, you need to construct the target URL manually:
Simple URL format
A call to this URL triggers the campaign to be instantly broadcast on the screen https://manage.cenareo.com/screens/remote/xxxxxxxxxxxxxxxxxxxxxx/call/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
xxx : unique identifier of a screen
yyy : unique identifier of a campaign
Multiple URL format
https://manage.cenareo.com/screens/remote_multi?xxxxxxxxxxxxxxxxxxxxxx1=yyyyyyyy-yyyy-yyyy-yyyyyyyyyyyyyyyy1&xxxxxxxxxxxxxxxxxxxxxx2=yyyyyyyy-yyyy-yyyy-yyyyyyyyyyyyyyyy2
xxx1 : unique identifier of the first screen
xxx2 : unique identifier of the second screen
yyy1 : unique identifier of the first campaign
yyy2 : unique identifier of the second campaign
…. xxxN and … yyyN for as many screens and campaigns required
Possible additional arguments
delay : seconds of delay before broadcasting, for example : https://manage.cenareo.com/screens/remote/xxxxxxxxxxxxxxxxxxxxxx/call/yyyyyyyy-yyyy-yyyy-yyyyyyyyyyyyyyyy?delay=5
> Note that unique IDs of the screens and campaigns are available on the pages of the remote-controllable campaigns of each screen.