Visitor ID report in Adobe Analytics | Community
Skip to main content
srikanths356410
New Participant
January 22, 2018
Solved

Visitor ID report in Adobe Analytics

  • January 22, 2018
  • 17 replies
  • 12649 views

I have set up my Marketing Cloud ID service for a web property to get data about visitor ids. Where do I get the information about visitor ID's in Adobe analytics Analytics.

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 abhijmis

Hi,

Please use this:

s.eVar1=s.prop1="D=mid"

Let me know in case you still don't see expected values in the report.

17 replies

abhijmisAccepted solution
Employee
January 29, 2018

Hi,

Please use this:

s.eVar1=s.prop1="D=mid"

Let me know in case you still don't see expected values in the report.

srikanths356410
New Participant
January 26, 2018

Hey Pratheep,

I tried your way by assigning evar7 and sprop to s.marketingCloudVisitorID but my reports just populate with marketingCloudVisitorID string.

PratheepArunRaj
New Participant
January 25, 2018

Yes Srikanth!

srikanths356410
New Participant
January 24, 2018

I have implemented Marketing cloud ID service by adding it as a tool in DTM, Then i could see mid on adobe debugger. So now if i assign s.eVar1 = s.prop1 = s.marketingCloudVisitorID in global variables under same property, mid should be populated in that particular evar and sprop report right?

PratheepArunRaj
New Participant
January 24, 2018

Dear Srikanth,

Capturing Marketing Cloud ID in an eVar or Prop is based on the Business Requirement.

For better co-relation and sub-relation, capture it in both.

s.eVar1 = s.prop1 = s.marketingCloudVisitorID;

You should have implemented Marketing Cloud ID before using the above variable.

Thank You!

Arun

srikanths356410
New Participant
January 23, 2018

Thank you, Arun. Can you please tell me how to capture this Marketing cloud visitor ID in a prop or eVar. Which is a better way to capture Prop or eVar?

PratheepArunRaj
New Participant
January 23, 2018

Dear Srikanth,

Marketing Cloud ID is not automatically populated in to Adobe Analytics Report (Through Interface, Workspace and Reportbuilder).

It is only available in Data Warehouse and Analytics Data Feed for calculation.

If you want the same to be available in reports, you need to capture the same in a Prop or eVar.

Thank You!

Arun