Para analizar nuestros productos y brindar comentarios sobre ellos, únete al canal oficial de Discord de Google Ads en el servidor de la Comunidad de Publicidad y Medición de Google.
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
--- v20/errors/campaign_error.proto 2025-08-05 14:39:39.000000000 +0000+++ v21/errors/campaign_error.proto 2025-08-05 14:39:46.000000000 +0000@@ -370,5 +370,29 @@ // This customer is not allowlisted for enabling Brand Guidelines.
CUSTOMER_NOT_ALLOWLISTED_FOR_BRAND_GUIDELINES = 104;
++ // Using campaign third-party integration partners that are not set at the+ // customer level is not allowed.+ THIRD_PARTY_INTEGRATION_PARTNER_NOT_ALLOWED = 105;++ // Campaign third-party integration partners are not allowed to share cost+ // if it is not enabled at the customer level.+ THIRD_PARTY_INTEGRATION_PARTNER_SHARE_COST_NOT_ALLOWED = 106;++ // Each `previous_step_interaction_type` can be used at most once for the+ // same `previous_step_id`+ DUPLICATE_INTERACTION_TYPE = 107;++ // Previous step interaction type cannot happen for previous step AdGroup+ // type. For example, `SKIP` interaction type is not valid for non-skippable+ // formats.+ INVALID_INTERACTION_TYPE = 108;++ // Campaign video ads sequence is required for `VIDEO_SEQUENCE` advertising+ // channel sub type.+ VIDEO_SEQUENCE_ERROR_SEQUENCE_DEFINITION_REQUIRED = 109;++ // This feature is only available for campaigns with AI Max enabled.+ AI_MAX_MUST_BE_ENABLED = 110; }
}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (UTC)"],[],[],null,["# /errors/campaign_error.proto\n\n```diff\n--- v20/errors/campaign_error.proto 2025-08-05 14:39:39.000000000 +0000\n+++ v21/errors/campaign_error.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -370,5 +370,29 @@\n\n // This customer is not allowlisted for enabling Brand Guidelines.\n CUSTOMER_NOT_ALLOWLISTED_FOR_BRAND_GUIDELINES = 104;\n+\n+ // Using campaign third-party integration partners that are not set at the\n+ // customer level is not allowed.\n+ THIRD_PARTY_INTEGRATION_PARTNER_NOT_ALLOWED = 105;\n+\n+ // Campaign third-party integration partners are not allowed to share cost\n+ // if it is not enabled at the customer level.\n+ THIRD_PARTY_INTEGRATION_PARTNER_SHARE_COST_NOT_ALLOWED = 106;\n+\n+ // Each `previous_step_interaction_type` can be used at most once for the\n+ // same `previous_step_id`\n+ DUPLICATE_INTERACTION_TYPE = 107;\n+\n+ // Previous step interaction type cannot happen for previous step AdGroup\n+ // type. For example, `SKIP` interaction type is not valid for non-skippable\n+ // formats.\n+ INVALID_INTERACTION_TYPE = 108;\n+\n+ // Campaign video ads sequence is required for `VIDEO_SEQUENCE` advertising\n+ // channel sub type.\n+ VIDEO_SEQUENCE_ERROR_SEQUENCE_DEFINITION_REQUIRED = 109;\n+\n+ // This feature is only available for campaigns with AI Max enabled.\n+ AI_MAX_MUST_BE_ENABLED = 110;\n }\n }\n```"]]