This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
Starts ADH import of a specified BigQuery table populated with the mapping between customer defined report ID and Google campaign ID. This is called by the customer to trigger ADH to import the mapping.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitVendorReportIdMapping
Optional. The name of the submission feed instance. This shouldn't be populated for the production ID mapping feed, but can be filled out with a prearranged instance name when a vendor works with Google to test a new or alternate version of their submission feed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Initiates the import of customer-defined report ID to Google campaign ID mapping from a specified BigQuery table into Ads Data Hub."],["Requires a POST request to the specified endpoint with details about the source BigQuery table and desired import date."],["The request body must adhere to a defined JSON structure including fields for date, source table, instance (optional), and metric (optional)."],["A successful request returns an Operation object indicating the status of the import process."],["Utilizes the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization."]]],["The core function is to initiate an ADH import of a BigQuery table containing customer-defined report ID to Google campaign ID mappings. This is achieved via a `POST` request to `https://adsdatahub.googleapis.com/v1/{customer=customers/*}:submitVendorReportIdMapping`. The request requires a `customer` ID and a JSON body specifying the `date`, `sourceTable`, `instance`(optional), and `metric` (optional). The table should contain specific columns for the mapping. Successful requests return an `Operation` instance. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope.\n"]]