{"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로 올림되고 단일 청구 가능 단위보다 큰 값은 가장 가까운 청구 가능 값으로 내림됩니다. 예를 들어 통화의 청구 단위가 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-02-25(UTC)"],[[["Pacing settings manage the rate at which a budget is spent, either daily or over the entire campaign duration."],["You can control spending by setting daily limits for currency or impressions."],["Pacing types allow you to spend evenly, quickly (\"ASAP\"), or ahead of schedule to exhaust the budget by the campaign's end."],["Starting November 5, 2024, the \"ASAP\" pacing type will no longer work with campaign-duration pacing for insertion orders."]]],["Pacing settings control budget spending rates, defined by `pacingPeriod` and `pacingType`. `pacingPeriod` specifies the time frame (daily or flight duration), with `PACING_PERIOD_FLIGHT` as the default for automated budget allocation. `pacingType` dictates spending behavior (ASAP, ahead, or evenly), with `PACING_TYPE_ASAP` being incompatible with `PACING_PERIOD_FLIGHT`. For daily pacing, `dailyMaxMicros` sets the maximum daily currency spending, and `dailyMaxImpressions` sets the maximum number of daily impressions.\n"]]