View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedPageFeedAsset (google_api_search_ads360 v0.3.0)

A Unified Page Feed asset.

Attributes

  • labels (type: list(String.t), default: nil) - Labels used to group the page urls.
  • pageUrl (type: String.t, default: nil) - The webpage that advertisers want to target.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedPageFeedAsset{
    labels: [String.t()] | nil,
    pageUrl: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.