简体   繁体   English

Flex或ActionScript中的Google关键字工具示例代码

[英]Google Keyword Tool sample code in Flex or actionscript

I am a flex developer, well this time , client requirement has came to search the keyword in google adword, 我是一名Flex开发人员,这次,客户要求已经开始在google adword中进行搜索,

go to the following link, if i enter some keyword here in the search box like 转到以下链接,如果我在搜索框中输入一些关键字,例如

https://adwords.google.com/select/KeywordToolExternal https://adwords.google.com/select/KeywordToolExternal

"dog training tips", so i get lots of results, i have to develop this same application in flex, which will fetch the data from this google's tool, “狗训练技巧”,所以我得到了很多结果,我必须在flex中开发相同的应用程序,该应用程序将从此google工具中获取数据,

Does any one of you having any idea about how to get this data from flex, is there any flex or actionscript API available which will return me the data, that i'll filter according to ma requirement, 你们中的任何人是否有关于如何从flex中获取数据的想法,是否有可用的flex或actionscript API可以将数据返回给我,我会根据具体要求进行过滤,

Thanx in advance 提前感谢

Ankur 安库尔

I'm not aware that there is any library available for actionscript so I think you're going to need to construct the SOAP calls manually. 我不知道有任何可用于动作脚本的库,因此我认为您将需要手动构造SOAP调用。 One possibility to make things easier would be to use one of the libraries and grab the SOAP that's being logged then insert your own values. 使事情变得容易的一种可能性是使用其中一个库并获取正在记录的SOAP,然后插入您自己的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM