View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360Response (google_api_search_ads360 v0.2.0)

Response message for SearchAds360Service.Search.

Attributes

  • conversionCustomDimensionHeaders (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_ConversionCustomDimensionHeader.t), default: nil) - The headers of the conversion custom dimensions in the results.
  • conversionCustomMetricHeaders (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_ConversionCustomMetricHeader.t), default: nil) - The headers of the conversion custom metrics in the results.
  • customColumnHeaders (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_CustomColumnHeader.t), default: nil) - The headers of the custom columns in the results.
  • fieldMask (type: String.t, default: nil) - FieldMask that represents what fields were requested by the user.
  • nextPageToken (type: String.t, default: nil) - Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.
  • rawEventConversionDimensionHeaders (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_RawEventConversionDimensionHeader.t), default: nil) - The headers of the raw event conversion dimensions in the results.
  • rawEventConversionMetricHeaders (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_RawEventConversionMetricHeader.t), default: nil) - The headers of the raw event conversion metrics in the results.
  • results (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchAds360Row.t), default: nil) - The list of rows that matched the query.
  • summaryRow (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchAds360Row.t, default: nil) - Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
  • totalResultsCount (type: String.t, default: nil) - Total number of results that match the query ignoring the LIMIT clause.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

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

Unwrap a decoded JSON object into its complex fields.