The solution:There was something going wrong on the edge server that I
was routed too. The sync between the Edge and the Target DB was not
happening which resulted in the properties not showing up in the
audience builder. --> I needed help from an Adobe Engineer to figure
this one out.
Hi @LordOfTheRings Until this feature is available in 2.x , there is a
workaround you can try as“pass a custom parameter named “browserWidth”
set to document.body.offsetWidth” and then create an audience based on
this parameter. Regards,Skand
Yes, all three right on that account! I was reading this though
https://docs.adobe.com/content/help/en/target-learn/tutorials/integrations/use-data-providers-to-integrate-third-party-data.html
which has a way to abstract this out a bit and let AT make the third
party call in a timely way without custom code. But it appears to only
work with global mbox. Maybe it is the nature of regional mbox though
that eschews this data provider abstraction?
Hi @srikoll Our method of doing this (we use at.js 2.3.0) is using the
targetPageParamsAll function which looks a bit like
this:window.targetPageParamsAll = function() { function
_userIsLoggedIn() { // Some logic that returns true or false } return {
"logged_in": _userIsLoggedIn() }; } That way we have the custom mbox
attribute 'logged_in' available on all offer requests. Within Target we
then use this in an Audience. Kr, Thomas
@SaraTown You can get the list of all users using any adobe
solutions(like Target) available in your organization experience
cloud.Steps are as :1. Go to Admin console 2. Click on User link
available on Top 3. Click on 3 dots '...' present next to 'Add User'
button.4. Select option 'Export users list to CSV' . It will give list
of all users with complete details5. Apply filter on the sheet and then
select the solution for you want the list of all users ( For Ex- You can
search for 'target' produ...
@LordOfTheRings 30 minutes of inactivity in a session, marks the end of
the session that is equivalent to one visit. Note : These counts takes
few minutes to reflect in reporting
@randradebbva :Since you mentioned it was working earlier till 8th (you
were able to access target earlier), So I would suggest :1. Confirm you
have target profiles assigned by Experience Cloud System administrators
as explained very well by @MihneaD .2. If still issue persists then - a.
Try incognito window of browser or clear your browser cache & cookies to
make sure new changes reflect. b. Try in another System c. Try in
different Network.3. Are you facing the issue only accessing the target
...