Expand my Community achievements bar.

SOLVED

How do I get started with Marketing Cloud ID Service

Avatar

Level 9

How do I implement Marketing Cloud Visitor ID Service?

1 Accepted Solution

Avatar

Correct answer by
Level 9

Before implementing Adobe Marketing Cloud ID Service, walk through the step-by-step guide here http://adobemcidplan.businesscatalyst.com/. This guide will walk you through the steps that need to be completed prior to implementing the ID Service. One the pre-requisites have been completed, instructions for implementing are available in the Product Documentation here https://marketing.adobe.com/resources/help/en_US/mcvid/.

For more information on what the Marketing Cloud is, check out this video: 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Before implementing Adobe Marketing Cloud ID Service, walk through the step-by-step guide here http://adobemcidplan.businesscatalyst.com/. This guide will walk you through the steps that need to be completed prior to implementing the ID Service. One the pre-requisites have been completed, instructions for implementing are available in the Product Documentation here https://marketing.adobe.com/resources/help/en_US/mcvid/.

For more information on what the Marketing Cloud is, check out this video: 

Avatar

Level 1

Do you have an example on how to validate if an mcid exist? We have this issue where the mcid being returned is empty. Was wondering if there is a standard way to check if its empty or not before loading or calling the function.

 

var mcID = _satellite.getVisitorId().getMarketingCloudVisitorID();
var url = 'https://www.example.com/?pubref=' + mcID '&siteid=1111';

 

When a user clicks the book now button, it will use the url to redirect the user with the mcid. when we check our analytics report, some has mcid and some doesnt have.