How do I insert page title into a target experience? | Adobe Higher Education
Skip to main content
Level 2
January 26, 2022
解決済み

How do I insert page title into a target experience?

  • January 26, 2022
  • 2 の返信
  • 2546 ビュー

I believe this is under tokens but I am rusty. 

 

A sample text would be:

 

To continue to (page title), please fill out your information below.

 

Thank you for your help. 

このトピックへの返信は締め切られました。
ベストアンサー Umamaheswari_Yakkala

Pls validate at least one profile is that having pagename and title. 

 

if yes, you can access name and title based on type like ${profile.name} or ${profile.title} or ${user.name} or ${user.title}. 

 

Thank You

2 の返信

Adobe Employee
January 26, 2022

@ryjo2021  If I am not wrong you are trying to pass dynamic data in Target offers. Please have a look at this document and let me know if you are looking for any specific information: https://experienceleague.adobe.com/docs/target/using/experiences/offers/passing-profile-attributes-to-the-html-offer.html?lang=en 

 

Hope this helps.

RYJO2021作成者
Level 2
January 26, 2022

Hello, 

Yes, that is the concept I have been trying to use. I am struggling with figuring out what value to use or page name or page title? I have a hard time imagining those aren't a standard value but I can't seem to find a resource that lists all the parameters. Is this resource available somewhere that I am missing? This seems like an incredibly common need to inject the page name or some other value that is already present, similar to how it works in recommendations. 

Adobe Employee
January 26, 2022

@ryjo2021  the values to be used here are passed either as mbox parameter or profile parameter with Target.

For example:

  • You are passing "pageName , pageTitle" information in mbox parameters using targetPageParams() and then you may use these parameters within the offer dynamically "${profile.pageName}".
  • Pass any profile parameter using profile attributes and then utilize it within offers "${user.parameter}".

Hope this helps.

 

Umamaheswari_Yakkala
Community Advisor
Community Advisor
January 26, 2022

Pls validate at least one profile is that having pagename and title. 

 

if yes, you can access name and title based on type like ${profile.name} or ${profile.title} or ${user.name} or ${user.title}. 

 

Thank You