HitBuilders.ScreenViewBuilder

  • The HitBuilders.ScreenViewBuilder class is used to build a screen view hit for Google Analytics.

  • This class extends HitBuilder and can utilize its common set and get methods to add fields to the builder.

  • It includes a public constructor ScreenViewBuilder().

  • The class inherits various methods from HitBuilders.HitBuilder such as adding product impressions, products, promotions, and building the hit into a Map.

  • Inherited methods also allow setting campaign parameters, custom dimensions and metrics, hit type, and non-interaction status.

public static class HitBuilders.ScreenViewBuilder extends HitBuilder<HitBuilders.ScreenViewBuilder>

Class to build a screen view hit. You can add any of the other fields to the builder using common set and get methods.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public ScreenViewBuilder ()