Hello,
I want to get campaing performance report with php api.
My session is with client custemer id,
$session = (new AdWordsSessionBuilder())
->fromFile()
->withOAuth2Credential($oAuth2Credential)
->withReportSettings($reportSettings)
->withClientCustomerId($customerId)
->build();
But I'm gettin INVALID_FIELD_NAME_FOR_REPORT error for CampaignId. Also I want to get Status.
Can you help me please?
Best Regards