Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Media file fields can be selected along with customer fields in SELECT and WHERE clauses, but these fields will not segment metrics.
Key attributes available for media files include audio duration, file size, ID, image URLs, media bundle URL, mime type, name, resource name, source URL, type, and various video-specific details like ad duration, advertising ID, ISCI code, and YouTube video ID.
Many media file fields are output only, indicating they are provided information rather than modifiable fields.
Several fields are filterable, selectable, and sortable, allowing for querying and organizing media file data.
Some fields, such as resource_name, source_url, type, name, and video.youtube_video_id, are immutable.
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT clause.
media_file.audio.ad_duration_millis
Field description
Output only. The duration of the Audio in milliseconds.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.file_size
Field description
Output only. The size of the media file in bytes.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.id
Field description
Output only. The ID of the media file.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.image.full_size_image_url
Field description
Output only. The url to the full size version of the image.
Category
ATTRIBUTE
Data Type
STRING
Type URL
N/A
Filterable
True
Selectable
True
Sortable
False
Repeated
False
media_file.image.preview_size_image_url
Field description
Output only. The url to the preview size version of the image.
Output only. The duration of the Video in milliseconds.
Category
ATTRIBUTE
Data Type
INT64
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.video.advertising_id_code
Field description
Output only. The Advertising Digital Identification code for this video, as defined by the American Association of Advertising Agencies, used mainly for television commercials.
Category
ATTRIBUTE
Data Type
STRING
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.video.isci_code
Field description
Output only. The Industry Standard Commercial Identifier code for this video, used mainly for television commercials.
Category
ATTRIBUTE
Data Type
STRING
Type URL
N/A
Filterable
True
Selectable
True
Sortable
True
Repeated
False
media_file.video.youtube_video_id
Field description
Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix "https://www.youtube.com/watch?v=" to this ID will get the YouTube streaming URL for this video.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-16 UTC."],[],[]]