Expand my Community achievements bar.

Join us for our second AMA on experimentation and personalization strategies with Target, occurring on June 3rd!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.