Hello, We have a activity only for visitors with a particular profile
parameter. But this data point does not exist until several seconds
after the page has fully loaded. This means the first pageLoad request
made to Adobe Target (at.js 2.x) is missing these parameters - and the
visitor fails to qualify for the test. We have some code that will
scrape the DOM for all the necessary data points, so we want to make a
second request to the Adobe Target servers. This time with all the
parameters in o...