Conversion: update
DoubleClick Search에서 전환 집합을 업데이트합니다.
지금 사용해 보기
요청
HTTP 요청
PUT https://www.googleapis.com/doubleclicksearch/v2/conversion
승인
다음 범위를 사용하여 이 요청을 인증받아야 합니다.
범위 |
https://www.googleapis.com/auth/doubleclicksearch |
자세한 내용은 인증 및 승인 페이지를 참조하세요.
요청 본문
요청 본문에서 다음과 같은 속성을 사용하여 Conversion 리소스를 제공합니다.
속성 이름 |
값 |
설명 |
참고 |
선택적 속성 |
conversion[].currencyCode |
string |
전환 수익의 통화 코드입니다. ISO 4217 알파벳 (영문 기준 3자) 형식이어야 합니다. |
쓰기 가능
|
conversion[].quantityMillis |
long |
이 전환의 수량(단위: 밀리초)입니다. |
쓰기 가능
|
conversion[].revenueMicros |
long |
TRANSACTION 전환의 수익 금액으로 마이크로 단위 (가치에 1000000을 곱한 값, 소수점은 없음)입니다. 예를 들어 수익 값을 '10'으로 지정하는 경우 '10000000'을 입력하세요. (1,000만 회) |
쓰기 가능
|
conversion[].state |
string |
전환 상태로, ACTIVE 또는 REMOVED 입니다. 참고: DELETED 상태는 지원 중단되었습니다.
사용 가능한 값은 다음과 같습니다.
<ph type="x-smartling-placeholder"></ph>
- "
ACTIVE "
- "
DELETED ": (지원 중단됨)
- "
REMOVED "
|
쓰기 가능
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-20(UTC)
[null,null,["최종 업데이트: 2024-08-20(UTC)"],[[["Updates a batch of conversions in DoubleClick Search using the `PUT` method."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["The request body should contain a Conversion resource with properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state`."],["Successful requests return a Conversion resource in the response body."]]],["This outlines how to update conversions in DoubleClick Search via a PUT request to `https://www.googleapis.com/doubleclicksearch/v2/conversion`, requiring `https://www.googleapis.com/auth/doubleclicksearch` authorization. The request body should include a Conversion resource with optional properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state` (either `ACTIVE` or `REMOVED`). Successful requests return a Conversion resource.\n"]]