Target Extension 2 in Launch not sending sessionId | Community
Skip to main content
reid_from_lulus
Level 1
September 8, 2019
Solved

Target Extension 2 in Launch not sending sessionId

  • September 8, 2019
  • 4 replies
  • 6355 views

I'm trying to update from Target extension 1 to Target extension 2 in Launch but I keep getting these errors when I deploy the build to my dev or staging environments:

AT: request failed Error: Errors: sessionId query parameter is required;

AT: [page-init] View delivery error Error: Errors: sessionId query parameter is required;

Looking at the debugger, I see the calls to delivery do not have a value in sessionId:

{"client":"xxxx","sessionId":"","version":"2.1.1"}

If I check the first-party cookies for my domain, I see that I do have a 'mbox' cookie and it does have a value for 'session' in it. I was under the impression that at.js took care of all of this automatically (setting the cookie and pulling its value before sending requests). Am I missing something?

I also get error:

AT: request failed Error: Errors: field - [execute.mboxes] - global mbox is not allowed in mboxes.;

Which I assume is some other difference between Target 1 and Target 2 I have overlooked which may be a separate issue. I also get this entirely unhelpful error message:

AT Error unknown

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 jnqjd

@reid_from_lulus  / @michael_au: Have you tried updating the Target V2 extension recently? 

 

There have been a few Target V2 extension updates (some just recently) to correct bugs related to sessionID persistence issues and incorrect values generated. 

 

For additional details, check out the Target V2 Launch Extension release notes: https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/target-v2/release-notes.html?lang=en

 

Note: I believe you need to have the ECID extension updated to at least v4.4.1 to set this up correctly. 
Hope this works — 

4 replies

Level 2
April 3, 2020
Hello,
Michael_au
Level 3
December 15, 2020
Also seeing this error come up now and again. Anyone have a solution?
jnqjdAccepted solution
Level 2
October 26, 2021

@reid_from_lulus  / @michael_au: Have you tried updating the Target V2 extension recently? 

 

There have been a few Target V2 extension updates (some just recently) to correct bugs related to sessionID persistence issues and incorrect values generated. 

 

For additional details, check out the Target V2 Launch Extension release notes: https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/target-v2/release-notes.html?lang=en

 

Note: I believe you need to have the ECID extension updated to at least v4.4.1 to set this up correctly. 
Hope this works — 
July 26, 2023

I tried by updating latest version but still seeing that error

Level 2
September 18, 2023

Anyone managed to resolve this one yet?

Level 2
February 26, 2024

In my case I just needed to delete whole website storage... couldn't reproduce the error after that.