Open Connector
All tools

Google Campaign Manager 360

Manage Campaign Manager 360 advertisers, campaigns, creatives, reports, placements, and trafficking workflows.

google-campaign-manager-360v1.0.0217 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "GOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_ACTIVE_AD_SUMMARIES_GET",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_ACTIVE_AD_SUMMARIES_GET", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_ACTIVE_AD_SUMMARIES_GET --data '{ }'

Tool catalog

Available tools

217 callable operations

Dfareporting AccountActiveAdSummaries GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_ACTIVE_AD_SUMMARIES_GETGets the account's active ad summary by account ID.

Gets the account's active ad summary by account ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountactiveadsummaries
Dfareporting AccountPermissionGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_PERMISSION_GROUPS_GETGets one account permission group by ID.

Gets one account permission group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountpermissiongroups
Dfareporting AccountPermissionGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_PERMISSION_GROUPS_LISTRetrieves the list of account permission groups.

Retrieves the list of account permission groups.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountpermissiongroups
Dfareporting AccountPermissions GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_PERMISSIONS_GETGets one account permission by ID.

Gets one account permission by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountpermissions
Dfareporting AccountPermissions ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_PERMISSIONS_LISTRetrieves the list of account permissions.

Retrieves the list of account permissions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountpermissions
Dfareporting AccountUserProfiles GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_USER_PROFILES_GETGets one account user profile by ID.

Gets one account user profile by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountuserprofiles
Dfareporting AccountUserProfiles InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_USER_PROFILES_INSERTInserts a new account user profile.

Inserts a new account user profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountuserprofiles
Dfareporting AccountUserProfiles ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_USER_PROFILES_LISTRetrieves a list of account user profiles, possibly filtered. This method supports paging.

Retrieves a list of account user profiles, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountuserprofiles
Dfareporting AccountUserProfiles PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_USER_PROFILES_PATCHUpdates an existing account user profile. This method supports patch semantics.

Updates an existing account user profile. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountuserprofiles
Dfareporting AccountUserProfiles UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNT_USER_PROFILES_UPDATEUpdates an existing account user profile.

Updates an existing account user profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accountuserprofiles
Dfareporting Accounts GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNTS_GETGets one account by ID.

Gets one account by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accounts
Dfareporting Accounts ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNTS_LISTRetrieves the list of accounts, possibly filtered. This method supports paging.

Retrieves the list of accounts, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accounts
Dfareporting Accounts PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNTS_PATCHUpdates an existing account. This method supports patch semantics.

Updates an existing account. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accounts
Dfareporting Accounts UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ACCOUNTS_UPDATEUpdates an existing account.

Updates an existing account.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

accounts
Dfareporting Ads GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADS_GETGets one ad by ID.

Gets one ad by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

ads
Dfareporting Ads InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADS_INSERTInserts a new ad.

Inserts a new ad.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

ads
Dfareporting Ads ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADS_LISTRetrieves a list of ads, possibly filtered. This method supports paging.

Retrieves a list of ads, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

ads
Dfareporting Ads PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADS_PATCHUpdates an existing ad. This method supports patch semantics.

Updates an existing ad. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

ads
Dfareporting Ads UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADS_UPDATEUpdates an existing ad.

Updates an existing ad.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

ads
Dfareporting AdvertiserGroups DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_DELETEDeletes an existing advertiser group.

Deletes an existing advertiser group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_GETGets one advertiser group by ID.

Gets one advertiser group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserGroups InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_INSERTInserts a new advertiser group.

Inserts a new advertiser group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_LISTRetrieves a list of advertiser groups, possibly filtered. This method supports paging.

Retrieves a list of advertiser groups, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserGroups PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_PATCHUpdates an existing advertiser group. This method supports patch semantics.

Updates an existing advertiser group. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserGroups UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_GROUPS_UPDATEUpdates an existing advertiser group.

Updates an existing advertiser group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisergroups
Dfareporting AdvertiserInvoices ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_INVOICES_LISTRetrieves a list of invoices for a particular issue month. The api only works if the billing profile invoice level is set to either advertiser or campaign non-consolidated invoice level.

Retrieves a list of invoices for a particular issue month. The api only works if the billing profile invoice level is set to either advertiser or campaign non-consolidated invoice level.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserinvoices
Dfareporting AdvertiserLandingPages GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_LANDING_PAGES_GETGets one landing page by ID.

Gets one landing page by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserlandingpages
Dfareporting AdvertiserLandingPages InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_LANDING_PAGES_INSERTInserts a new landing page.

Inserts a new landing page.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserlandingpages
Dfareporting AdvertiserLandingPages ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_LANDING_PAGES_LISTRetrieves a list of landing pages.

Retrieves a list of landing pages.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserlandingpages
Dfareporting AdvertiserLandingPages PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_LANDING_PAGES_PATCHUpdates an existing landing page. This method supports patch semantics.

Updates an existing landing page. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserlandingpages
Dfareporting AdvertiserLandingPages UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISER_LANDING_PAGES_UPDATEUpdates an existing landing page.

Updates an existing landing page.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertiserlandingpages
Dfareporting Advertisers GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISERS_GETGets one advertiser by ID.

Gets one advertiser by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisers
Dfareporting Advertisers InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISERS_INSERTInserts a new advertiser.

Inserts a new advertiser.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisers
Dfareporting Advertisers ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISERS_LISTRetrieves a list of advertisers, possibly filtered. This method supports paging.

Retrieves a list of advertisers, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisers
Dfareporting Advertisers PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISERS_PATCHUpdates an existing advertiser. This method supports patch semantics.

Updates an existing advertiser. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisers
Dfareporting Advertisers UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_ADVERTISERS_UPDATEUpdates an existing advertiser.

Updates an existing advertiser.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

advertisers
Dfareporting BillingAssignments InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_ASSIGNMENTS_INSERTInserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned.

Inserts a new billing assignment and returns the new assignment. Only one of advertiser_id or campaign_id is support per request. If the new assignment has no effect (assigning a campaign to the parent advertiser billing profile or assigning an advertiser to the account billing profile), no assignment will be returned.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingassignments
Dfareporting BillingAssignments ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_ASSIGNMENTS_LISTRetrieves a list of billing assignments.

Retrieves a list of billing assignments.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingassignments
Dfareporting BillingProfiles GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_PROFILES_GETGets one billing profile by ID.

Gets one billing profile by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingprofiles
Dfareporting BillingProfiles ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_PROFILES_LISTRetrieves a list of billing profiles, possibly filtered. This method supports paging.

Retrieves a list of billing profiles, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingprofiles
Dfareporting BillingProfiles UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_PROFILES_UPDATEUpdates an existing billing profile.

Updates an existing billing profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingprofiles
Dfareporting BillingRates ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BILLING_RATES_LISTRetrieves a list of billing rates. This method supports paging.

Retrieves a list of billing rates. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

billingrates
Dfareporting Browsers ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_BROWSERS_LISTRetrieves a list of browsers.

Retrieves a list of browsers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

browsers
Dfareporting CampaignCreativeAssociations InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGN_CREATIVE_ASSOCIATIONS_INSERTAssociates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already.

Associates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigncreativeassociations
Dfareporting CampaignCreativeAssociations ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGN_CREATIVE_ASSOCIATIONS_LISTRetrieves the list of creative IDs associated with the specified campaign. This method supports paging.

Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigncreativeassociations
Dfareporting Campaigns GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGNS_GETGets one campaign by ID.

Gets one campaign by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigns
Dfareporting Campaigns InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGNS_INSERTInserts a new campaign.

Inserts a new campaign.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigns
Dfareporting Campaigns ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGNS_LISTRetrieves a list of campaigns, possibly filtered. This method supports paging.

Retrieves a list of campaigns, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigns
Dfareporting Campaigns PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGNS_PATCHUpdates an existing campaign. This method supports patch semantics.

Updates an existing campaign. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigns
Dfareporting Campaigns UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CAMPAIGNS_UPDATEUpdates an existing campaign.

Updates an existing campaign.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

campaigns
Dfareporting ChangeLogs GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CHANGE_LOGS_GETGets one change log by ID.

Gets one change log by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

changelogs
Dfareporting ChangeLogs ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CHANGE_LOGS_LISTRetrieves a list of change logs. This method supports paging.

Retrieves a list of change logs. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

changelogs
Dfareporting Cities ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CITIES_LISTRetrieves a list of cities, possibly filtered.

Retrieves a list of cities, possibly filtered.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

cities
Dfareporting ConnectionTypes GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONNECTION_TYPES_GETGets one connection type by ID.

Gets one connection type by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

connectiontypes
Dfareporting ConnectionTypes ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONNECTION_TYPES_LISTRetrieves a list of connection types.

Retrieves a list of connection types.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

connectiontypes
Dfareporting ContentCategories DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_DELETEDeletes an existing content category.

Deletes an existing content category.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting ContentCategories GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_GETGets one content category by ID.

Gets one content category by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting ContentCategories InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_INSERTInserts a new content category.

Inserts a new content category.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting ContentCategories ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_LISTRetrieves a list of content categories, possibly filtered. This method supports paging.

Retrieves a list of content categories, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting ContentCategories PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_PATCHUpdates an existing content category. This method supports patch semantics.

Updates an existing content category. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting ContentCategories UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONTENT_CATEGORIES_UPDATEUpdates an existing content category.

Updates an existing content category.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

contentcategories
Dfareporting Conversions BatchinsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONVERSIONS_BATCHINSERTInserts conversions.

Inserts conversions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/ddmconversions

Tags

conversions
Dfareporting Conversions BatchupdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CONVERSIONS_BATCHUPDATEUpdates existing conversions.

Updates existing conversions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/ddmconversions

Tags

conversions
Dfareporting Countries GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_COUNTRIES_GETGets one country by ID.

Gets one country by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

countries
Dfareporting Countries ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_COUNTRIES_LISTRetrieves a list of countries.

Retrieves a list of countries.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

countries
Dfareporting CreativeAssets InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_ASSETS_INSERTInserts a new creative asset.

Inserts a new creative asset.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativeassets
Dfareporting CreativeFieldValues DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_DELETEDeletes an existing creative field value.

Deletes an existing creative field value.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFieldValues GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_GETGets one creative field value by ID.

Gets one creative field value by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFieldValues InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_INSERTInserts a new creative field value.

Inserts a new creative field value.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFieldValues ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_LISTRetrieves a list of creative field values, possibly filtered. This method supports paging.

Retrieves a list of creative field values, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFieldValues PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_PATCHUpdates an existing creative field value. This method supports patch semantics.

Updates an existing creative field value. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFieldValues UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELD_VALUES_UPDATEUpdates an existing creative field value.

Updates an existing creative field value.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefieldvalues
Dfareporting CreativeFields DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_DELETEDeletes an existing creative field.

Deletes an existing creative field.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeFields GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_GETGets one creative field by ID.

Gets one creative field by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeFields InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_INSERTInserts a new creative field.

Inserts a new creative field.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeFields ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_LISTRetrieves a list of creative fields, possibly filtered. This method supports paging.

Retrieves a list of creative fields, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeFields PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_PATCHUpdates an existing creative field. This method supports patch semantics.

Updates an existing creative field. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeFields UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_FIELDS_UPDATEUpdates an existing creative field.

Updates an existing creative field.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativefields
Dfareporting CreativeGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_GROUPS_GETGets one creative group by ID.

Gets one creative group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativegroups
Dfareporting CreativeGroups InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_GROUPS_INSERTInserts a new creative group.

Inserts a new creative group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativegroups
Dfareporting CreativeGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_GROUPS_LISTRetrieves a list of creative groups, possibly filtered. This method supports paging.

Retrieves a list of creative groups, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativegroups
Dfareporting CreativeGroups PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_GROUPS_PATCHUpdates an existing creative group. This method supports patch semantics.

Updates an existing creative group. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativegroups
Dfareporting CreativeGroups UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVE_GROUPS_UPDATEUpdates an existing creative group.

Updates an existing creative group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creativegroups
Dfareporting Creatives GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVES_GETGets one creative by ID.

Gets one creative by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creatives
Dfareporting Creatives InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVES_INSERTInserts a new creative.

Inserts a new creative.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creatives
Dfareporting Creatives ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVES_LISTRetrieves a list of creatives, possibly filtered. This method supports paging.

Retrieves a list of creatives, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creatives
Dfareporting Creatives PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVES_PATCHUpdates an existing creative. This method supports patch semantics.

Updates an existing creative. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creatives
Dfareporting Creatives UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_CREATIVES_UPDATEUpdates an existing creative.

Updates an existing creative.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

creatives
Dfareporting DimensionValues QueryGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DIMENSION_VALUES_QUERYRetrieves list of report dimension values for a list of filters.

Retrieves list of report dimension values for a list of filters.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

dimensionvalues
Dfareporting DirectorySites GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DIRECTORY_SITES_GETGets one directory site by ID.

Gets one directory site by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

directorysites
Dfareporting DirectorySites InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DIRECTORY_SITES_INSERTInserts a new directory site.

Inserts a new directory site.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

directorysites
Dfareporting DirectorySites ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DIRECTORY_SITES_LISTRetrieves a list of directory sites, possibly filtered. This method supports paging.

Retrieves a list of directory sites, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

directorysites
Dfareporting DynamicFeeds GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_FEEDS_GETGets a dynamic feed by ID.

Gets a dynamic feed by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicfeeds
Dfareporting DynamicFeeds InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_FEEDS_INSERTInserts a new dynamic feed.

Inserts a new dynamic feed.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicfeeds
Dfareporting DynamicFeeds RetransformGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_FEEDS_RETRANSFORMRetransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been published).

Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the feed has not been published).

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicfeeds
Dfareporting DynamicFeeds UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_FEEDS_UPDATEUpdates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds, only FeedSchedule can be updated. Other fields will be ignored.

Updates a new dynamic feed. For draft feeds, only Element can be updated. For published feeds, only FeedSchedule can be updated. Other fields will be ignored.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicfeeds
Dfareporting DynamicProfiles GenerateCodeGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_PROFILES_GENERATE_CODEGenerates code for a dynamic profile, which will need unescaping.

Generates code for a dynamic profile, which will need unescaping.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicprofiles
Dfareporting DynamicProfiles GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_PROFILES_GETGets a dynamic profile by ID.

Gets a dynamic profile by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicprofiles
Dfareporting DynamicProfiles InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_PROFILES_INSERTInserts a new dynamic profile.

Inserts a new dynamic profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicprofiles
Dfareporting DynamicProfiles PublishGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_PROFILES_PUBLISHPublish for a dynamic profile.

Publish for a dynamic profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicprofiles
Dfareporting DynamicProfiles UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_PROFILES_UPDATEUpdates an existing dynamic profile.

Updates an existing dynamic profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamicprofiles
Dfareporting DynamicTargetingKeys DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_TARGETING_KEYS_DELETEDeletes an existing dynamic targeting key.

Deletes an existing dynamic targeting key.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamictargetingkeys
Dfareporting DynamicTargetingKeys InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_TARGETING_KEYS_INSERTInserts a new dynamic targeting key. Keys must be created at the advertiser level before being assigned to the advertiser's ads, creatives, or placements. There is a maximum of 1000 keys per advertiser, out of which a maximum of 20 keys can be assigned per ad, creative, or placement.

Inserts a new dynamic targeting key. Keys must be created at the advertiser level before being assigned to the advertiser's ads, creatives, or placements. There is a maximum of 1000 keys per advertiser, out of which a maximum of 20 keys can be assigned per ad, creative, or placement.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamictargetingkeys
Dfareporting DynamicTargetingKeys ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_DYNAMIC_TARGETING_KEYS_LISTRetrieves a list of dynamic targeting keys.

Retrieves a list of dynamic targeting keys.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

dynamictargetingkeys
Dfareporting EventTags DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_DELETEDeletes an existing event tag.

Deletes an existing event tag.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting EventTags GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_GETGets one event tag by ID.

Gets one event tag by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting EventTags InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_INSERTInserts a new event tag.

Inserts a new event tag.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting EventTags ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_LISTRetrieves a list of event tags, possibly filtered.

Retrieves a list of event tags, possibly filtered.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting EventTags PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_PATCHUpdates an existing event tag. This method supports patch semantics.

Updates an existing event tag. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting EventTags UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_EVENT_TAGS_UPDATEUpdates an existing event tag.

Updates an existing event tag.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

eventtags
Dfareporting Files GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FILES_GETRetrieves a report file by its report ID and file ID. This method supports media download.

Retrieves a report file by its report ID and file ID. This method supports media download.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

files
Dfareporting Files ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FILES_LISTLists files for a user profile.

Lists files for a user profile.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

files
Dfareporting FloodlightActivities DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_DELETEDeletes an existing floodlight activity.

Deletes an existing floodlight activity.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities GeneratetagGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_GENERATETAGGenerates a tag for a floodlight activity.

Generates a tag for a floodlight activity.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_GETGets one floodlight activity by ID.

Gets one floodlight activity by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_INSERTInserts a new floodlight activity.

Inserts a new floodlight activity.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_LISTRetrieves a list of floodlight activities, possibly filtered. This method supports paging.

Retrieves a list of floodlight activities, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_PATCHUpdates an existing floodlight activity. This method supports patch semantics.

Updates an existing floodlight activity. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivities UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITIES_UPDATEUpdates an existing floodlight activity.

Updates an existing floodlight activity.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivities
Dfareporting FloodlightActivityGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITY_GROUPS_GETGets one floodlight activity group by ID.

Gets one floodlight activity group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivitygroups
Dfareporting FloodlightActivityGroups InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITY_GROUPS_INSERTInserts a new floodlight activity group.

Inserts a new floodlight activity group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivitygroups
Dfareporting FloodlightActivityGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITY_GROUPS_LISTRetrieves a list of floodlight activity groups, possibly filtered. This method supports paging.

Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivitygroups
Dfareporting FloodlightActivityGroups PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITY_GROUPS_PATCHUpdates an existing floodlight activity group. This method supports patch semantics.

Updates an existing floodlight activity group. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivitygroups
Dfareporting FloodlightActivityGroups UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_ACTIVITY_GROUPS_UPDATEUpdates an existing floodlight activity group.

Updates an existing floodlight activity group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightactivitygroups
Dfareporting FloodlightConfigurations GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_CONFIGURATIONS_GETGets one floodlight configuration by ID.

Gets one floodlight configuration by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightconfigurations
Dfareporting FloodlightConfigurations ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_CONFIGURATIONS_LISTRetrieves a list of floodlight configurations, possibly filtered.

Retrieves a list of floodlight configurations, possibly filtered.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightconfigurations
Dfareporting FloodlightConfigurations PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_CONFIGURATIONS_PATCHUpdates an existing floodlight configuration. This method supports patch semantics.

Updates an existing floodlight configuration. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightconfigurations
Dfareporting FloodlightConfigurations UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_FLOODLIGHT_CONFIGURATIONS_UPDATEUpdates an existing floodlight configuration.

Updates an existing floodlight configuration.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

floodlightconfigurations
Dfareporting Languages ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_LANGUAGES_LISTRetrieves a list of languages.

Retrieves a list of languages.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

languages
Dfareporting Metros ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_METROS_LISTRetrieves a list of metros.

Retrieves a list of metros.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

metros
Dfareporting MobileApps GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_MOBILE_APPS_GETGets one mobile app by ID.

Gets one mobile app by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

mobileapps
Dfareporting MobileApps ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_MOBILE_APPS_LISTRetrieves list of available mobile apps.

Retrieves list of available mobile apps.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

mobileapps
Dfareporting MobileCarriers GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_MOBILE_CARRIERS_GETGets one mobile carrier by ID.

Gets one mobile carrier by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

mobilecarriers
Dfareporting MobileCarriers ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_MOBILE_CARRIERS_LISTRetrieves a list of mobile carriers.

Retrieves a list of mobile carriers.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

mobilecarriers
Dfareporting OperatingSystemVersions GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_OPERATING_SYSTEM_VERSIONS_GETGets one operating system version by ID.

Gets one operating system version by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

operatingsystemversions
Dfareporting OperatingSystemVersions ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_OPERATING_SYSTEM_VERSIONS_LISTRetrieves a list of operating system versions.

Retrieves a list of operating system versions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

operatingsystemversions
Dfareporting OperatingSystems GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_OPERATING_SYSTEMS_GETGets one operating system by DART ID.

Gets one operating system by DART ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

operatingsystems
Dfareporting OperatingSystems ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_OPERATING_SYSTEMS_LISTRetrieves a list of operating systems.

Retrieves a list of operating systems.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

operatingsystems
Dfareporting PlacementGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_GROUPS_GETGets one placement group by ID.

Gets one placement group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementgroups
Dfareporting PlacementGroups InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_GROUPS_INSERTInserts a new placement group.

Inserts a new placement group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementgroups
Dfareporting PlacementGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_GROUPS_LISTRetrieves a list of placement groups, possibly filtered. This method supports paging.

Retrieves a list of placement groups, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementgroups
Dfareporting PlacementGroups PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_GROUPS_PATCHUpdates an existing placement group. This method supports patch semantics.

Updates an existing placement group. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementgroups
Dfareporting PlacementGroups UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_GROUPS_UPDATEUpdates an existing placement group.

Updates an existing placement group.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementgroups
Dfareporting PlacementStrategies DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_DELETEDeletes an existing placement strategy.

Deletes an existing placement strategy.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting PlacementStrategies GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_GETGets one placement strategy by ID.

Gets one placement strategy by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting PlacementStrategies InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_INSERTInserts a new placement strategy.

Inserts a new placement strategy.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting PlacementStrategies ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_LISTRetrieves a list of placement strategies, possibly filtered. This method supports paging.

Retrieves a list of placement strategies, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting PlacementStrategies PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_PATCHUpdates an existing placement strategy. This method supports patch semantics.

Updates an existing placement strategy. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting PlacementStrategies UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENT_STRATEGIES_UPDATEUpdates an existing placement strategy.

Updates an existing placement strategy.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placementstrategies
Dfareporting Placements GeneratetagsGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_GENERATETAGSGenerates tags for a placement.

Generates tags for a placement.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting Placements GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_GETGets one placement by ID.

Gets one placement by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting Placements InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_INSERTInserts a new placement.

Inserts a new placement.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting Placements ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_LISTRetrieves a list of placements, possibly filtered. This method supports paging.

Retrieves a list of placements, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting Placements PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_PATCHUpdates an existing placement. This method supports patch semantics.

Updates an existing placement. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting Placements UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLACEMENTS_UPDATEUpdates an existing placement.

Updates an existing placement.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

placements
Dfareporting PlatformTypes GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLATFORM_TYPES_GETGets one platform type by ID.

Gets one platform type by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

platformtypes
Dfareporting PlatformTypes ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_PLATFORM_TYPES_LISTRetrieves a list of platform types.

Retrieves a list of platform types.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

platformtypes
Dfareporting PostalCodes GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_POSTAL_CODES_GETGets one postal code by ID.

Gets one postal code by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

postalcodes
Dfareporting PostalCodes ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_POSTAL_CODES_LISTRetrieves a list of postal codes.

Retrieves a list of postal codes.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

postalcodes
Dfareporting Regions ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REGIONS_LISTRetrieves a list of regions.

Retrieves a list of regions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

regions
Dfareporting RemarketingListShares GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LIST_SHARES_GETGets one remarketing list share by remarketing list ID.

Gets one remarketing list share by remarketing list ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglistshares
Dfareporting RemarketingListShares PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LIST_SHARES_PATCHUpdates an existing remarketing list share. This method supports patch semantics.

Updates an existing remarketing list share. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglistshares
Dfareporting RemarketingListShares UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LIST_SHARES_UPDATEUpdates an existing remarketing list share.

Updates an existing remarketing list share.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglistshares
Dfareporting RemarketingLists GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LISTS_GETGets one remarketing list by ID.

Gets one remarketing list by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglists
Dfareporting RemarketingLists InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LISTS_INSERTInserts a new remarketing list.

Inserts a new remarketing list.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglists
Dfareporting RemarketingLists ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LISTS_LISTRetrieves a list of remarketing lists, possibly filtered. This method supports paging.

Retrieves a list of remarketing lists, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglists
Dfareporting RemarketingLists PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LISTS_PATCHUpdates an existing remarketing list. This method supports patch semantics.

Updates an existing remarketing list. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglists
Dfareporting RemarketingLists UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REMARKETING_LISTS_UPDATEUpdates an existing remarketing list.

Updates an existing remarketing list.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

remarketinglists
Dfareporting Reports CompatibleFields QueryGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_COMPATIBLE_FIELDS_QUERYReturns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions.

Returns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_DELETEDeletes a report by its ID.

Deletes a report by its ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports Files GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_FILES_GETRetrieves a report file by its report ID and file ID. This method supports media download.

Retrieves a report file by its report ID and file ID. This method supports media download.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports Files ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_FILES_LISTLists files for a report.

Lists files for a report.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_GETRetrieves a report by its ID.

Retrieves a report by its ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_INSERTCreates a report.

Creates a report.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_LISTRetrieves list of reports.

Retrieves list of reports.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports RunGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_RUNRuns a report.

Runs a report.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Reports UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_REPORTS_UPDATEUpdates a report.

Updates a report.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfareporting

Tags

reports
Dfareporting Sites GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SITES_GETGets one site by ID.

Gets one site by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sites
Dfareporting Sites InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SITES_INSERTInserts a new site.

Inserts a new site.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sites
Dfareporting Sites ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SITES_LISTRetrieves a list of sites, possibly filtered. This method supports paging.

Retrieves a list of sites, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sites
Dfareporting Sites PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SITES_PATCHUpdates an existing site. This method supports patch semantics.

Updates an existing site. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sites
Dfareporting Sites UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SITES_UPDATEUpdates an existing site.

Updates an existing site.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sites
Dfareporting Sizes GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SIZES_GETGets one size by ID.

Gets one size by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sizes
Dfareporting Sizes InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SIZES_INSERTInserts a new size.

Inserts a new size.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sizes
Dfareporting Sizes ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SIZES_LISTRetrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.

Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

sizes
Dfareporting StudioCreativeAssets InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_STUDIO_CREATIVE_ASSETS_INSERTInserts a new studio creative asset.

Inserts a new studio creative asset.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

studiocreativeassets
Dfareporting StudioCreatives GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_STUDIO_CREATIVES_GETGets a studio creative by ID.

Gets a studio creative by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

studiocreatives
Dfareporting StudioCreatives InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_STUDIO_CREATIVES_INSERTInserts a new studio creative.

Inserts a new studio creative.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

studiocreatives
Dfareporting StudioCreatives PublishGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_STUDIO_CREATIVES_PUBLISHPublish for a studio creative.

Publish for a studio creative.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

studiocreatives
Dfareporting Subaccounts GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SUBACCOUNTS_GETGets one subaccount by ID.

Gets one subaccount by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

subaccounts
Dfareporting Subaccounts InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SUBACCOUNTS_INSERTInserts a new subaccount.

Inserts a new subaccount.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

subaccounts
Dfareporting Subaccounts ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SUBACCOUNTS_LISTGets a list of subaccounts, possibly filtered. This method supports paging.

Gets a list of subaccounts, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

subaccounts
Dfareporting Subaccounts PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SUBACCOUNTS_PATCHUpdates an existing subaccount. This method supports patch semantics.

Updates an existing subaccount. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

subaccounts
Dfareporting Subaccounts UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_SUBACCOUNTS_UPDATEUpdates an existing subaccount.

Updates an existing subaccount.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

subaccounts
Dfareporting TargetableRemarketingLists GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETABLE_REMARKETING_LISTS_GETGets one remarketing list by ID.

Gets one remarketing list by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetableremarketinglists
Dfareporting TargetableRemarketingLists ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETABLE_REMARKETING_LISTS_LISTRetrieves a list of targetable remarketing lists, possibly filtered. This method supports paging.

Retrieves a list of targetable remarketing lists, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetableremarketinglists
Dfareporting TargetingTemplates GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETING_TEMPLATES_GETGets one targeting template by ID.

Gets one targeting template by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetingtemplates
Dfareporting TargetingTemplates InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETING_TEMPLATES_INSERTInserts a new targeting template.

Inserts a new targeting template.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetingtemplates
Dfareporting TargetingTemplates ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETING_TEMPLATES_LISTRetrieves a list of targeting templates, optionally filtered. This method supports paging.

Retrieves a list of targeting templates, optionally filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetingtemplates
Dfareporting TargetingTemplates PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETING_TEMPLATES_PATCHUpdates an existing targeting template. This method supports patch semantics.

Updates an existing targeting template. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetingtemplates
Dfareporting TargetingTemplates UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TARGETING_TEMPLATES_UPDATEUpdates an existing targeting template.

Updates an existing targeting template.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

targetingtemplates
Dfareporting TvCampaignDetails GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TV_CAMPAIGN_DETAILS_GETGets one TvCampaignDetail by ID.

Gets one TvCampaignDetail by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

tvcampaigndetails
Dfareporting TvCampaignSummaries ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_TV_CAMPAIGN_SUMMARIES_LISTRetrieves a list of TV campaign summaries.

Retrieves a list of TV campaign summaries.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

tvcampaignsummaries
Dfareporting UserProfiles GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_PROFILES_GETGets one user profile by ID.

Gets one user profile by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/ddmconversionshttps://www.googleapis.com/auth/dfareportinghttps://www.googleapis.com/auth/dfatrafficking

Tags

userprofiles
Dfareporting UserProfiles ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_PROFILES_LISTRetrieves list of user profiles for a user.

Retrieves list of user profiles for a user.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/ddmconversionshttps://www.googleapis.com/auth/dfareportinghttps://www.googleapis.com/auth/dfatrafficking

Tags

userprofiles
Dfareporting UserRolePermissionGroups GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLE_PERMISSION_GROUPS_GETGets one user role permission group by ID.

Gets one user role permission group by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userrolepermissiongroups
Dfareporting UserRolePermissionGroups ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLE_PERMISSION_GROUPS_LISTGets a list of all supported user role permission groups.

Gets a list of all supported user role permission groups.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userrolepermissiongroups
Dfareporting UserRolePermissions GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLE_PERMISSIONS_GETGets one user role permission by ID.

Gets one user role permission by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userrolepermissions
Dfareporting UserRolePermissions ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLE_PERMISSIONS_LISTGets a list of user role permissions, possibly filtered.

Gets a list of user role permissions, possibly filtered.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userrolepermissions
Dfareporting UserRoles DeleteGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_DELETEDeletes an existing user role.

Deletes an existing user role.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting UserRoles GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_GETGets one user role by ID.

Gets one user role by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting UserRoles InsertGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_INSERTInserts a new user role.

Inserts a new user role.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting UserRoles ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_LISTRetrieves a list of user roles, possibly filtered. This method supports paging.

Retrieves a list of user roles, possibly filtered. This method supports paging.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting UserRoles PatchGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_PATCHUpdates an existing user role. This method supports patch semantics.

Updates an existing user role. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting UserRoles UpdateGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_USER_ROLES_UPDATEUpdates an existing user role.

Updates an existing user role.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

userroles
Dfareporting VideoFormats GetGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_VIDEO_FORMATS_GETGets one video format by ID.

Gets one video format by ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

videoformats
Dfareporting VideoFormats ListGOOGLE_CAMPAIGN_MANAGER_360_DFAREPORTING_VIDEO_FORMATS_LISTLists available video formats.

Lists available video formats.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/dfatrafficking

Tags

videoformats