class ReportsCompatibleFields extends Resource (View source)

The "compatibleFields" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $compatibleFields = $dfareportingService->reports_compatibleFields;

Methods

query(string $profileId, Report $postBody, array $optParams = [])

Returns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions. (compatibleFields.query)

Details

CompatibleFields query(string $profileId, Report $postBody, array $optParams = [])

Returns the fields that are compatible to be selected in the respective sections of a report criteria, given the fields already selected in the input report and user permissions. (compatibleFields.query)

Parameters

string $profileId

The Campaign Manager 360 user profile ID.

Report $postBody
array $optParams

Optional parameters.

Return Value

CompatibleFields

Exceptions

Exception