pageLoad parameters in Adobe Target Delivery API | Community
Skip to main content
Level 3
January 25, 2024
Solved

pageLoad parameters in Adobe Target Delivery API

  • January 25, 2024
  • 2 replies
  • 1985 views

I'm seeing issues with the pageLoad parameters not working in Adobe Target Delivery API calls

 

I'm under the impression that these properties should be available for audience segmentation for use with the associated mbox.  However, I am not seeing the properties available in the audience definition custom audience associated with the mbox.  Does anyone know how/why this is?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gokul_Agiwal

Hi @rjbu  

Are you referring to Page Parameters?  which generally called  “mbox parameters”. These are name/value pairs passed in directly through page code that are not stored in the visitor’s profile. 

For this,  2 methods are used - targetPageParams() and targetPageParamsAll. 

The parameters passed through above methods can be seen in Audience section under Adobe Target 

 

And the other's way to get the data in Target and used for Audience, In- Page Profile attributes, These are name/value pairs passed directly through page code that are stored in the visitor’s profile for future use. 

Here is the guide or help documentation

In case, if you're looking any specific use case, please reply 

2 replies

alexbishop
Adobe Employee
Adobe Employee
January 25, 2024

Could you give an example of which parameters you're referring to? And also ideally a screenshot showing where in the request to Target the parameters are being passed?

RJBuAuthor
Level 3
January 29, 2024

@alexbishop  I'm referring to the delivery API documentation located here:

 

https://developer.adobe.com/target/implement/delivery-api/

 

from here it seems that the same pattern for sending mbox page params that exists for web (JavaScript) API.  however when sending data in the pageLoad object here it is not associating it with the mbox.

Gokul_Agiwal
Community Advisor
Gokul_AgiwalCommunity AdvisorAccepted solution
Community Advisor
January 28, 2024

Hi @rjbu  

Are you referring to Page Parameters?  which generally called  “mbox parameters”. These are name/value pairs passed in directly through page code that are not stored in the visitor’s profile. 

For this,  2 methods are used - targetPageParams() and targetPageParamsAll. 

The parameters passed through above methods can be seen in Audience section under Adobe Target 

 

And the other's way to get the data in Target and used for Audience, In- Page Profile attributes, These are name/value pairs passed directly through page code that are stored in the visitor’s profile for future use. 

Here is the guide or help documentation

In case, if you're looking any specific use case, please reply 

RJBuAuthor
Level 3
January 29, 2024

@gokul_agiwal  I think this is documentation for web (JavaScript), is that correct?

 

what I'm interested in is how to do this using the Delivery API located @ https://developer.adobe.com/target/implement/delivery-api/

 

any ideas?