Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

Pop Up Message & Adobe Target

Avatar

Level 3

 Hi,

 

Can we use Adobe Target to serve a pop up message?

 

For Example - We have a segment of uses that we want to serve a pop up message when they are on a certain section of the web site.

 

Is there any documentation on this?

 

Please advise.

 

cheers,

 

1 Accepted Solution

Avatar

Correct answer by
Employee

@winstonl3651471 

Yes you can use Adobe Target to serve POP UP.

 

You can refer to this link How to add a pop up in Adobe Target in VEC https://github.com/Adobe-Marketing-Cloud/target-experience-templates/tree/master/lightbox-exit-inten...

To be able to deliver this pop-up to a user belonging to particular segment, you need to create an Audience for the segment

 

Let me know if you have any follow up query or concern.

 

Regards

Skand

View solution in original post

7 Replies

Avatar

Employee Advisor

Hi @winstonl3651471 

Yes you can show popup message for particular user. You can use custom code option in VEC to place your popup code (html, css and JavaScript).

Use your segment as audience for the activity.

Thanks,

Gauresh

Thank you for the response. We will attempt as suggested.

Avatar

Correct answer by
Employee

@winstonl3651471 

Yes you can use Adobe Target to serve POP UP.

 

You can refer to this link How to add a pop up in Adobe Target in VEC https://github.com/Adobe-Marketing-Cloud/target-experience-templates/tree/master/lightbox-exit-inten...

To be able to deliver this pop-up to a user belonging to particular segment, you need to create an Audience for the segment

 

Let me know if you have any follow up query or concern.

 

Regards

Skand

Avatar

Level 1

Can we set frequency for Adobe target pop up for iOS mobile. Pop up should visible once for new users only.

Avatar

Community Advisor

Good Question! @skandg43264764 @Gaureshk_Kodag  can you set up the frequency in the template code to be shown once or twice to a repeat user?

Avatar

Employee Advisor

Hey @JyotiSharmaV ,

Yes, you can set the frequency with the help of the profile script. you would need to set a profile parameter every time the user sees a popup and increment it every next time. create a segment basis the profile param that you have set and you'll be able to run the use case as expected.