cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I set up bookmark functionalities and tried leveraging the "isDefault" flag as shown here in the Analytics Designer API Reference Guide.

However a "default" bookmark does not load when opening the application.

When loading the "default" bookmark in the "OnInitialization" Script, the Application goes into a loop as it's initializing again when applying the bookmark.

So my Question is: How was the default bookmark intended to work ?

0 Likes
View Entire Topic
mizzle
Explorer
0 Likes

Hi Fabian,

I've been trying to figure out the same thing. You need to include the paramter bookmarkId=DEFAULT in the application URL for the default bookmark to open directly. See chapter 5.21.2 in the developer handbook.