$HTTP_HEADERS_TO_SCRUB
$HTTP_HEADERS_TO_SCRUB :
Provides a Guzzle log message formatter for Ad Manager.
__construct(\Google\AdsApi\AdManager\AdManagerSession $session,boolean $shouldLogResponsePayload,string|null $redactedResponsePayloadMessage = null)
Creates a new DFP Guzzle log message formatter provider with the specified settings.
\Google\AdsApi\AdManager\AdManagerSession | $session | the Ad Manager session that makes a Guzzle HTTP call |
boolean | $shouldLogResponsePayload | whether the formatter should show the response payload in the log |
string|null | $redactedResponsePayloadMessage | the substitution message to use in case the response payload is redacted |
getGuzzleLogMessageFormatter(): \Google\AdsApi\Common\GuzzleLogMessageFormatter
Configures and returns a Guzzle log message formatter appropriate for the ads API it is being used for.