--- v17/resources/ad_group.proto 2024-08-06 12:42:07.000000000 +0000 +++ v17-1/resources/ad_group.proto 2024-08-06 12:42:16.000000000 +0000 @@ -161,6 +161,14 @@ // value stored here is 1,000,000 * [fraction]. optional int64 percent_cpc_bid_micros = 45; + // The fixed amount in micros that the advertiser pays for every thousand + // impressions of the ad. + optional int64 fixed_cpm_micros = 64; + + // Average amount in micros that the advertiser is willing to pay for every ad + // view. + optional int64 target_cpv_micros = 65; + // True if optimized targeting is enabled. Optimized Targeting is the // replacement for Audience Expansion. bool optimized_targeting_enabled = 59;
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-22 (UTC)