활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I ran an A/B test and it chose the proper winner for the final send and completed the delivery. The extended broadlog fields were populated from the enriched target data appropriately for the initial sends, but not for the final delivery. Do I need to add something to the JavaScript to populate the extended broadlog fields for the final delivery since it didn't pick them up from the Enrichment?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
If you have extended your broadlog, you may have used different target mapping(and different storage for broadlog and tracking logs), but the code you used will only use out of the box target mapping, and OOTB recipient broadlog. Hence it was not able to add the data to OOTB broadlog which does not have those fields. You may have to update targetmapping for this winner delivery using jscode. Something like-
delivery.mapping_id=primary key of target mapping you have used for first two deliveries.
Hello @pfrew
Your final delivery didn't go out because in the JS code, you have used validationMode as manual.
The delivery is waiting for your confirmation. Go to the campaign dashboard and click the confirm delivery button.
Thanks,
조회 수
답글
좋아요 수
@_Manoj_Kumar_the final delivery sent just fine. The issue I'm asking about is that the enriched target data fields (i.e. @initiativeName) from Enrichment 3 did not get added to the extended broadlog fields for the 'final' send like it did for the test sends.
조회 수
답글
좋아요 수
If you have extended your broadlog, you may have used different target mapping(and different storage for broadlog and tracking logs), but the code you used will only use out of the box target mapping, and OOTB recipient broadlog. Hence it was not able to add the data to OOTB broadlog which does not have those fields. You may have to update targetmapping for this winner delivery using jscode. Something like-
delivery.mapping_id=primary key of target mapping you have used for first two deliveries.
Can you please elaborate this
delivery.mapping_id=primary key of target mapping you have used for first two deliveries.
조회 수
답글
좋아요 수
Hi @Meghna
You can find more details here on what targetmapping is and how it can be used to add additional fields in broadlog table. For a regular delivery, you can go to delivery > click on TO link and choose different targetmapping but in above example, delivery is being configured using js code, and below is the js code to set new targetmapping(that has extended tables configured in storage part).
delivery.mapping_id=primary key of target mapping you have used for first two deliveries.
Thanks!
조회 수
답글
좋아요 수
Above solution is not working
Do we have any other alternate approach to solve this issue?
Regards,
Meghna
조회 수
답글
좋아요 수
Hi @pfrew,
Were you able to resolve this query with @prasannakumarmarru 's given solution? Do let us know.
Thanks!
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글
조회 수
Likes
답글