Hi Experts,
I have implemented ttMETA plugin using Adobe Launch. The code I have picked from target help doc.
However I am seeing undefined under "MboxName":
CODE OF ttMETA:
window.ttMETA.push(
{
'CampaignName': token["activity.name"],
'CampaignId' : token["activity.id"],
'RecipeName': token["experience.name"],
'RecipeId': token["experience.id"],
'OfferId': token["option.id"],
'OfferName': token["option.name"],
'MboxName': e.detail.mbox
});
RESPONSE of ttMETA:
CampaignId: "318808"
CampaignName: "POC"
MboxName: undefined
OfferId: "3"
OfferName: "Offer3"
RecipeId: "1"
RecipeName: "Experience B"
Can anybody advise why am I getting this undefined under mbox name ?
Solved! Go to Solution.
Views
Replies
Total Likes
Are you using 2.x library?
This may happen with the use of 2.x library as with this new version target call does not pass mbox name as a parameter anymore.
Views
Replies
Total Likes
Are you using 2.x library?
This may happen with the use of 2.x library as with this new version target call does not pass mbox name as a parameter anymore.
Views
Replies
Total Likes
Views
Replies
Total Likes
Wanted to comment that response tokens work great for this use case
https://docs.adobe.com/content/help/en/target/using/administer/response-tokens.html
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies