Hi Lukasz,
In the Adobe Analytics tool in DTM, you will have Customize Page Code. Select after UI settings and open editor.
Put the following code:
return false;
This will prevent the Adobe Analytics from firing the image request but it will initilize all of the variables.
The next step will be to create a direct call rule that will send an adobe analytics image request based on s.t().
Once the AJAX code finished to run call
_satellite.track("STRING OF DIRECT CALL RULL");
That will run the direct call rule and the image request will be sent. All of the Global variables declared in the Adobe Analytics tool should be present in the image request.
Please let me know if you have any issues.
Best regards.
Alexis Cazes.
Senior Technical Support Engineer