예산을 삭제하기 전에
ENABLED 또는
캠페인 PAUSED개
이를 사용하고 있는지
reference_count:
이 필드가 0보다 크면 여전히 ENABLED 또는 PAUSED 캠페인이 있는 것입니다.
예산 사용 측정항목을 검색하여 이 정보를 검색할 수 있습니다.
campaign_budget를 기본 리소스로 사용합니다. 다음은 공식에 대한 GAQL 쿼리입니다.
예산의 참조 횟수(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-29(UTC)"],[[["Before removing a budget, ensure no active or paused campaigns are using it by checking its `reference_count`."],["If the `reference_count` is greater than 0, retrieve information using a GAQL query with `campaign_budget` as the main resource."],["To remove an unused `CampaignBudget`, send a `remove` operation with the resource name of the campaign budget."],["Removing a campaign also removes any non-shared budget associated with it."]]],[]]