Skip to main content
Server path: /dynamic/google-ad-manager | Type: Application (Dynamic) | PCID required: Yes

Tools

ToolDescription
google_ad_manager_create_ad_unitCreate a new ad unit
google_ad_manager_create_custom_targeting_keyCreate a new custom targeting key
google_ad_manager_create_entity_signals_mappingCreate a new entity signals mapping
google_ad_manager_create_private_auctionCreate a new private auction
google_ad_manager_create_reportCreate a new report definition
google_ad_manager_create_siteCreate a new site
google_ad_manager_fetch_report_rowsFetch result rows from a completed report
google_ad_manager_get_applicationRetrieve a specific application
google_ad_manager_get_contentRetrieve a specific content item
google_ad_manager_get_custom_targeting_keyRetrieve a specific custom targeting key
google_ad_manager_get_custom_targeting_valueRetrieve a specific custom targeting value
google_ad_manager_get_device_manufacturerRetrieve a specific device manufacturer
google_ad_manager_get_entity_signals_mappingRetrieve a specific entity signals mapping
google_ad_manager_get_linked_deviceRetrieve a specific linked device
google_ad_manager_get_networkRetrieve a single Ad Manager network
google_ad_manager_get_orderRetrieve a specific order
google_ad_manager_get_private_auctionRetrieve a specific private auction
google_ad_manager_get_reportRetrieve a specific report definition
google_ad_manager_get_siteRetrieve a specific site
google_ad_manager_get_unitRetrieve a specific ad unit
google_ad_manager_list_ad_unitsList ad units in a network
google_ad_manager_list_applicationsList applications in a network
google_ad_manager_list_contentList content items in a network
google_ad_manager_list_custom_targeting_keysList custom targeting keys in a network
google_ad_manager_list_custom_targeting_valuesList custom targeting values for a key
google_ad_manager_list_device_manufacturersList device manufacturers in a network
google_ad_manager_list_entity_signals_mappingsList entity signals mappings in a network
google_ad_manager_list_linked_devicesList linked devices in a network
google_ad_manager_list_networksList all Ad Manager networks accessible to the authenticated user
google_ad_manager_list_ordersList orders in a network
google_ad_manager_list_private_auctionsList private auctions in a network
google_ad_manager_list_reportsList saved reports in a network
google_ad_manager_list_sitesList sites in a network
google_ad_manager_run_reportExecute a report asynchronously. Returns a long-running operation.
google_ad_manager_update_ad_unitUpdate an ad unit
google_ad_manager_update_custom_targeting_keyUpdate a custom targeting key
google_ad_manager_update_entity_signals_mappingUpdate an entity signals mapping
google_ad_manager_update_private_auctionUpdate a private auction
google_ad_manager_update_reportUpdate a report definition
google_ad_manager_update_siteUpdate a site

Create a new ad unit Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
adUnitCodestringNoAd unit code used for ad serving
adUnitIdstringNoUnique ad unit ID
adUnitSizesarrayNoSizes that can be served to this ad unit
descriptionstringNoDescription of the ad unit
displayNamestringNoDisplay name of the ad unit
namestringNoResource name
parentAdUnitstringNoParent ad unit resource name
statusstringNoAd unit status: ACTIVE, INACTIVE, or ARCHIVED
targetWindowstringNoTarget window for the ad unit

Create a new custom targeting key Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
customTargetingKeyIdstringNoUnique custom targeting key ID
displayNamestringNoDisplay name
namestringNoResource name
statusstringNoStatus: ACTIVE or INACTIVE
typestringNoType of the key: PREDEFINED or FREEFORM

Create a new entity signals mapping Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
entitySignalsMappingIdstringNoUnique mapping ID
namestringNoResource name
taxonomyCategorystringNoTaxonomy category resource name

Create a new private auction Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
displayNamestringNoDisplay name
namestringNoResource name
privateAuctionIdstringNoUnique private auction ID

Create a new report definition Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
displayNamestringNoDisplay name of the report
namestringNoResource name
reportDefinitionobjectNoThe report definition including dimensions, metrics, filters, and date range
reportIdstringNoUnique report ID

Create a new site Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
approvalStatusstringNoApproval status of the site
namestringNoResource name
urlstringNoURL of the site

Fetch result rows from a completed report Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
reportIdstringYesThe report ID
resultIdstringYesThe result ID (use ‘latest’ for the most recent run)
pageSizeintegerNoMaximum number of rows to return (max 10000, default 1000)
pageTokenstringNoPagination token

Retrieve a specific application Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
applicationIdstringYesThe application ID

Retrieve a specific content item Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
contentIdstringYesThe content ID

Retrieve a specific custom targeting key Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
customTargetingKeyIdstringYesThe custom targeting key ID

Retrieve a specific custom targeting value Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
customTargetingKeyIdstringYesThe custom targeting key ID
customTargetingValueIdstringYesThe custom targeting value ID

Retrieve a specific device manufacturer Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
deviceManufacturerIdstringYesThe device manufacturer ID

Retrieve a specific entity signals mapping Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
entitySignalsMappingIdstringYesThe entity signals mapping ID

Retrieve a specific linked device Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
linkedDeviceIdstringYesThe linked device ID

Retrieve a single Ad Manager network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code of the Ad Manager network

Retrieve a specific order Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
orderIdstringYesThe order ID

Retrieve a specific private auction Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
privateAuctionIdstringYesThe private auction ID

Retrieve a specific report definition Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
reportIdstringYesThe report ID

Retrieve a specific site Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
siteIdstringYesThe site ID

Retrieve a specific ad unit Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
adUnitIdstringYesThe ad unit ID

List ad units in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of ad units to return (max 1000)
pageTokenstringNoPagination token from a previous response
filterstringNoFilter expression (e.g. filter by status, ad unit code)
orderBystringNoSort order for results

List applications in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of applications to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression
orderBystringNoSort order for results

List content items in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of content items to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression
orderBystringNoSort order for results

List custom targeting keys in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of keys to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter by name, type, or status
orderBystringNoSort order for results

List custom targeting values for a key Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
customTargetingKeyIdstringYesThe custom targeting key ID
pageSizeintegerNoMaximum number of values to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter by name, matchType, or status
orderBystringNoSort order for results

List device manufacturers in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of device manufacturers to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter by name, displayName
orderBystringNoSort order for results

List entity signals mappings in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of mappings to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression
orderBystringNoSort order for results

List linked devices in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of linked devices to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter by name, owner, visibility
orderBystringNoSort order for results

List all Ad Manager networks accessible to the authenticated user
List orders in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of orders to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression (e.g. by advertiser, status, dates)
orderBystringNoSort order for results

List private auctions in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of private auctions to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression
orderBystringNoSort order for results

List saved reports in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of reports to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter expression
orderBystringNoSort order for results

List sites in a network Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
pageSizeintegerNoMaximum number of sites to return (max 1000)
pageTokenstringNoPagination token
filterstringNoFilter by approval status, URL, etc.
orderBystringNoSort order for results

Execute a report asynchronously. Returns a long-running operation. Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
reportIdstringYesThe report ID to run
bodyobjectNoRequest body

Update an ad unit Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
adUnitIdstringYesThe ad unit ID
updateMaskstringNoComma-separated list of fields to update
adUnitCodestringNoAd unit code used for ad serving
adUnitSizesarrayNoSizes that can be served to this ad unit
descriptionstringNoDescription of the ad unit
displayNamestringNoDisplay name of the ad unit
namestringNoResource name
parentAdUnitstringNoParent ad unit resource name
statusstringNoAd unit status: ACTIVE, INACTIVE, or ARCHIVED
targetWindowstringNoTarget window for the ad unit

Update a custom targeting key Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
customTargetingKeyIdstringYesThe custom targeting key ID
updateMaskstringNoComma-separated list of fields to update
displayNamestringNoDisplay name
namestringNoResource name
statusstringNoStatus: ACTIVE or INACTIVE
typestringNoType of the key: PREDEFINED or FREEFORM

Update an entity signals mapping Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
entitySignalsMappingIdstringYesThe entity signals mapping ID
updateMaskstringNoComma-separated list of fields to update
namestringNoResource name
taxonomyCategorystringNoTaxonomy category resource name

Update a private auction Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
privateAuctionIdstringYesThe private auction ID
updateMaskstringNoComma-separated list of fields to update
displayNamestringNoDisplay name
namestringNoResource name

Update a report definition Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
reportIdstringYesThe report ID
updateMaskstringNoComma-separated list of fields to update
displayNamestringNoDisplay name of the report
namestringNoResource name
reportDefinitionobjectNoThe report definition including dimensions, metrics, filters, and date range

Update a site Parameters:
ParameterTypeRequiredDefaultDescription
networkCodestringYesThe network code
siteIdstringYesThe site ID
updateMaskstringNoComma-separated list of fields to update
approvalStatusstringNoApproval status of the site
namestringNoResource name
urlstringNoURL of the site