Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MessageDetails
Represents details of text message in case of email, message or SMS.
Fields |
text
|
string
Output only. Textual content of the message.
|
attachment_urls[]
|
string
Output only. URL to the SMS or email attachments. These URLs can be used to download the contents of the attachment by using the developer token.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Represents details of an email, message, or SMS text message."],["Includes the textual content of the message (`text` field)."],["Provides URLs to download any attachments associated with the message (`attachment_urls[]` field)."]]],["The content describes the structure of a text message, email, or SMS within a data system. It includes two fields: `text`, a string representing the message's textual content, and `attachment_urls[]`, an array of strings. These strings are URLs that link to message attachments, enabling the downloading of attachment content using a developer token. The `text` and `attachment_urls[]` are read-only outputs.\n"]]