Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
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.