Skip Navigation

Media Cloud Developer Guide

control-j is the search shortcutj
Winter '27 (API version 68.0)
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Media Cloud Developer Guide
Media Cloud Standard Objects
Media Cloud Fields on Standard Objects
Media Cloud Invocable Actions
Key Components for Subscriber Lifecycle Management
Media Cloud Resources
REST Reference
Resources
Request Bodies
Bulk Edit Line Item Attributes Input
Ad Space Location Advance Filter Input
Ad Space Location Details Input
Ad Space Location Field Input
Ad Space Location Filter Input
Ad Space Location Input
Bulk Edit Line Item Detail Input
Bulk Edit Line Item Input
Bulk Edit Line Items Input
Media Plan Object Input
Resolve Ad Space Spec Locations Input
Response Bodies
Invocable Actions
PDF
Media Cloud Developer Guide/Media Cloud Resources/REST Reference/Request Bodies/Ad Space Location Field Input

Ad Space Location Field Input

Define one list-view column by identifying the entity and field API name to include in results.
JSON example
1{
2  "entityName": "Location",
3  "fieldApiName": "Name"
4}
Properties
Name Type Description Required or Optional Available Version
entityName String Object that owns the field, such as Product2, AdSpaceSpecLocation, AdSpaceSpecification, or Location. Optional 68.0
fieldApiName String API name of the field to include as a list-view column. Optional 68.0
Salesforce logo