Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Recommend Products to users via Email

Avatar

Employee

We are an e-commerce and have both Adobe Campaign Standard and Adobe Target. We want to recommend products to our users via email based on their behaviours (browsing). We were thinking about using target algorithms (last viewed, recommended...) to recommend products via Campaign Standard.

Do you have any content to share around this?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

There is no out of the box integration that makes Recommendations in email as easy to setup as a typical Target activity. But below is information about making a connection between Target Recs and any email service provider in general.

 

If the visitor accesses their email from a browser that has previously visited the website, their browsing behavior might be considered by Recommendations, but I am not sure about this, and need someone with a deeper technical understanding to confirm.  The Last Viewed, or Trending algorithms will work as expected.

Here are three custom methods for accomplishing the integration:

Method 1: Adobe Target Delivery API (Preferred)Use the Adobe Target Delivery API to make per-customer/per-email requests for recommendations.
Method 2: Adobe Rawbox APIUse the Adobe Target Rawbox API to make per-customer/per-email requests for recommendations.
Method 3: Recommendations Download APIUse the Recommendations Download API to request bulk recommendations for a list of products or categories in CSV format.

 

Using method 1 or method 2 requires Campaign to make calls to an external API on a per-customer/per-email basis and wait for content to be returned. These methods are not supported by all ESPs.  Contact your Campaign technical resource to determine if it is compatible with this integration pattern.

Using method 3 requires your email service provider to join together a list of recommendations by product ID or category ID to your list of emails. This method can be based on an attribute such as the customer’s last viewed product, last purchased product, or most viewed category. However, your email service provider must have access to this data in its customer profile in order to perform the join. Contact your Campaign technical resource to determine if it has access to this data and is compatible with this integration pattern.

You can find more details about implementing one of these methods within the documentation available here: https://experienceleague.adobe.com/docs/target/using/recommendations/recommendations-faq/integrating...

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

There is no out of the box integration that makes Recommendations in email as easy to setup as a typical Target activity. But below is information about making a connection between Target Recs and any email service provider in general.

 

If the visitor accesses their email from a browser that has previously visited the website, their browsing behavior might be considered by Recommendations, but I am not sure about this, and need someone with a deeper technical understanding to confirm.  The Last Viewed, or Trending algorithms will work as expected.

Here are three custom methods for accomplishing the integration:

Method 1: Adobe Target Delivery API (Preferred)Use the Adobe Target Delivery API to make per-customer/per-email requests for recommendations.
Method 2: Adobe Rawbox APIUse the Adobe Target Rawbox API to make per-customer/per-email requests for recommendations.
Method 3: Recommendations Download APIUse the Recommendations Download API to request bulk recommendations for a list of products or categories in CSV format.

 

Using method 1 or method 2 requires Campaign to make calls to an external API on a per-customer/per-email basis and wait for content to be returned. These methods are not supported by all ESPs.  Contact your Campaign technical resource to determine if it is compatible with this integration pattern.

Using method 3 requires your email service provider to join together a list of recommendations by product ID or category ID to your list of emails. This method can be based on an attribute such as the customer’s last viewed product, last purchased product, or most viewed category. However, your email service provider must have access to this data in its customer profile in order to perform the join. Contact your Campaign technical resource to determine if it has access to this data and is compatible with this integration pattern.

You can find more details about implementing one of these methods within the documentation available here: https://experienceleague.adobe.com/docs/target/using/recommendations/recommendations-faq/integrating...