Re: WARNING in logs but everything works as expected

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick,

Looking at the logs you have provided, it appears that there is indeed no 
error encountered when you made the call using the CampaignService of the 
AdWords API. Additionally since this is more related to the PHP client 
library, I would recommend that you get in touch with the client library 
owners via this link  
for 
further assistance.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/57e0f819-f3ac-40f1-a901-b86467b12133%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


WARNING in logs but everything works as expected

2017-09-09 Thread Nick Harris
According to the documentation on logging in the Google Ads API Client 
Library for PHP , 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


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201708";>#REDACTEDunknown
 
(AwApi-PHP, googleads-php-lib/29.0.0, 
PHP/7.1.6-1~ubuntu16.04.1+deb.sury.org+1)falsefalseSELECT
 
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

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

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201708";>CampaignServicequery1380https://adwords.google.com/api/adwords/cm/v201708";>0CampaignPage
  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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.