I'm getting the following error even though I'm passing a correct address:

Error: CriterionError.INVALID_PROXIMITY_ADDRESS

I know you require the SOAP request in order to help resolve the issue 
unfortunately I'm unable to get the logging working.  Below is what I added 
to my web.config file for logging.  However it does not log to the 
specified files.  What am I missing?

<system.diagnostics>
  <sources>
    <source name="AdsClientLibs.SoapXmlLogs"
      switchName="AdsClientLibs.SoapXmlLogs"
      switchType="System.Diagnostics.SourceSwitch">
      <listeners>
        <!-- Modify the initializeData attribute below to control the
              path to the SOAP XML log file. -->
        <add name="soapXmlLogListener"
          type="System.Diagnostics.TextWriterTraceListener"
          initializeData="C:\Logs\soap_xml.log" />
        <remove name="Default" />
      </listeners>
    </source>
    <source name="AdsClientLibs.RequestInfoLogs"
      switchName="AdsClientLibs.RequestInfoLogs"
      switchType="System.Diagnostics.SourceSwitch">
      <listeners>
        <!-- Modify the initializeData attribute below to control the
              path to the request info log file. -->
        <add name="requestInfoLogListener"
          type="System.Diagnostics.TextWriterTraceListener"
          initializeData="C:\Logs\request_info.log" />
        <remove name="Default" />
      </listeners>
    </source>
  </sources>
  <switches>
    <!-- Use this trace switch to control the SOAP XML logs written by Ads*
        .NET libraries. The default level is set to Off. Logs are generated 
at
        both the Error and Information levels. -->
    <add name="AdsClientLibs.SoapXmlLogs" value="Information"/>
    <!-- Use this trace switch to control the Request Info logs written by
        Ads* .NET libraries. The default level is set to Off. Logs are
        generated at both the Error and Information levels. -->
    <add name="AdsClientLibs.RequestInfoLogs" value="Information"/>
  </switches>
</system.diagnostics>

KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a2f5772-e5dc-4505-84f2-60816b1e0edd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • API Logging n... rentcafedev1
    • Re: API ... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
      • Re: ... rentcafedev1
        • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum

Reply via email to