Hi,
I'm trying to migrate from the old search ads 360 api to the new Search Ads 360 Reporting API.
I'm using java SDK.
In the old API I used to add the saved columns by
setSavedColumnNamereportColumn = new ReportApiColumnSpec(); reportColumn.setSavedColumnName(savedColumn);
While trying to maintain the same reports as I had before I want to add these saved columns, but there is no specific documentation or example how to make it.
I managed to use it for regular columns query successfully, but had no luck do the same for these saved columns.
If this is wrong place to ask these question can you please refer me to the correct one.
Thanks,
Asa'd