{"pacingPeriod": enum (PacingPeriod),"pacingType": enum (PacingType),// Union field daily_max_value can be only one of the following:"dailyMaxMicros": string,"dailyMaxImpressions": string// End of list of possible types for union field daily_max_value.}
예산이 통화 기반인 경우에 적용됩니다. 0보다 커야 합니다. 예를 들어 통화의 표준 단위가 1.5인 경우 이 필드를 1500000으로 설정합니다.
할당된 값은 다음 규칙에 따라 관련 통화의 청구 가능 단위로 반올림됩니다. 청구 가능 단위 1개 미만의 양수 값은 청구 가능 단위 1개로 올림되고 청구 가능 단위 1개를 초과하는 값은 가장 가까운 청구 가능 값으로 내림됩니다. 예를 들어 통화의 청구 단위가 0.01이고 이 필드가 10257770으로 설정된 경우 10250000(10.25)으로 내림합니다. 505로 설정하면 0.01의 값인 10,000으로 반올림됩니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-07-25(UTC)"],[],["The Display & Video 360 API v4 beta includes settings to control budget spending rates. Key parameters are `pacingPeriod` (timeframe: daily or flight duration) and `pacingType` (spending mode: even, ahead, or ASAP). When `pacingPeriod` is daily, `dailyMaxMicros` or `dailyMaxImpressions` define the maximum daily budget. `dailyMaxMicros` applies to currency-based budgets and must be above zero, values will be rounded to whole billable units. `dailyMaxImpressions` refers to the max number of impressions to serve each day.\n"]]