Class /GOOG/CL_DFAREPORTING_V35

Class

/GOOG/CL_DFAREPORTING_V35
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Campaign Manager 360 API v3.5
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 ClickTag PUBLIC
TY_002 CreativeAssetId PUBLIC
TY_003 CreativeAssetMetadata PUBLIC
TY_004 CreativeClickThroughUrl PUBLIC
TY_005 CreativeCustomEvent PUBLIC
TY_006 DimensionValue PUBLIC
TY_009 OffsetPosition PUBLIC
TY_010 PopupWindowProperties PUBLIC
TY_011 Size PUBLIC
TY_T_001 ClickTag PUBLIC
TY_T_005 CreativeCustomEvent PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name dfareporting:v3.5 PUBLIC
C_ROOT_URL STRING API Root URL https://dfareporting.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250218 PUBLIC
C_PATH_PREFIX STRING API Path Prefix /dfareporting/v3.5/ PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version 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

UPLOAD_MEDIA

  • Description: dfareporting.media.upload
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CREATIVE_ASSETS_ID IMPORTING STRING creativeAssetsId
IV_P_USERPROFILES_ID IMPORTING STRING userprofilesId
IS_INPUT IMPORTING TY_003 CreativeAssetMetadata
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 CreativeAssetMetadata
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