GoogleApi.RealTimeBidding.V1.Model.Creative (google_api_real_time_bidding v0.13.2)

View Source

A creative and its classification data.

Attributes

  • accountId (type: String.t, default: nil) - Output only. ID of the buyer account that this creative is owned by. Can be used to filter the response of the creatives.list method with equality and inequality check.
  • adChoicesDestinationUrl (type: String.t, default: nil) - The link to AdChoices destination page. This is only supported for native ads.
  • advertiserName (type: String.t, default: nil) - The name of the company being advertised in the creative. Can be used to filter the response of the creatives.list method.
  • agencyId (type: String.t, default: nil) - The agency ID for this creative.
  • apiUpdateTime (type: DateTime.t, default: nil) - Output only. The last update timestamp of the creative through the API.
  • creativeFormat (type: String.t, default: nil) - Output only. The format of this creative. Can be used to filter the response of the creatives.list method.
  • creativeId (type: String.t, default: nil) - Buyer-specific creative ID that references this creative in bid responses. This field is Ignored in update operations. Can be used to filter the response of the creatives.list method. The maximum length of the creative ID is 128 bytes.
  • creativeServingDecision (type: GoogleApi.RealTimeBidding.V1.Model.CreativeServingDecision.t, default: nil) - Output only. Top level status and detected attributes of a creative (for example domain, language, advertiser, product category, etc.) that affect whether (status) and where (context) a creative will be allowed to serve.
  • dealIds (type: list(String.t), default: nil) - Output only. IDs of all of the deals with which this creative has been used in bidding. Can be used to filter the response of the creatives.list method.
  • declaredAttributes (type: list(String.t), default: nil) - All declared attributes for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method. If the excluded_attribute field of a bid request contains one of the attributes that were declared or detected for a given creative, and a bid is submitted with that creative, the bid will be filtered before the auction.
  • declaredClickThroughUrls (type: list(String.t), default: nil) - The set of declared destination URLs for the creative. Can be used to filter the response of the creatives.list method.
  • declaredRestrictedCategories (type: list(String.t), default: nil) - All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.
  • declaredVendorIds (type: list(integer()), default: nil) - IDs for the declared ad technology vendors that may be used by this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/vendors.txt for possible values. Can be used to filter the response of the creatives.list method.
  • html (type: GoogleApi.RealTimeBidding.V1.Model.HtmlContent.t, default: nil) - An HTML creative.
  • impressionTrackingUrls (type: list(String.t), default: nil) - The set of URLs to be called to record an impression.
  • name (type: String.t, default: nil) - Output only. Name of the creative. Follows the pattern buyers/{buyer}/creatives/{creative}, where {buyer} represents the account ID of the buyer who owns the creative, and {creative} is the buyer-specific creative ID that references this creative in the bid response.
  • native (type: GoogleApi.RealTimeBidding.V1.Model.NativeContent.t, default: nil) - A native creative.
  • renderUrl (type: String.t, default: nil) - Experimental field that can be used during the FLEDGE Origin Trial. The URL to fetch an interest group ad used in TURTLEDOVE on-device auction. This should be unique among all creatives for a given accountId. This URL should be the same as the URL returned by generateBid().
  • restrictedCategories (type: list(String.t), default: nil) - All restricted categories for the ads that may be shown from this creative.
  • version (type: integer(), default: nil) - Output only. The version of the creative. Version for a new creative is 1 and it increments during subsequent creative updates.
  • video (type: GoogleApi.RealTimeBidding.V1.Model.VideoContent.t, default: nil) - A video creative.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.Creative{
  accountId: String.t() | nil,
  adChoicesDestinationUrl: String.t() | nil,
  advertiserName: String.t() | nil,
  agencyId: String.t() | nil,
  apiUpdateTime: DateTime.t() | nil,
  creativeFormat: String.t() | nil,
  creativeId: String.t() | nil,
  creativeServingDecision:
    GoogleApi.RealTimeBidding.V1.Model.CreativeServingDecision.t() | nil,
  dealIds: [String.t()] | nil,
  declaredAttributes: [String.t()] | nil,
  declaredClickThroughUrls: [String.t()] | nil,
  declaredRestrictedCategories: [String.t()] | nil,
  declaredVendorIds: [integer()] | nil,
  html: GoogleApi.RealTimeBidding.V1.Model.HtmlContent.t() | nil,
  impressionTrackingUrls: [String.t()] | nil,
  name: String.t() | nil,
  native: GoogleApi.RealTimeBidding.V1.Model.NativeContent.t() | nil,
  renderUrl: String.t() | nil,
  restrictedCategories: [String.t()] | nil,
  version: integer() | nil,
  video: GoogleApi.RealTimeBidding.V1.Model.VideoContent.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.