[cl-soap-cvs] CVS update: public_html/google-adwords-api.html

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Mon Oct 3 12:28:26 UTC 2005


Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv23869

Modified Files:
	google-adwords-api.html 
Log Message:
updated to latest code

Date: Mon Oct  3 14:28:26 2005
Author: scaekenberghe

Index: public_html/google-adwords-api.html
diff -u public_html/google-adwords-api.html:1.5 public_html/google-adwords-api.html:1.6
--- public_html/google-adwords-api.html:1.5	Sun Oct  2 18:51:14 2005
+++ public_html/google-adwords-api.html	Mon Oct  3 14:28:26 2005
@@ -66,13 +66,13 @@
             ("getMethodCostReturn" :INT) 1 ) 1 
       Operation: getUsageQuotaThisMonth
         Input: getUsageQuotaThisMonthRequest
-          ("getUsageQuotaThisMonth")
+          ("getUsageQuotaThisMonth") 1
         Output: getUsageQuotaThisMonthResponse
           (getUsageQuotaThisMonthResponse
             ("getUsageQuotaThisMonthReturn" :LONG) 1 ) 1 
       Operation: getOperationsQuotaThisMonth
         Input: getOperationsQuotaThisMonthRequest
-          ("getOperationsQuotaThisMonth")
+          ("getOperationsQuotaThisMonth") 1
         Output: getOperationsQuotaThisMonthResponse
           (getOperationsQuotaThisMonthResponse
             ("getOperationsQuotaThisMonthReturn" :LONG) 1 ) 1 
@@ -158,7 +158,7 @@
 
 ("getMethodCostResponse" ("getMethodCostReturn" 1))
 
-((GOOGLE:|responseTime| . "393") (GOOGLE:|operations| . "1") (GOOGLE:|units| . "1"))</pre>
+(("responseTime" 393) ("operations" 1) ("units" 1))</pre>
   Some sensitive data fields have been marked with X's.
   XML was beautified a little bit ;-)
   Note that two values are returned: the actual value and the headers.
@@ -349,8 +349,8 @@
   (("id" -1 "impressions" 7263 "ctr" 0.01547993 "cpc" 50000 "avgPosition" 4.537519 "notShownPerDay" 288532) 
    ("id" -1 "impressions" 18177 "ctr" 0.012525387 "cpc" 50000 "avgPosition" 2.8274193 "notShownPerDay" 397941))))
 
-((GOOGLE:|responseTime| . "412") (GOOGLE:|operations| . "2") (GOOGLE:|units| . "50"))</pre>
+(("responseTime" 412) ("operations" 2) ("units" 50))</pre>
   That is all for now! More example and testing code can be found in the project's source tree.
-<p>$Id: google-adwords-api.html,v 1.5 2005/10/02 16:51:14 scaekenberghe Exp $</p>
+<p>$Id: google-adwords-api.html,v 1.6 2005/10/03 12:28:26 scaekenberghe Exp $</p>
 </body>
 </html>




More information about the Cl-soap-cvs mailing list