I am totally new to the API and am finding the documentation on both
of the API and services confusing. Is there a TrafficEstimatorService
in v2009?

Also I am using .net libraries that I have downloaded from Google. The
app.config is causing me all sorts of problems, does this look right,
I just need to get one function of a service working

Thanks in Advance

Duncan

This is what I have
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="AdWordsApi"
 
type="com.google.api.adwords.lib.ApplicationConfiguration,google-api-
adwords-dotnet"/>
  </configSections>
  <AdWordsApi>
    <!-- Change the appropriate flags to turn on SOAP logging. -->
    <add key="LogPath" value="C:\Logs\"/>
    <add key="LogToConsole" value="false"/>
    <add key="LogToFile" value="false"/>
    <add key="MaskCredentials" value="true"/>

    <!-- Fill the following values if you plan to use a proxy server.--
>
    <add key="ProxyServer" value=""/>
    <add key="ProxyUser" value=""/>
    <add key="ProxyPassword" value=""/>
    <add key="ProxyDomain" value=""/>

    <!-- Uncomment this key if you want to disable gzip compression in
SOAP requests.-->
    <!--<add key="EnableGzipCompression" value="false"/>-->
    <!-- Fill the header values. -->


    <!-- PROD -->
    <!--   <add key="CompanyName" value="Tackle Fanatics"/>
    <add key="Email" value="smar...@tacklefanatics.co.uk"/>
    <add key="Password" value="*******"/>
    <add key="ClientEmail" value="smar...@tacklefanatics.co.uk"/>
    <add key="DeveloperToken" value="*******"/>-->

    <!-- DEV -->
    <add key="CompanyName" value="Tackle Fanatics"/>
    <add key="Email" value="smar...@tacklefanatics.co.uk"/>
    <add key="Password" value="*******"/>
    <add key="ClientEmail" value="smar...@tacklefanatics.co.uk"/>
    <add key="DeveloperToken" value="smar...@tacklefanatics.co.uk+
+GBP"/>

    <!-- Application token is now optional and will be ignored by the
server.-->
    <!-- <add key="ApplicationToken"
value="ENTER_YOUR_APPLICATION_TOKEN_HERE"/> -->


    <!-- Uncomment this key and comment ClientEmail if you want to
specify
         customer id instead of customer email. -->
    <!-- <add key="ClientCustomerId"
        value="ENTER_YOUR_CLIENT_CUSTOMER_ID_HERE"/> -->

    <!-- Uncomment this if you want to reuse an authToken multiple
times. -->
    <!--<add key="AuthToken" value="ENTER_YOUR_AUTH_TOKEN_HERE"/> -->

    <!-- Uncomment this key if you want to use v13 sandbox. -->
    <add key="LegacyAdWordsApi.Url" value="https://sandbox.google.com"/
>

    <!-- Uncomment this key if you want to use AdWords API sandbox. --
>
     <add key="AdWordsApi.Url" value="https://adwords-
sandbox.google.com"/>
  </AdWordsApi>
  <system.web>
    <webServices>
      <soapExtensionTypes>
        <add type="com.google.api.adwords.lib.TraceExtension,
                   google-api-adwords-dotnet" priority="1"/>
        <add type="com.google.api.adwords.lib.ApiUnitsExtension,
                   google-api-adwords-dotnet" priority="1"/>
      </soapExtensionTypes>
    </webServices>
  </system.web>
  <system.net>
    <settings>
      <httpWebRequest maximumErrorResponseLength="-1"  />
    </settings>
  </system.net>
</configuration>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to