Package

com.gravity.gdk

placement

Permalink

package placement

Visibility
  1. Public
  2. All

Type Members

  1. case class ImpressionViewedSpec(callbackUrl: String, hash: String) extends Product with Serializable

    Permalink

    Specifies how an impression viewed is logged with Gravity.

    Specifies how an impression viewed is logged with Gravity. This is generally internal use only.

  2. case class Placement(key: PlacementKey) extends Product with Serializable

    Permalink

    Article recommendations are generated against a placement.

    Article recommendations are generated against a placement. Placements at this time are configured for you by a Gravity Account Manager.

  3. case class PlacementGetRecosBadHttpStatusException(statusCode: Int) extends PlacementGetRecosException with Product with Serializable

    Permalink

    Thrown when a non-2xx HTTP status occurs during com.gravity.gdk.placement.Placement.getRecos.

  4. abstract class PlacementGetRecosException extends Exception

    Permalink

    An exception thrown during com.gravity.gdk.placement.Placement.getRecos.

  5. case class PlacementGetRecosResponseJsonFormatException(jsError: JsError) extends PlacementGetRecosException with Product with Serializable

    Permalink

    Thrown when JSON received during com.gravity.gdk.placement.Placement.getRecos is parsed but does not match expected format.

  6. case class PlacementGetRecosResponseJsonParseException(ex: JsonParseException) extends PlacementGetRecosException with Product with Serializable

    Permalink

    Thrown when com.gravity.gdk.placement.Placement.getRecos results in a JSON parse error.

  7. final case class PlacementKey(placementId: Long) extends AnyVal with Product with Serializable

    Permalink

    placementId

    UUID identifying the placement—typically 4 digits—provided by a Gravity Account Manager.

Value Members

  1. object ImpressionViewedSpec extends Serializable

    Permalink

Ungrouped