Follow the steps in the Data Collection diagram to ensure that all necessary tasks needed for data collection are executed in the correct sequence.
Click the images in this topic to expand to full screen.
The data layer is ready during page load or the data layer change after page load.
If you have already mapped data during the initialize SDK phase, you must execute the steps in this diagram if:
The step numbers in the following illustration correspond to the sections below.
Click the following links to navigate to the desired sections:
This step helps ensure that all the data that must be sent to Adobe Target is set.
Prerequisites
Readings
Actions
Use the targetPageParams()
function to set all the required data that must be sent to Target.
Return to the diagram at the top of this page.
Link to entity attributes to update the product catalog for Target Recommendations.
Readings
Considerations
entity.event.detailsOnly=true
parameter in any call takes priority.Return to the diagram at the top of this page.
This step helps ensure that all the data that must be sent to Target is sent.
Prerequisites
Readings
Actions
Use adobe.target.trackEvent() method to send all data that must be sent to Target.
Return to the diagram at the top of this page.
Proceed to Step 3: Render experiences