Is Munchkin ID stored on the lead or any Marketo object? | Community
Skip to main content
May 27, 2016
Solved

Is Munchkin ID stored on the lead or any Marketo object?

  • May 27, 2016
  • 2 replies
  • 4038 views

I am using BIRST to extract data from Marketo. Presently, I am using REST connector to get Lead data using the "Get Leads by List ID" call.

Now, we need the munchkin id of all the leads in our system and I am not able to find on which object this attribute is stored. Can anyone point me to the right place?

Using BIRST connectors, I can get any activity, program and lead data, but I am not able to find where the munchkin id is stored.

Best

-Prasad

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 SanfordWhiteman

First of all, you absolutely do not mean "Munchkin ID." That is already a term for something else in Marketo, the 11-character identifier of your instance for tracking purposes (123-ABC-456).

What you mean is the "Munchkin cookies".  Note the "s" at the end. Every lead gets a new cookie for every new device/browser that is associated, so this is by no means a single value.

The Munchkin cookies are stored, naturally, on the Lead object.  You retrieve them by fetching the field "cookies."

2 replies

May 31, 2016

Hello Sanford,

You are correct, I am not looking for Munchkin ID that is related to our instance; we want the cookie id, but I couldn't find any field thats called "cookies' on our lead object. I am able to see a total of 680+ attributes (including our custom attributes), but none of them are called "cookies"

Can it have any other name?

Regards

-Prasad

Kenny_Elkington
New Participant
May 31, 2016

This field isn't available from the UI, it is only available via the REST API.

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
May 27, 2016

First of all, you absolutely do not mean "Munchkin ID." That is already a term for something else in Marketo, the 11-character identifier of your instance for tracking purposes (123-ABC-456).

What you mean is the "Munchkin cookies".  Note the "s" at the end. Every lead gets a new cookie for every new device/browser that is associated, so this is by no means a single value.

The Munchkin cookies are stored, naturally, on the Lead object.  You retrieve them by fetching the field "cookies."

June 1, 2016

Hello Sanford and Kenny.

I was able to get "cookies" field only using REST API. While some of the leads dont have any value or any cookie value, there seem to be multiple munchkin cookies on some leads. This is greatly helpful. Thanks.

Best

-Prasad