How to pass offline data attributes realtime (not batch file upload) to AAM?
Hi All,
Could not able to find correct documentation regarding realtime (rest based) data augmentation in AAM.
Use case:
We were able to pass clickstream data from Sitecatalyst through serverside sync.
We are able to setup setCustomerID call when user logs in or fills the form(where ever reveals user identity) . Hashing email id.
Now how to call rest API call to add additional attributed from offline system to the same visitor signal.
something like id="offline<hashemail>"&attr1="val"&attr2="val2". Here this is not a new signal it should enrich the existing signal with these additional attributes.
I am aware of offline data file upload but that is batch process we are looking at realtime