내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

mbox3rdPartyId in the adobe.target.trackEvent

Avatar

Community Advisor

Hi Team,

 

We are uploading the offline data into experience cloud using CRS.  The website is on at.js 2.x , we have passed mbox3rdPartyId through  adobe.target.trackEvent  through Adobe Launch Rule "PQR".

 

Target is implemented on website through launch only and there is separate rule "ABC" for this.

 

"PQR" is firing post "ABC" and I can see call is firing in network tab for both.

LordOfTheRings_0-1611310362406.png

 

 

I can see mbox3rdPartyId also present under Id.

 

So wanted to check with you if this setup would not cause any issue and I can target the loggedIn users since I have the thirdPartyId in the param.

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6
You are correct, you will get an error if you attempt to do so. A possible alternative is firing another rule in Adobe Launch if you are using it. For some reason you can fire multiple Target global mboxes using Launch but not using getOffer/applyOffer. I asked Adobe for information on how this works with Launch and how to replicate without using Launch but have not heard back.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 6

@ambikaTewari_ATCI I see what you are doing here but I dont believe there is enough documentation on how this will work and how reliable it can be long term. The function "trackEvent" is meant for reporting so if Adobe scraps it and uses sendNotification instead you will need to pivot. It's a big "if" but perhaps theres another more effective way?

 

Have you thought of disabling auto global mbox when user authenticates and instead fire it using getOffers/applyOffers when you do have the mbox3rdPartyId?

 

Avatar

Community Advisor
Hi @JOs, getOffers doesnt accept target-global-mbox name I believe thats why I switched to trackEvent. Did it work for you ? Can you help me with that please

Avatar

정확한 답변 작성자:
Level 6
You are correct, you will get an error if you attempt to do so. A possible alternative is firing another rule in Adobe Launch if you are using it. For some reason you can fire multiple Target global mboxes using Launch but not using getOffer/applyOffer. I asked Adobe for information on how this works with Launch and how to replicate without using Launch but have not heard back.