URL parameters

What is ludocid on Google Maps?

ludocid is a query parameter on many Google Search and Maps-related URLs. The number it carries is typically the same decimal as CID—not a Place ID and not a full Fid hex pair.

Updated September 21, 2026

Also called: ludocid= · local universal CID

What ludocid looks like

In a URL you will see ludocid= followed by a long decimal. That decimal is the CID in most lead-tooling contexts.

  • Valid snippet: …?ludocid=5797000863177578206
  • Same value family as cid= on other URLs
  • Not interchangeable with ChIJ Place ID or 0x…:0x… Fid

Where ludocid appears

SurfaceRole
Search / local URLsIdentifies the place in query string
Review-related linksOften paired with other local params
Converters & parsersTreated like cid when extracting decimal CID
Lead CSVExported as Cid (not a separate ludocid column)

How to work with ludocid

  1. If a client sends a link containing ludocid=, copy the decimal—it is usually the CID.
  2. Prefer resolving a full place URL through the Place ID & CID Converter so you also get Place ID and Fid.
  3. Store Place Id as the CRM primary key; keep the decimal under Cid.

Lead workflow notes

  • Accept ludocid links from clients without panicking—map them to Cid
  • Still fetch Place ID before CRM merge when possible
  • Use review extractors with a clean place URL or business_id rather than raw Search URLs when jobs fail

Common mistakes

  • Creating a separate “ludocid” CRM field that duplicates Cid
  • Assuming ludocid is a Place ID
  • Pasting a Search URL with ludocid into tools that require a /maps/place/ URL

FAQ