Salesforce Marketing Cloud Data Views: _MobileAddress (Deprecated)

⚠️ Important: The _MobileAddress data view is no longer officially supported by Salesforce Marketing Cloud. It has been replaced by the more comprehensive and accurate views: _SMSSubscriptionLog and _SMSMessageTracking. However, some legacy environments may still have access to this view for backward compatibility.

This blog documents the legacy _MobileAddress data view fields and outlines scenarios where it might still be referenced during audits or legacy system reviews.

What was the _MobileAddress Data View?

The _MobileAddress data view stored information about SMS subscribers, including contact metadata, address fields, status, carrier details, and channel preferences. It served as a foundational table in MobileConnect but has since been deprecated in favor of more specialized views.

Why It Was Replaced

  • Lack of real-time delivery tracking.
  • Missing opt-in/out lifecycle detail.
  • Limited channel and engagement metadata.

Fields in _MobileAddress Data View (Deprecated)

FieldTypeDescription
_MobileNumberText(15)Mobile number of the subscriber.
_ContactIDTextUnique identifier for the contact.
_StatusTextSubscriber status (e.g., Active, Held).
_SourceTextHow the contact was created (e.g., API, Import).
_SourceObjectIdText(200)Source system object reference.
_PriorityTextMessage priority setting.
_ChannelText(20)Communication channel type. Usually SMS.
_CarrierIDTextMobile carrier ID.
_CountryCodeText(2)Country code for mobile number.
_CreatedDateDateRecord creation date.
_CreatedByTextUser or system who created the record.
_ModifiedDateDateLast update timestamp.
_ModifiedByTextUser or process that modified the record.
_CityText(200)Subscriber’s city.
_StateText(200)Subscriber’s state or province.
_ZipCodeText(20)Subscriber’s postal code.
_FirstNameText(100)First name of the subscriber.
_LastNameText(100)Last name of the subscriber.
_UTCOffsetNumberTime zone offset from UTC.
_IsHonorDSTBooleanWhether Daylight Saving Time is honored.

Use Case Summary (Legacy Reference Only)

While not recommended for new implementations, here are some legacy use cases:

  • Contact Lookup by Mobile Number.
  • Region-Based Segmentation using city, state, and zip.
  • Carrier ID Filtering to manage deliverability.
  • Legacy Integrations with external CRMs referencing _MobileAddress.

Recommended Alternative: Use _SMSSubscriptionLog and _SMSMessageTracking for active systems, as they provide opt-in/out status, delivery tracking, and journey attribution.


Conclusion

The _MobileAddress data view served its purpose in early versions of SFMC MobileConnect but has now been superseded by more robust and real-time tracking views. Marketers and developers should transition their reporting and integrations to supported data views for accurate and up-to-date SMS analytics.