[Applicabile anche a v8]{class="badge positive" title="Applicabile anche a Campaign v8"}
Work with Campaign and Experience Cloud Triggers about-adobe-experience-triggers
Triggers è un'integrazione tra Adobe Campaign e Adobe Analytics che utilizza la pipeline. The pipeline retrieves users' actions or triggers from your website. A cart abandonment is an example of trigger. Triggers are processed in Adobe Campaign to send emails in near real time.
Triggers run marketing actions within a short range of time following a user's action. The typical response time is less than one hour.
Consente integrazioni più agili, in quanto la configurazione è minima e non è coinvolta una terza parte.
Supporta inoltre elevati volumi di traffico senza influire sulle prestazioni delle attività di marketing. Ad esempio, l’integrazione può elaborare un milione di trigger all’ora.
Triggers architecture triggers-architecture
The pipelined process is always running on the Adobe Campaign marketing server. It connects to the pipeline, retrieves the events, and processes them immediately.
The pipelined process logs in to the Experience Cloud using an authentication service and sends a private key. Il servizio di autenticazione restituisce un token. The token is used to authenticate when retrieving the events.
Prerequisiti adobe-io-prerequisites
Before starting this implementation, please check you have:
- a valid Organization identifier: the Organization ID is the unique identifier within the Adobe Experience Cloud, used for example for the VisitorID service and the IMS Single-Sign On (SSO). Ulteriori informazioni
- Accesso per sviluppatori all'organizzazione. L'amministratore di sistema dell'organizzazione deve seguire la procedura Aggiungi sviluppatori a un singolo profilo di prodotto dettagliata in questa pagina per fornire agli sviluppatori l'accesso al profilo di prodotto
Analytics - {tenantID}
del prodotto Adobe Analytics associato a Triggers.
Passaggi di implementazione implement
Per implementare Campaign e Experience Cloud Triggers, segui i passaggi seguenti:
-
Create an OAuth project. Ulteriori informazioni
-
Add your OAuth project credentials in Adobe Campaign. Ulteriori informazioni
-
Update the authentication type to the Developer console project in the configuration file config-< instance-name >.xml as follows:
code language-none <pipelined ... authType="imsJwtToken" ... />
Then, run a
config -reload
and a restart of the pipelined for the changes to be taken into account.