ScienceOceanViewCountryView

AI Overview😉

  • The potential purpose of this module is to determine the viewability of content based on the user's country and view type. This could be used to restrict or customize content based on geographical location or user preferences.
  • This module could impact search results by filtering out content that is not viewable in a user's country or according to their preferred view type. This could lead to more relevant and localized search results, but also potentially limit the scope of search results.
  • A website may change things to be more favorable for this function by ensuring that their content is properly tagged with country codes and view types, and by providing alternative content or views for users in different locations or with different preferences. This could involve using schema markup or other metadata to specify country and view type restrictions, as well as implementing content delivery networks (CDNs) or other technologies to customize content based on user location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ScienceOceanViewCountryView (google_api_content_warehouse v0.4.0)

Attributes

  • CountryCode (type: String.t, default: nil) - No CountryCode means default viewability. two letter code
  • ViewType (type: integer(), default: nil) - enum in ocean::LocaleViewability::ViewType

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceOceanViewCountryView{
  CountryCode: String.t() | nil,
  ViewType: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.