Expand my Community achievements bar.

SOLVED

Configure Events Contains Data in AA but No Data in AAM

Avatar

Level 4

Hi AAM Experts,

Newbie here :-)

I've notice data for ‘event x’ inside Adobe Analytics but no data is being set to Audience Manager.

Stupid question: How do I validate the ‘event x’ sending data to AAM or not .

Thanks,

PV

1 Accepted Solution

Avatar

Correct answer by
Level 2

If you want to catch only an specific event in a call you have to configurate as follows:

Contains "eventx" and endswith "eventx" due to a user could send more than one value for event ie "event: event1,event2,event3" and you would collect "event1,event2,event3" I watched it on a video training

Conversion.PNG

shweta_singh​ could you confirm it?

View solution in original post

7 Replies

Avatar

Level 10

Go to Audience Data > Signals > Search.

Enable Advanced search for Adobe Analytics.

Apply a filter as Key "c_events" contains "event x".

You will see how often "event x" was sent to AAM as a signal.

Note: this search capability will show you only those signals that were captured at least 1000 times.

Avatar

Level 4

Thank you

Avatar

Level 10

Check how many times that event was fired in Adobe Analytics for the last week/month.

Check if server-side forwarding or AAM integration code was set up in your implementation.

Avatar

Employee

Hi there,

Another way to validate if event x is being sent to audience manager or not is using browser developer tools.

1.Open the page in your website where "eventx" is fired and filter the network calls in browser developer tools using b/ss.

2.b/ss is the filter for adobe analytics call.

3.Open the analytics call and check for events:"eventx" value in query string parameters.

4.If the value is present that means eventx is being passed to audience manager.

Something like below:

1837822_pastedImage_0.png

Regards,

Shweta

Avatar

Correct answer by
Level 2

If you want to catch only an specific event in a call you have to configurate as follows:

Contains "eventx" and endswith "eventx" due to a user could send more than one value for event ie "event: event1,event2,event3" and you would collect "event1,event2,event3" I watched it on a video training

Conversion.PNG

shweta_singh​ could you confirm it?

Avatar

Employee

Hi franciscor54562584

I don't think so that events value will be such that it starts and ends with same eventx. To capture a particular from the list of events,we can also build regex for that eventx.

Regards,

Shweta

Avatar

Level 2

Thank you, of course...its an important point to take into account!