Enum Class CustomPlaceholderFieldEnum.CustomPlaceholderField

java.lang.Object
java.lang.Enum<CustomPlaceholderFieldEnum.CustomPlaceholderField>
com.google.ads.googleads.v18.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CustomPlaceholderFieldEnum.CustomPlaceholderField>, Constable
Enclosing class:
CustomPlaceholderFieldEnum

public static enum CustomPlaceholderFieldEnum.CustomPlaceholderField extends Enum<CustomPlaceholderFieldEnum.CustomPlaceholderField> implements com.google.protobuf.ProtocolMessageEnum
 Possible values for Custom placeholder fields.
 
Protobuf enum google.ads.googleads.v18.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • ID_VALUE

      public static final int ID_VALUE
       Data Type: STRING. Required. Combination ID and ID2 must be unique per
       offer.
       
      ID = 2;
      See Also:
    • ID2_VALUE

      public static final int ID2_VALUE
       Data Type: STRING. Combination ID and ID2 must be unique per offer.
       
      ID2 = 3;
      See Also:
    • ITEM_TITLE_VALUE

      public static final int ITEM_TITLE_VALUE
       Data Type: STRING. Required. Main headline with product name to be shown
       in dynamic ad.
       
      ITEM_TITLE = 4;
      See Also:
    • ITEM_SUBTITLE_VALUE

      public static final int ITEM_SUBTITLE_VALUE
       Data Type: STRING. Optional text to be shown in the image ad.
       
      ITEM_SUBTITLE = 5;
      See Also:
    • ITEM_DESCRIPTION_VALUE

      public static final int ITEM_DESCRIPTION_VALUE
       Data Type: STRING. Optional description of the product to be shown in the
       ad.
       
      ITEM_DESCRIPTION = 6;
      See Also:
    • ITEM_ADDRESS_VALUE

      public static final int ITEM_ADDRESS_VALUE
       Data Type: STRING. Full address of your offer or service, including
       postal code. This will be used to identify the closest product to the
       user when there are multiple offers in the feed that are relevant to the
       user.
       
      ITEM_ADDRESS = 7;
      See Also:
    • PRICE_VALUE

      public static final int PRICE_VALUE
       Data Type: STRING. Price to be shown in the ad.
       Example: "100.00 USD"
       
      PRICE = 8;
      See Also:
    • FORMATTED_PRICE_VALUE

      public static final int FORMATTED_PRICE_VALUE
       Data Type: STRING. Formatted price to be shown in the ad.
       Example: "Starting at $100.00 USD", "$80 - $100"
       
      FORMATTED_PRICE = 9;
      See Also:
    • SALE_PRICE_VALUE

      public static final int SALE_PRICE_VALUE
       Data Type: STRING. Sale price to be shown in the ad.
       Example: "80.00 USD"
       
      SALE_PRICE = 10;
      See Also:
    • FORMATTED_SALE_PRICE_VALUE

      public static final int FORMATTED_SALE_PRICE_VALUE
       Data Type: STRING. Formatted sale price to be shown in the ad.
       Example: "On sale for $80.00", "$60 - $80"
       
      FORMATTED_SALE_PRICE = 11;
      See Also:
    • IMAGE_URL_VALUE

      public static final int IMAGE_URL_VALUE
       Data Type: URL. Image to be displayed in the ad. Highly recommended for
       image ads.
       
      IMAGE_URL = 12;
      See Also:
    • ITEM_CATEGORY_VALUE

      public static final int ITEM_CATEGORY_VALUE
       Data Type: STRING. Used as a recommendation engine signal to serve items
       in the same category.
       
      ITEM_CATEGORY = 13;
      See Also:
    • FINAL_URLS_VALUE

      public static final int FINAL_URLS_VALUE
       Data Type: URL_LIST. Final URLs for the ad when using Upgraded
       URLs. User will be redirected to these URLs when they click on an ad, or
       when they click on a specific product for ads that have multiple
       products.
       
      FINAL_URLS = 14;
      See Also:
    • FINAL_MOBILE_URLS_VALUE

      public static final int FINAL_MOBILE_URLS_VALUE
       Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
       URLs.
       
      FINAL_MOBILE_URLS = 15;
      See Also:
    • TRACKING_URL_VALUE

      public static final int TRACKING_URL_VALUE
       Data Type: URL. Tracking template for the ad when using Upgraded URLs.
       
      TRACKING_URL = 16;
      See Also:
    • CONTEXTUAL_KEYWORDS_VALUE

      public static final int CONTEXTUAL_KEYWORDS_VALUE
       Data Type: STRING_LIST. Keywords used for product retrieval.
       
      CONTEXTUAL_KEYWORDS = 17;
      See Also:
    • SIMILAR_IDS_VALUE

      public static final int SIMILAR_IDS_VALUE
       Data Type: STRING_LIST. List of recommended IDs to show together with
       this item.
       
      SIMILAR_IDS = 19;
      See Also:
    • IOS_APP_STORE_ID_VALUE

      public static final int IOS_APP_STORE_ID_VALUE
       Data Type: INT64. iOS app store ID.
       
      IOS_APP_STORE_ID = 21;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static CustomPlaceholderFieldEnum.CustomPlaceholderField forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CustomPlaceholderFieldEnum.CustomPlaceholderField> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CustomPlaceholderFieldEnum.CustomPlaceholderField valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null