Class /GOOG/CL_DOUBLECLICKBIDMANA_V2

Class

/GOOG/CL_DOUBLECLICKBIDMANA_V2
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:DoubleClick Bid Manager API v2
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_002 DataRange PUBLIC
TY_003 Date PUBLIC
TY_006 FilterPair PUBLIC
TY_007 ListQueriesResponse PUBLIC
TY_008 ListReportsResponse PUBLIC
TY_009 Options PUBLIC
TY_010 Parameters PUBLIC
TY_014 Query PUBLIC
TY_015 QueryMetadata PUBLIC
TY_016 QuerySchedule PUBLIC
TY_017 Report PUBLIC
TY_018 ReportKey PUBLIC
TY_019 ReportMetadata PUBLIC
TY_020 ReportStatus PUBLIC
TY_022 RunQueryRequest PUBLIC
TY_T_006 FilterPair PUBLIC
TY_T_014 Query PUBLIC
TY_T_017 Report PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix /v2/ PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250226 PUBLIC
C_ROOT_URL STRING API Root URL https://doubleclickbidmanager.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name doubleclickbidmanager:v2 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_QUERIES

  • Description: doubleclickbidmanager.queries.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_014 Query
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 Query
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_QUERIES

  • Description: doubleclickbidmanager.queries.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_QUERY_ID IMPORTING STRING queryId
ES_RAW EXPORTING DATA Raw Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_QUERIES

  • Description: doubleclickbidmanager.queries.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_QUERY_ID IMPORTING STRING queryId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 Query
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_REPORTS

  • Description: doubleclickbidmanager.queries.reports.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_QUERY_ID IMPORTING STRING queryId
IV_P_REPORT_ID IMPORTING STRING reportId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 Report
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_QUERIES

  • Description: doubleclickbidmanager.queries.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_007 ListQueriesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_REPORTS

  • Description: doubleclickbidmanager.queries.reports.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_QUERY_ID IMPORTING STRING queryId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_008 ListReportsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

RUN_QUERIES

  • Description: doubleclickbidmanager.queries.run
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_SYNCHRONOUS IMPORTING STRING synchronous
IV_P_QUERY_ID IMPORTING STRING queryId
IS_INPUT IMPORTING TY_022 RunQueryRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 Report
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC