Interface AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuilder

    • Method Detail

      • hasHtmlSnippet

        boolean hasHtmlSnippet()
         The HTML snippet representative of the SDK-rendered ad.
         
        string html_snippet = 1;
        Returns:
        Whether the htmlSnippet field is set.
      • getHtmlSnippet

        String getHtmlSnippet()
         The HTML snippet representative of the SDK-rendered ad.
         
        string html_snippet = 1;
        Returns:
        The htmlSnippet.
      • getHtmlSnippetBytes

        com.google.protobuf.ByteString getHtmlSnippetBytes()
         The HTML snippet representative of the SDK-rendered ad.
         
        string html_snippet = 1;
        Returns:
        The bytes for htmlSnippet.
      • hasVideoUrl

        boolean hasVideoUrl()
         The URL to the VAST asset used in the SDK-rendered ad.
         
        string video_url = 2;
        Returns:
        Whether the videoUrl field is set.
      • getVideoUrl

        String getVideoUrl()
         The URL to the VAST asset used in the SDK-rendered ad.
         
        string video_url = 2;
        Returns:
        The videoUrl.
      • getVideoUrlBytes

        com.google.protobuf.ByteString getVideoUrlBytes()
         The URL to the VAST asset used in the SDK-rendered ad.
         
        string video_url = 2;
        Returns:
        The bytes for videoUrl.
      • hasVideoVastXml

        boolean hasVideoVastXml()
         The VAST document used to render custom SDK-rendered ad. This
         document should conform to the VAST 2.0 or 3.0 standard.
         
        string video_vast_xml = 4;
        Returns:
        Whether the videoVastXml field is set.
      • getVideoVastXml

        String getVideoVastXml()
         The VAST document used to render custom SDK-rendered ad. This
         document should conform to the VAST 2.0 or 3.0 standard.
         
        string video_vast_xml = 4;
        Returns:
        The videoVastXml.
      • getVideoVastXmlBytes

        com.google.protobuf.ByteString getVideoVastXmlBytes()
         The VAST document used to render custom SDK-rendered ad. This
         document should conform to the VAST 2.0 or 3.0 standard.
         
        string video_vast_xml = 4;
        Returns:
        The bytes for videoVastXml.
      • hasNativeResponse

        boolean hasNativeResponse()
         The content of a native ad. Native ads consist of multiple building
         blocks (such as image and text), which are rendered by the buyer SDK.
         This field is only required for creative scanning. The assets you
         include don't need to match assets specified in a native request
         object (if any) in the bid request. NativeResponse.assets.id is
         optional and doesn't need to match an asset on the native request
         object. NativeResponse.assets.img.type is required.
         
        .com.google.openrtb.NativeResponse native_response = 5;
        Returns:
        Whether the nativeResponse field is set.
      • getNativeResponse

        com.google.openrtb.OpenRtb.NativeResponse getNativeResponse()
         The content of a native ad. Native ads consist of multiple building
         blocks (such as image and text), which are rendered by the buyer SDK.
         This field is only required for creative scanning. The assets you
         include don't need to match assets specified in a native request
         object (if any) in the bid request. NativeResponse.assets.id is
         optional and doesn't need to match an asset on the native request
         object. NativeResponse.assets.img.type is required.
         
        .com.google.openrtb.NativeResponse native_response = 5;
        Returns:
        The nativeResponse.
      • getNativeResponseOrBuilder

        com.google.openrtb.OpenRtb.NativeResponseOrBuilder getNativeResponseOrBuilder()
         The content of a native ad. Native ads consist of multiple building
         blocks (such as image and text), which are rendered by the buyer SDK.
         This field is only required for creative scanning. The assets you
         include don't need to match assets specified in a native request
         object (if any) in the bid request. NativeResponse.assets.id is
         optional and doesn't need to match an asset on the native request
         object. NativeResponse.assets.img.type is required.
         
        .com.google.openrtb.NativeResponse native_response = 5;
      • getClickThroughUrlList

        List<String> getClickThroughUrlList()
         The final landing pages of the SDK-rendered ad.
         
        repeated string click_through_url = 3;
        Returns:
        A list containing the clickThroughUrl.
      • getClickThroughUrlCount

        int getClickThroughUrlCount()
         The final landing pages of the SDK-rendered ad.
         
        repeated string click_through_url = 3;
        Returns:
        The count of clickThroughUrl.
      • getClickThroughUrl

        String getClickThroughUrl​(int index)
         The final landing pages of the SDK-rendered ad.
         
        repeated string click_through_url = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The clickThroughUrl at the given index.
      • getClickThroughUrlBytes

        com.google.protobuf.ByteString getClickThroughUrlBytes​(int index)
         The final landing pages of the SDK-rendered ad.
         
        repeated string click_through_url = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the clickThroughUrl at the given index.