Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Crayola
Crayola
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Crayola
Customize the badges you want to showcase on your profile
Anyone experience MCID returns empty value? - Adobe Experience Platform Data Collection 23-10-2020
We have a button on our website that has an MCID parameter on the url. When we check the analytics, some urls has empty mcid. We are using the script below to retrieve the mcid value and pass to url. var mcID = _satellite.getVisitorId().getMarketingCloudVisitorID();var url = 'https://www.example.com/?pubref=' + mcID '&siteid=1111'; Analytics Report Shows:https://www.example.com/?pubref=&siteid=1111 Questions:What could be the reason on why mcid is empty? the function is being called only on user...

Views

286

Likes

0

Replies

0
Re: How do I get started with Marketing Cloud ID Service - Adobe Experience Cloud 23-10-2020
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 ...

Views

374

Likes

0

Replies

0