Regarding sending data from AWS to adobe target in real time | Community
Skip to main content
Level 2
August 25, 2023
Solved

Regarding sending data from AWS to adobe target in real time

  • August 25, 2023
  • 2 replies
  • 1054 views

I have Adobe ECID with me in AWS environment I want to send this ECID and and with that some details specific to ECID into Adobe target how can I send this details to Adobe target I see on documentation single profile updating is there but it's taking time I want to send it to Adobe target in real time to give user experience How can I do that it will be very helpful to know.

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 Rajneesh_Gautam_

Hi @dharmesh  - you may also use Adobe Target's Delivery API which works rather faster as compared to single-profile update. It supports data-updates using ECID: https://developers.adobetarget.com/api/delivery-api/#section/Identifying-Visitors/Marketing-Cloud-Visitor-ID

 

You can pass mbox/profile parameters to update the visitor-profile.

 

One important thing to remember: delivery APIs will be charged as part of your server-calls quota so do the forecasting before using this method in a production environment.

 

Hope this helps,

 

Regards

Rajneesh

2 replies

alexbishop
Adobe Employee
Adobe Employee
September 1, 2023

It depends somewhat on what exactly is configured in AWS but one option could be:
-set up an AWS Lambda function that can retrieve the relevant data from AWS services
-set up API Gateway to give you an endpoint where you could make requests to Lambda from the client.
You could then pass data from the Lambda response into Target as an mbox parameter, which would be attached to the Target profile in real-time

Rajneesh_Gautam_
Community Advisor
Rajneesh_Gautam_Community AdvisorAccepted solution
Community Advisor
September 3, 2023

Hi @dharmesh  - you may also use Adobe Target's Delivery API which works rather faster as compared to single-profile update. It supports data-updates using ECID: https://developers.adobetarget.com/api/delivery-api/#section/Identifying-Visitors/Marketing-Cloud-Visitor-ID

 

You can pass mbox/profile parameters to update the visitor-profile.

 

One important thing to remember: delivery APIs will be charged as part of your server-calls quota so do the forecasting before using this method in a production environment.

 

Hope this helps,

 

Regards

Rajneesh