All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.analytics.studio.v2.AdConversionResponseDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/analytics/v2/studio/dashboard.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v2;

public interface AdConversionResponseDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.AdConversionResponseData)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 total_viewers = 1 [json_name = "totalViewers"];
   * @return The totalViewers.
   */
  int getTotalViewers();

  /**
   * int32 uniq_ad_banner_navigated = 2 [json_name = "uniqAdBannerNavigated"];
   * @return The uniqAdBannerNavigated.
   */
  int getUniqAdBannerNavigated();

  /**
   * int32 uniq_ad_button_navigated = 3 [json_name = "uniqAdButtonNavigated"];
   * @return The uniqAdButtonNavigated.
   */
  int getUniqAdButtonNavigated();

  /**
   * int32 uniq_ad_video_played = 4 [json_name = "uniqAdVideoPlayed"];
   * @return The uniqAdVideoPlayed.
   */
  int getUniqAdVideoPlayed();

  /**
   * int32 ad_banner_navigated = 5 [json_name = "adBannerNavigated"];
   * @return The adBannerNavigated.
   */
  int getAdBannerNavigated();

  /**
   * int32 ad_button_navigated = 6 [json_name = "adButtonNavigated"];
   * @return The adButtonNavigated.
   */
  int getAdButtonNavigated();

  /**
   * int32 ad_video_played = 7 [json_name = "adVideoPlayed"];
   * @return The adVideoPlayed.
   */
  int getAdVideoPlayed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy