Stay organized with collections
Save and categorize content based on your preferences.
--- v16/enums/ad_group_primary_status_reason.proto 2024-04-18 17:10:04.000000000 +0000+++ v16-1/enums/ad_group_primary_status_reason.proto 2024-04-18 17:10:13.000000000 +0000@@ -98,5 +98,9 @@ // The AdGroup belongs to a Draft campaign. Contributes to
// AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_DRAFT = 16;
++ // Ad group has been paused due to prolonged low activity in serving.+ // Contributes to AdGroupPrimaryStatus.PAUSED.+ AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY = 19; }
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-19 UTC."],[[["The content pertains to updates in the `ad_group_primary_status_reason.proto` file, specifically version changes between v16 and v16-1."],["A new status reason `AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY` has been added, indicating that an ad group can be paused due to prolonged low activity."],["This new status reason contributes to the `AdGroupPrimaryStatus.PAUSED`."],["A previous status reason, `CAMPAIGN_DRAFT`, signifies the AdGroup is in a draft campaign and contributes to `AdGroupPrimaryStatus.NOT_ELIGIBLE`."]]],[]]