Stay organized with collections
Save and categorize content based on your preferences.
--- v15/errors/ad_group_error.proto 2024-02-20 20:29:00.000000000 +0000+++ v16/errors/ad_group_error.proto 2024-02-20 20:29:02.000000000 +0000@@ -87,5 +87,11 @@ // The asset set type is invalid for setting the
// excluded_parent_asset_set_types field.
INVALID_EXCLUDED_PARENT_ASSET_SET_TYPE = 17;
++ // Cannot add ad groups for the campaign type.+ CANNOT_ADD_AD_GROUP_FOR_CAMPAIGN_TYPE = 18;++ // Invalid status for the ad group.+ INVALID_STATUS = 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-02-20 UTC."],[[["Three new AdGroupError enums have been added in this version update."],["`CANNOT_ADD_AD_GROUP_FOR_CAMPAIGN_TYPE` restricts adding ad groups based on campaign type."],["Enums `INVALID_EXCLUDED_PARENT_ASSET_SET_TYPE` and `INVALID_STATUS` address invalid asset set type and ad group status respectively."]]],[]]