/dynamic/google-ad-manager | Type: Application (Dynamic) | PCID required: Yes
Tools
google_ad_manager_create_ad_unit
Create a new ad unit Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
adUnitCode | string | No | — | Ad unit code used for ad serving |
adUnitId | string | No | — | Unique ad unit ID |
adUnitSizes | array | No | — | Sizes that can be served to this ad unit |
description | string | No | — | Description of the ad unit |
displayName | string | No | — | Display name of the ad unit |
name | string | No | — | Resource name |
parentAdUnit | string | No | — | Parent ad unit resource name |
status | string | No | — | Ad unit status: ACTIVE, INACTIVE, or ARCHIVED |
targetWindow | string | No | — | Target window for the ad unit |
google_ad_manager_create_custom_targeting_key
Create a new custom targeting key Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
customTargetingKeyId | string | No | — | Unique custom targeting key ID |
displayName | string | No | — | Display name |
name | string | No | — | Resource name |
status | string | No | — | Status: ACTIVE or INACTIVE |
type | string | No | — | Type of the key: PREDEFINED or FREEFORM |
google_ad_manager_create_entity_signals_mapping
Create a new entity signals mapping Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
entitySignalsMappingId | string | No | — | Unique mapping ID |
name | string | No | — | Resource name |
taxonomyCategory | string | No | — | Taxonomy category resource name |
google_ad_manager_create_private_auction
Create a new private auction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
displayName | string | No | — | Display name |
name | string | No | — | Resource name |
privateAuctionId | string | No | — | Unique private auction ID |
google_ad_manager_create_report
Create a new report definition Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
displayName | string | No | — | Display name of the report |
name | string | No | — | Resource name |
reportDefinition | object | No | — | The report definition including dimensions, metrics, filters, and date range |
reportId | string | No | — | Unique report ID |
google_ad_manager_create_site
Create a new site Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
approvalStatus | string | No | — | Approval status of the site |
name | string | No | — | Resource name |
url | string | No | — | URL of the site |
google_ad_manager_fetch_report_rows
Fetch result rows from a completed report Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
reportId | string | Yes | — | The report ID |
resultId | string | Yes | — | The result ID (use ‘latest’ for the most recent run) |
pageSize | integer | No | — | Maximum number of rows to return (max 10000, default 1000) |
pageToken | string | No | — | Pagination token |
google_ad_manager_get_application
Retrieve a specific application Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
applicationId | string | Yes | — | The application ID |
google_ad_manager_get_content
Retrieve a specific content item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
contentId | string | Yes | — | The content ID |
google_ad_manager_get_custom_targeting_key
Retrieve a specific custom targeting key Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
customTargetingKeyId | string | Yes | — | The custom targeting key ID |
google_ad_manager_get_custom_targeting_value
Retrieve a specific custom targeting value Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
customTargetingKeyId | string | Yes | — | The custom targeting key ID |
customTargetingValueId | string | Yes | — | The custom targeting value ID |
google_ad_manager_get_device_manufacturer
Retrieve a specific device manufacturer Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
deviceManufacturerId | string | Yes | — | The device manufacturer ID |
google_ad_manager_get_entity_signals_mapping
Retrieve a specific entity signals mapping Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
entitySignalsMappingId | string | Yes | — | The entity signals mapping ID |
google_ad_manager_get_linked_device
Retrieve a specific linked device Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
linkedDeviceId | string | Yes | — | The linked device ID |
google_ad_manager_get_network
Retrieve a single Ad Manager network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code of the Ad Manager network |
google_ad_manager_get_order
Retrieve a specific order Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
orderId | string | Yes | — | The order ID |
google_ad_manager_get_private_auction
Retrieve a specific private auction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
privateAuctionId | string | Yes | — | The private auction ID |
google_ad_manager_get_report
Retrieve a specific report definition Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
reportId | string | Yes | — | The report ID |
google_ad_manager_get_site
Retrieve a specific site Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
siteId | string | Yes | — | The site ID |
google_ad_manager_get_unit
Retrieve a specific ad unit Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
adUnitId | string | Yes | — | The ad unit ID |
google_ad_manager_list_ad_units
List ad units in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of ad units to return (max 1000) |
pageToken | string | No | — | Pagination token from a previous response |
filter | string | No | — | Filter expression (e.g. filter by status, ad unit code) |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_applications
List applications in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of applications to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_content
List content items in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of content items to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_custom_targeting_keys
List custom targeting keys in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of keys to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter by name, type, or status |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_custom_targeting_values
List custom targeting values for a key Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
customTargetingKeyId | string | Yes | — | The custom targeting key ID |
pageSize | integer | No | — | Maximum number of values to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter by name, matchType, or status |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_device_manufacturers
List device manufacturers in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of device manufacturers to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter by name, displayName |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_entity_signals_mappings
List entity signals mappings in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of mappings to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_linked_devices
List linked devices in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of linked devices to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter by name, owner, visibility |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_networks
List all Ad Manager networks accessible to the authenticated usergoogle_ad_manager_list_orders
List orders in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of orders to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression (e.g. by advertiser, status, dates) |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_private_auctions
List private auctions in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of private auctions to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_reports
List saved reports in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of reports to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter expression |
orderBy | string | No | — | Sort order for results |
google_ad_manager_list_sites
List sites in a network Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
pageSize | integer | No | — | Maximum number of sites to return (max 1000) |
pageToken | string | No | — | Pagination token |
filter | string | No | — | Filter by approval status, URL, etc. |
orderBy | string | No | — | Sort order for results |
google_ad_manager_run_report
Execute a report asynchronously. Returns a long-running operation. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
reportId | string | Yes | — | The report ID to run |
body | object | No | — | Request body |
google_ad_manager_update_ad_unit
Update an ad unit Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
adUnitId | string | Yes | — | The ad unit ID |
updateMask | string | No | — | Comma-separated list of fields to update |
adUnitCode | string | No | — | Ad unit code used for ad serving |
adUnitSizes | array | No | — | Sizes that can be served to this ad unit |
description | string | No | — | Description of the ad unit |
displayName | string | No | — | Display name of the ad unit |
name | string | No | — | Resource name |
parentAdUnit | string | No | — | Parent ad unit resource name |
status | string | No | — | Ad unit status: ACTIVE, INACTIVE, or ARCHIVED |
targetWindow | string | No | — | Target window for the ad unit |
google_ad_manager_update_custom_targeting_key
Update a custom targeting key Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
customTargetingKeyId | string | Yes | — | The custom targeting key ID |
updateMask | string | No | — | Comma-separated list of fields to update |
displayName | string | No | — | Display name |
name | string | No | — | Resource name |
status | string | No | — | Status: ACTIVE or INACTIVE |
type | string | No | — | Type of the key: PREDEFINED or FREEFORM |
google_ad_manager_update_entity_signals_mapping
Update an entity signals mapping Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
entitySignalsMappingId | string | Yes | — | The entity signals mapping ID |
updateMask | string | No | — | Comma-separated list of fields to update |
name | string | No | — | Resource name |
taxonomyCategory | string | No | — | Taxonomy category resource name |
google_ad_manager_update_private_auction
Update a private auction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
privateAuctionId | string | Yes | — | The private auction ID |
updateMask | string | No | — | Comma-separated list of fields to update |
displayName | string | No | — | Display name |
name | string | No | — | Resource name |
google_ad_manager_update_report
Update a report definition Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
reportId | string | Yes | — | The report ID |
updateMask | string | No | — | Comma-separated list of fields to update |
displayName | string | No | — | Display name of the report |
name | string | No | — | Resource name |
reportDefinition | object | No | — | The report definition including dimensions, metrics, filters, and date range |
google_ad_manager_update_site
Update a site Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
networkCode | string | Yes | — | The network code |
siteId | string | Yes | — | The site ID |
updateMask | string | No | — | Comma-separated list of fields to update |
approvalStatus | string | No | — | Approval status of the site |
name | string | No | — | Resource name |
url | string | No | — | URL of the site |

