View Source GoogleApi.DisplayVideo.V1.Model.FirstAndThirdPartyAudienceTargetingSetting (google_api_display_video v0.35.0)

Details of first and third party audience targeting setting.

Attributes

  • firstAndThirdPartyAudienceId (type: String.t, default: nil) - Required. First and third party audience id of the first and third party audience targeting setting. This id is first_and_third_party_audience_id.
  • recency (type: String.t, default: nil) - The recency of the first and third party audience targeting setting. Only applicable to first party audiences, otherwise will be ignored. For more info, refer to https://support.google.com/displayvideo/answer/2949947#recency When unspecified, no recency limit will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V1.Model.FirstAndThirdPartyAudienceTargetingSetting{
    firstAndThirdPartyAudienceId: String.t() | nil,
    recency: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.