반환될 파일 형식입니다. INVENTORY_SOURCE가 요청되면 다른 파일 형식은 요청할 수 없습니다.
사용 가능한 값은 다음과 같습니다.
"AD"
"AD_GROUP"
"CAMPAIGN"
"INSERTION_ORDER"
"INVENTORY_SOURCE"
"LINE_ITEM"
filterType
string
가져올 항목을 필터링하는 데 사용되는 필터 유형입니다. PARTNER_ID 및 INVENTORY_SOURCE_ID는 인벤토리 소스를 다운로드할 때만 사용할 수 있습니다.
사용 가능한 값은 다음과 같습니다.
<ph type="x-smartling-placeholder">
</ph>
"ADVERTISER_ID"
"CAMPAIGN_ID"
"INSERTION_ORDER_ID"
"INVENTORY_SOURCE_ID"
"LINE_ITEM_ID"
"PARTNER_ID"
filterIds[]
list
지정된 필터 유형의 ID입니다. 가져올 항목을 필터링하는 데 사용됩니다. ID를 하나 이상 지정해야 합니다. ADVERTISER_ID 필터 유형에는 하나의 ID만 허용됩니다. INSERTION_ORDER_ID 또는 LINE_ITEM_ID 필터 유형의 경우 모든 ID가 동일한 광고주의 ID여야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-22(UTC)"],[[["The SDF Download service of the Bid Manager API is discontinued and users should transition to the DV360 API for similar functionality."],["The DV360 API's SDF download requires authorization with the `https://www.googleapis.com/auth/doubleclickbidmanager` scope."],["Users can retrieve entities like campaigns, insertion orders, line items, ad groups, ads, and inventory sources in SDF format using the new API."],["The request body for the DV360 API allows for filtering downloaded entities by type and ID, and specifying the SDF version for the output."]]],["The SDF Download service is deprecated; users should migrate to the DV360 API. To retrieve entities in SDF format, a POST request is made to the specified endpoint, requiring authorization. The request body includes `fileTypes` (e.g., AD, CAMPAIGN), `filterType` (e.g., ADVERTISER_ID), `filterIds` (IDs corresponding to filter type), and `version`. The response contains strings representing downloaded entities such as `insertionOrders`, `lineItems`, `ads`, `campaigns`, `adGroups` and `inventorySources` in SDF format.\n"]]