View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360Response (google_api_search_ads360 v0.9.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 thepage_tokenattribute of the next request.next_page_tokenis 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
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360Response{ conversionCustomDimensionHeaders: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_ConversionCustomDimensionHeader.t() ] | nil, conversionCustomMetricHeaders: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_ConversionCustomMetricHeader.t() ] | nil, customColumnHeaders: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_CustomColumnHeader.t() ] | nil, fieldMask: String.t() | nil, nextPageToken: String.t() | nil, rawEventConversionDimensionHeaders: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_RawEventConversionDimensionHeader.t() ] | nil, rawEventConversionMetricHeaders: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_RawEventConversionMetricHeader.t() ] | nil, results: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchAds360Row.t() ] | nil, summaryRow: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchAds360Row.t() | nil, totalResultsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.