Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Adobe target integration issue with Web SDK: Could not see display event after __view__ is fired

Avatar

Level 2

I am implementing Adobe Target through the platform Web SDK and have configured all the steps as mentioned in this article : https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/applications-setup/setup...

After i created an activity in adobe target i can see that the changes from activities are getting applied on the page. However, pageviews are not getting recorded.

 

 

Opti36117495pkw1_4-1710581748266.png

Opti36117495pkw1_2-1710581526303.png

 

I Checked in the debug mode and send event is getting triggered.

 

Opti36117495pkw1_3-1710581604231.png


Any suggestions to resolve this issue will be really appreciated

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

11 Replies

Avatar

Level 3

Turn on include rendered propositions, this will include a display event along with the page view call and should work

ezhil_raja_0-1710769342576.png

 

Avatar

Level 2

I have enabled it but I'm now observing two page views events, but the display event is still not showing up

OptiPh_1-1710830058959.png

 

OptiPh_0-1710829974038.png

 

Avatar

Level 3

This implementation will send the display event in next page load. However, this won't result in additional page load. I believe one of those page load might be a 307 redirect which might be due to you environment. However, if is a 200 ok status request, I suggest you check your rule and condition.

Reg. display event, you can also try turning on 'Automatically send a display event' as shown in the below image and turn off 'include rendered propositions' on the top. This will add a seprate decisioning.propositionDisplay call which would include the display event. At a given point of time, only one of these two beta settings (include rendered propositions or automatically send a display event) should be ON.

ezhil_raja_0-1710840707266.png

Hope this helps..

Avatar

Level 2

I tried "Automatically send a display event" and disabled the "include rendered propositions," but I'm unable to observe the Display event in the debugger

 

OptiPh_0-1710916429316.png

 

Here are the configurations: 

image.jpg

 

Is there anything I am doing wrong in this?

Avatar

Level 3

This should actually work for you, not sure why it isn't. Please try in a new page load rule with bare minimal actions/ conditions at window load and check. There might be something else specific to your development environment that is blocking.

Avatar

Level 2

Can it be related to Scope We have left it empty :

OptiPh_0-1710996308369.png

 

And decision context as well :

OptiPh_1-1710996341891.png


Please let me know if we have to add anything here

Avatar

Level 1

I see a similar issue happening for my set up as well. Have you been able to resolve this?

Avatar

Level 3

since your experiences are working, no changes required here. hope you are having both adobe analytics and target in the same datastream? 

 

also, pls wait for updates from Adobe which are mentioned here for us to fully decode the beta features https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/applications-setup/setup...

ezhil_raja_0-1711110118130.png

 

Avatar

Level 2

How can i verify that its working because i can see both enabled in the Datastream.

OptiPh_0-1711955868226.png

 

Do we have to add any property token here (they were optional in the Documentation).

OptiPh_1-1711955944037.png

 

Avatar

Level 3

yes, you'll have to provide a property token, and leave 3rd party id namespace blank unless you have a valid mbox3rdPartyId

Avatar

Level 2

I'm still unsure about how to obtain the property token. Just to clarify, I'm using Adobe Target Standard. Any guidance on where to find this token would be much appreciated