Menu

Saturday, April 30, 2022

Adobe Target : Customer Attributes and People Identification

 Customer Attributes

Demo : https://video.tv.adobe.com/v/27819?quality=12


Feature under People Tab , used to upload offline customer specific (CRM) data with no PI information.

Pre-requisites:

1. ECID/MCID deployed in your website. (Identify visitor across adobe solution)

2. Capture CRM ID/customer ID from page(To identify and map customer who logged in to site and customer attribute data)

3.  Database with information about your customers, which you will want to use in the Adobe Experience Cloud i.e for CRM file upload(CRM data CSV feed)


Saturday, April 9, 2022

Target Snippets

 1. Check if cookie is present, append query parameter as source code .

if(document.cookie.includes('at_check')) {

  var separator = (window.location.href.indexOf("?")===-1)?"?":"&";

 window.location.href = window.location.href + separator + "SourceCode=INT999T"

}

Target Server Side implementation using .net SDK

 Target Server Side implementation using .net SDK  This reference guide shows how Adobe Target customers can install, initialize, and use th...