Expand my Community achievements bar.

SOLVED

Page title modification

Avatar

Level 2

Is there any way to override page title in Adobe Target ?

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

The document title can be set using this JS code

document.title = "New Title Goes Here";

Hope this helps.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi,

The document title can be set using this JS code

document.title = "New Title Goes Here";

Hope this helps.