有做GOOGLE AdWords API开发的看过来,帮帮忙~~亲爱的CSDN的各位鸟人们,大家新年好!为请看过来散分散分,到者有份!

Veronika 2012-01-05 11:12:27
亲爱的CSDN的各位鸟人们,大家新年好!为请看过来散分散分,到者有份!

有做GOOGLE AdWords API开发的看过来,我们做测试时的沙箱应该怎么设置,即XML文件应该怎么修改,怎样放入我们自己的

工程文件当中,大家有没有案例,给我参考一下
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="AdWordsApi" type="System.Configuration.DictionarySectionHandler"/>
</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"/>
<add key="LogErrorsOnly" value="false"/>

<!-- Set the service timeout in milliseconds. -->
<!-- <add key="Timeout" value="100000"/> -->

<!-- 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=""/>

<!-- Use this key to change the default timeout for Ads services
(in milliseconds.)-->
<add key="Timeout" value="100000"/>

<!-- Use this key to enable or disable gzip compression in SOAP requests.-->
<add key="EnableGzipCompression" value="true"/>

<!-- Fill the header values. -->
<add key="UserAgent" value="INSERT_YOUR_COMPANY_OR_APPLICATION_NAME_HERE"/>
<add key="ClientEmail" value="INSERT_YOUR_CLIENT_EMAIL_HERE"/>
<add key="DeveloperToken" value="INSERT_YOUR_DEVELOPER_TOKEN_HERE"/>
<!-- Uncomment this key and comment ClientEmail if you want to specify
customer id instead of customer email. -->
<!-- <add key="ClientCustomerId"
value="INSERT_YOUR_CLIENT_CUSTOMER_ID_HERE"/> -->
<!-- Application token is now optional and will be ignored by the server.-->
<!-- <add key="ApplicationToken"
value="INSERT_YOUR_APPLICATION_TOKEN_HERE"/> -->

<!-- Set the Authorization method to be used with the client library. -->
<!-- To use ClientLogin as authentication mechanism, uncomment the following
section and comment the OAuth section below. -->
<add key="AuthorizationMethod" value="ClientLogin" />
<add key="Email" value="INSERT_YOUR_LOGIN_EMAIL_HERE"/>
<add key="Password" value="INSERT_YOUR_PASSWORD_HERE"/>
<!-- Optional: uncomment this if you want to reuse an authToken multiple
times. -->
<!-- <add key="AuthToken" value="INSERT_YOUR_AUTH_TOKEN_HERE"/> -->

<!-- To use OAuth as authentication mechanism, uncomment the following
section and comment the AuthToken section above. -->
<!-- Note: For testing purposes, you can use the OAuth consumer key/secret
as anonymous/anonymous.-->
<!--
<add key="AuthorizationMethod" value="OAuth" />
<add key="OAuthConsumerKey" value="INSERT_YOUR_OAUTH_CONSUMER_KEY_HERE" />
<add key="OAuthConsumerSecret"
value="INSERT_YOUR_OAUTH_CONSUMER_SECRET_HERE" />
-->

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

<!-- Uncomment this key if you want to use AdWords API sandbox. -->
<!-- <add key="AdWordsApi.Server"
value="https://adwords-sandbox.google.com"/> -->
</AdWordsApi>
<system.web>
<webServices>
<soapExtensionTypes>
<add type="Google.Api.Ads.Common.Lib.SoapListenerExtension, Google.AdWords"
priority="1" group="0"/>
</soapExtensionTypes>
</webServices>
</system.web>
<system.net>
<settings>
<httpWebRequest maximumErrorResponseLength="-1" />
</settings>
</system.net>
</configuration>
...全文
214 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
wushuai1346 2012-01-05
  • 打赏
  • 举报
回复
厄,细看了下,真没有接触过这个东西.希望楼主尽快找到答案吧
wushuai1346 2012-01-05
  • 打赏
  • 举报
回复
帮楼主顶上去先,占个沙发,多拿点,哈哈
段传涛 2012-01-05
  • 打赏
  • 举报
回复
hehe 找个 js dom的案例看一下。
一堆xml代码眼晕
Veronika 2012-01-05
  • 打赏
  • 举报
回复
木人来解决,木人来帮忙吗?木人写过这个东东吗
段传涛 2012-01-05
  • 打赏
  • 举报
回复
我不鸟人,
samsone 2012-01-05
  • 打赏
  • 举报
回复
XML文件应该怎么修改,怎样放入我们自己的工程文件 百度、 谷歌应该有例子的

110,539

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧