GTM Operations

CRM data modeling

Design the object model, fields, and relationships that make the CRM a reliable source of truth for routing, reporting, and activation.

Bad modeling here breaks everything downstream: routing, scoring, forecasting. Get the foundation right before you automate a single play.

The object model

Understand Lead vs. Contact vs. Account, and the lead-to-account matching that ties them together. Most routing logic depends on this relationship being correct.

Fields and scores

Custom fields hold enriched attributes and computed scores. Keep field-level security tight, and never hardcode a calculated value where a formula or rollup belongs.

Dedupe and history

Dedupe and merge rules on domain and email as canonical keys. Field history and change tracking for auditability, so you can answer “who changed this and when.”

Whose call this is

The object model and governance rules belong to Operations. Engineering activates data into these structures at speed, but does not redefine them unilaterally. When in doubt, that is a governance conversation.