我正在使用Java Adwords API。有沒有一種方法可以查看創建AdGroup(mutate)時發送的SOAP請求的內容?Google Adwords SOAP請求
0
A
回答
0
您可以通過enabling logging查看SOAP XML。默認soapXmlLogger
只是配置爲記錄錯誤,但如果您想查看所有內容,則可以將其從WARN
更改爲INFO
;例如:
log4j.category.com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger=INFO, SOAP_LOG, CONSOLE
+0
Pentaho數據集成不提供連接步驟到Adwords,只有分析步驟,我怎麼能做到這一點? – shzyincu 2017-07-06 06:48:38
0
與您的用戶對象 - 通話 -
$用戶> LogAll();
默認情況下,這將寫入名爲soap_xml.log的文件 - 您可能需要創建它或調整權限以確保它可以被apache寫入 - 但您應該能夠看到所有soap請求。
相關問題
- 1. 使用SOAP和Javascript發送GET請求(Google Adwords Sandbox API)
- 2. 帶有oAuth的C#中的AdWords SOAP請求
- 3. Google App Engine + AdWords API:java.lang.NoClassDefFoundError:javax/xml/soap/SOAPException
- 4. Java SOAP請求
- 5. curl SOAP請求
- 6. fsockopen soap請求
- 7. SOAP請求PHP5
- 8. SOAP請求PHP
- 9. PHP - SOAP請求
- 10. PHP SOAP請求
- 11. ajax請求後執行Google AdWords轉換跟蹤代碼
- 12. Google Adwords報告HTTP POST請求返回400響應代碼
- 13. Google Adwords跟蹤Cookie觸發器ASP.NET請求驗證例外
- 14. SOAP服務請求
- 15. 發送SOAP請求
- 16. 創建SOAP請求
- 17. SOAP請求問題
- 18. pear soap xml請求
- 19. SOAP請求標籤
- 20. LexisNexis SUDS SOAP請求
- 21. SOAP請求修改
- 22. Java Servlet SOAP請求
- 23. SOAP請求負載
- 24. Google Adwords API
- 25. Google AdWords和Laravel 5.2
- 26. 如何像SOAP UI請求一樣從android構建SOAP請求?
- 27. 中繼SOAP請求(即充當代理的SOAP請求)
- 28. google adwords api php庫
- 29. Google AdWords和google_conversion_value
- 30. 分析Google Adwords
你是如何實現這個的?我也需要幫助 – shzyincu 2017-07-06 06:42:59