Adobe Target Recommendations using offline puchase data | Community
Skip to main content
Level 2
February 21, 2024
Solved

Adobe Target Recommendations using offline puchase data

  • February 21, 2024
  • 1 reply
  • 992 views

Hi Team,

 

We have a client use case where we need to show 'People who bought this, also bought' recommendation using transaction made offline or POS. Can you please let me know if anyone has done this kind of implementation? If yes, how can we upload the data into Target system? Is it using bulk profile update API or any other way?

 

Thank you in advance!

 

Kartheek A

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by alexbishop

Yes, Bulk API would make a lot of sense in this scenario. Two things to keep in mind:
i) Make sure to include productPurchaseId with the list of products
ii) You can reduce the number of requests by ignoring orders with only one product, as they of course don't add any value to that particular algorithm 

1 reply

alexbishop
Adobe Employee
alexbishopAdobe EmployeeAccepted solution
Adobe Employee
February 28, 2024

Yes, Bulk API would make a lot of sense in this scenario. Two things to keep in mind:
i) Make sure to include productPurchaseId with the list of products
ii) You can reduce the number of requests by ignoring orders with only one product, as they of course don't add any value to that particular algorithm 

Level 2
May 6, 2024

Apologies for responding late Alex!

 

Thank you for sharing solution! We have used the same approach and are able to implement use case successfully 🙂

 

Regards,
Kartheek