Push URL target & browser target

Is it possible to change the push notification browser target? It seems to be “_blank” (new tab) and I would like to change it to “_self” (same window)

We can only set the URL as a parameter, but unfortunately we cannot control if, when you click, it opens a new tab or uses an existing tab. Hope this helps.

@Webpushr_Support thanks. how can i set “open new tab” when user click notification cards or row in Bell board.
in API i set: ```
“target_url”:“https://www.abc.com

Thanks