--- v16/resources/customer.proto 2024-04-18 17:10:06.000000000 +0000 +++ v16-1/resources/customer.proto 2024-04-18 17:10:16.000000000 +0000 @@ -168,6 +169,14 @@ // Output only. Settings for Local Services customer. LocalServicesSettings local_services_settings = 45 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Brand Safety setting at the account level. Allows for + // selecting an inventory type to show your ads on content that is the right + // fit for your brand. See + // https://support.google.com/google-ads/answer/7515513. + google.ads.googleads.v16.enums.BrandSafetySuitabilityEnum + .BrandSafetySuitability video_brand_safety_suitability = 46 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Call reporting setting for a customer. Only mutable in an `update` operation.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["Customer resource updated to include settings for Brand Safety at the account level."],["Brand safety settings allow advertisers to choose inventory types that align with their brand suitability preferences, impacting where ads are displayed."],["This change is reflected in the `customer.proto` file with the addition of the `video_brand_safety_suitability` field, which uses the `BrandSafetySuitabilityEnum` to manage preferences."],["The new field is output-only and is specific to video content, focusing on brand safety considerations for video ad placements."]]],[]]