According to the documentation on logging in the Google Ads API Client 
Library for PHP <https://github.com/googleads/googleads-php-lib>, a WARNING 
in the logs means "failure": 
Log message \ Event statusSuccessFailure
One-line summary INFO WARNING
Debug message (e.g., SOAP payload) DEBUG NOTICE


However, I'm able to successfully run my queries, gets, and mutates even 
though my logs look like below. Any ideas what the "WARNING" is about?

[2017-09-09 14:30:07] local.WARNING: CampaignService 201708  
[2017-09-09 14:30:08] local.INFO: clientCustomerId=###### operations=1 
service=CampaignService method=query responseTime=380 requestId=##### 
server=adwords.google.com isFault=0 faultMessage=  
[2017-09-09 14:30:08] local.DEBUG: POST 
/api/adwords/cm/v201708/CampaignService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.1.6-1~ubuntu16.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1568
Authorization: REDACTED

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708";><SOAP-ENV:Header><ns1:RequestHeader><ns1:clientCustomerId>#####</ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:userAgent>unknown
 
(AwApi-PHP, googleads-php-lib/29.0.0, 
PHP/7.1.6-1~ubuntu16.04.1+deb.sury.org+1)</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly><ns1:partialFailure>false</ns1:partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:query><ns1:query>SELECT
 
AdServingOptimizationStatus, AdvertisingChannelSubType, 
AdvertisingChannelType, Amount, BaseCampaignId, BiddingStrategyId, 
BiddingStrategyName, BiddingStrategyType, BudgetId, BudgetName, 
BudgetReferenceCount, BudgetStatus, CampaignGroupId, CampaignTrialType, 
DeliveryMethod, Eligible, EndDate, EnhancedCpcEnabled, 
FrequencyCapMaxImpressions, Id, IsBudgetExplicitlyShared, Labels, Level, 
Name, RejectionReasons, SelectiveOptimization, ServingStatus, Settings, 
StartDate, Status, TargetContentNetwork, TargetCpa, 
TargetCpaMaxCpcBidCeiling, TargetCpaMaxCpcBidFloor, TargetGoogleSearch, 
TargetPartnerSearchNetwork, TargetRoas, TargetRoasBidCeiling, 
TargetRoasBidFloor, TargetSearchNetwork, TargetSpendBidCeiling, 
TargetSpendEnhancedCpcEnabled, TargetSpendSpendTarget, TimeUnit, 
TrackingUrlTemplate, UrlCustomParameters, VanityPharmaDisplayUrlMode, 
VanityPharmaText ORDER BY Name LIMIT 
0,500</ns1:query></ns1:query></SOAP-ENV:Body></SOAP-ENV:Envelope>

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Date: Sat, 09 Sep 2017 21:30:08 GMT
Expires: Sat, 09 Sep 2017 21:30:08 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,35"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close

<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201708";><requestId>####</requestId><serviceName>CampaignService</serviceName><methodName>query</methodName><operations>1</operations><responseTime>380</responseTime></ResponseHeader></soap:Header><soap:Body><queryResponse
 
xmlns="https://adwords.google.com/api/adwords/cm/v201708";><rval><totalNumEntries>0</totalNumEntries><Page.Type>CampaignPage</Page.Type></rval></queryResponse></soap:Body></soap:Envelope>
  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2930b8c7-cbee-4d9b-890e-1c4d97d4b176%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to