Transforms the csv data file received from the Adwords API into a dataframe. Moreover the variables are converted into suitable formats.
The function is used inside getData
and parameters are set automatically.
transformData(data, report = reportType, apiVersion = "201708")
Raw csv data from Adwords API.
Report type.
set automatically by getData
. Supported are 201702, 201609, 201607. Defaults to 201702.
Dataframe with the Adwords Data.