How to define Adobe Analytics Schema Attribute while Activating Destination | Community
Skip to main content
Level 3
May 24, 2023
Solved

How to define Adobe Analytics Schema Attribute while Activating Destination

  • May 24, 2023
  • 1 reply
  • 1836 views

Hi Team,

 

I am trying to send a Streaming Segment with Adobe Analytics attributes to Activate in Destination. 

2 attributes I am activating -> Hashed Id (evar89) and  Full URL (evar69)

 

For Hashed Id (evar89)  --> I have set attribute  : IdentityMap: Email_LC_SHA256   ---> this is working fine and populating in the destination as expected.

 

But for Full URL (evar69)  --> I have set the attribute as per the dataset :  timeSeriesEvents[*]._experience.analytics.customDimensions.eVars.eVar69    --> but I am getting a popup that there is no data in the selected attribute. PFA the details for reference. 

 

Can you suggest how do I send an XDM Experience Event attribute (which is not an identity and cannot be selected from Identity Namespace) to Destination?

 

 

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 Danny-Miller

Hi @anil_umachigi , can you please elaborate on - 'try using query services write it back to a new dataset and exporting it' ? This will work one time only right? Because we wanted to create is a Streaming segment and sending the HashedID and FullURL on an incremental basis every 3 hours.. can you suggest ? Do we need to create a namespace for FullURL so that it adds to the Profile? 


@mansibedi Our Destination framework is meant to send Audiences to a destination (i.e. at a Profile not an Event level).  What @anil_umachigi is suggesting is that you schedule a Query in order to send a field at the Profile level to a destination.  This means you will get one value per Profile, not one value per Event (e.g. Last Page Viewed/Max(timestamp)).

 

If you want to get every Event, you may want to consider Event Forwarding instead. 

https://experienceleague.adobe.com/docs/experience-platform/tags/event-forwarding/overview.html?lang=en

If you still are interested in Scheduled Queries

https://experienceleague.adobe.com/docs/experience-platform/query/api/scheduled-queries.html?lang=en

 

 

1 reply

mansibediAuthor
Level 3
May 24, 2023

One point to mention --> Hashed ID and ECID are 2 identities set up for the AA Schema, so I am able to send these attributes easily to the destinations by Choosing  IdentityMap: Email_LC_SHA256 and  IdentityMap: ECID . The problem is with the attributes which are not part of Identity Namespace, how do I send those to destination, since they are giving the same Error --> no data in the selected attribute.

Anil_Umachigi
Adobe Employee
Adobe Employee
May 24, 2023

@mansibedi Only Profile attributes are available to be activated to a configured destination, if you want events in addition to profile attributes try using query services write it back to a new dataset and exporting it. 

mansibediAuthor
Level 3
May 25, 2023

Hi @anil_umachigi , can you please elaborate on - 'try using query services write it back to a new dataset and exporting it' ? This will work one time only right? Because we wanted to create is a Streaming segment and sending the HashedID and FullURL on an incremental basis every 3 hours.. can you suggest ? Do we need to create a namespace for FullURL so that it adds to the Profile?