Oracle Eloqua and Adobe Target Integration | Community
Skip to main content
Level 2
December 15, 2020
Solved

Oracle Eloqua and Adobe Target Integration

  • December 15, 2020
  • 2 replies
  • 3299 views

Hi Team,

 

We are trying to achieve the Eloqua and Adobe Target Integration. Could some one please provide your inputs if some one has done this integration? We need to use those Eloqua segments imported into target as an audience and provide the personalized experience based on those eloqua segments.

 

I was looking into the documentation related to the data providers. Is this the right approach for making the call to eloqua with in the at.js window.targetGlobalSettings.dataProviders and send it as parameters in a Target request to target those eloqua segments to provide the personalized experience?

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/functions-overview/targetgobalsettings.html?lang=en#server-state

 

Thanks!

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 shelly-goel

Hi @cqexplorer

Yes, Data Providers approach would work fine when integrating Target with 3rd party. Here you would make an Eloqua API call with some parameters to fetch appropriate segments. The segments returned (based on the visitor) could be set as profile parameters so that those are just set once and used in subsequent target requests in the same session. Then create relevant audiences in Target based on these profile parameters, to be used in the activities.

Thanks

2 replies

shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
December 17, 2020

Hi @cqexplorer

Yes, Data Providers approach would work fine when integrating Target with 3rd party. Here you would make an Eloqua API call with some parameters to fetch appropriate segments. The segments returned (based on the visitor) could be set as profile parameters so that those are just set once and used in subsequent target requests in the same session. Then create relevant audiences in Target based on these profile parameters, to be used in the activities.

Thanks

Level 2
December 17, 2020
 
 

Thank you for  @shelly-goel  for your response. Really appreciate that!

Couple of follow up questions:

1. To make that call from the at.js data provider, eloqua parameters should be available either through the data layer or some cookie on that page already right.

2. Another approach listed for Eloqua integration.

Eloqua visitor ID and can be integrated with ECID using the visitor service. At this point, any and all (non-PII) data can be sent to Adobe Target by way of APIs using nothing more than the Eloqua ID.

Only thing thats confusing in the second approach is if the customers are already mapped using this customer id or crmid to ECID using the visitor service for authenticated state and the offline CRM attributes, can they also map the eloqua visitor id too using the same approach or they are limited to map only one id using that approach.

Any pointers would be appreciated.

Thanks

shelly-goel
Adobe Employee
Adobe Employee
December 18, 2020

@cqexplorer

1. Yes, that's right or any other way to get/ generate those values in the javascript code of data provider

2. Yes there's a possibility to use Experience Cloud ID service if you have the Experience Cloud provisioned for your organization. You can set multiple IDs for a visitor leveraging setCustomerIDs in ID Service (visitorAPI).

There are a couple of ways to make profile data available in Target: Bulk Profile Update API or Customer Attributes (You can compare which one works in your use case: https://experienceleague.adobe.com/docs/target/using/implement-target/before-implement/methods/methods-to-get-data-into-target.html?lang=en#section_92AB4820A5624C669D9A1F1B6220D4FA).

Then use crx.<attribute name> (Under Visitor Profile) while creating Audiences in Target.

Other References:

https://experienceleague.adobe.com/docs/id-service/using/reference/authenticated-state.html?lang=en#section-68ad4065dfaa437d9070832d6e2bf85c

https://experienceleague.adobe.com/docs/core-services/interface/customer-attributes/attributes.html?lang=en#section_BD38693AFBF34926BA28E964963B4EA0