> In my project I used
https://adwords.google.com/api/adwords/v13/AdService?wsdlAPI in flex . So I
> will import all wsdl in my project , flex automatically create number of
> package like AddAds_request.as (.as mean action script)
> ApplicationToken_type0.as
> CommerceAd.as etc . After that send request like
> <mx:operation name="getKeywordVariations" resultFormat="e4x">
> <mx:request>
> <getKeywordVariations>
> <seedKeywords>
> <negative>false</negative>
> <text>action project</text>
> <type>Broad</type>
> </seedKeywords>
> <useSynonyms>true</useSynonyms>
> <languages>en</languages>
> <countries>IN</countries>
> </getKeywordVariations>
> </mx:request>
> </mx:operation>
> </mx:WebService>
> But does not get response . Any body google adwords used in flex please
> refer me . I am seeking long time ...
> In this URL (http://www.3dfreeair.com) I saw some analyst reports like
> [image: mod_vvisit_counter]Today6
> [image: mod_vvisit_counter]Yesterday19
> [image: mod_vvisit_counter]This week92
> [image: mod_vvisit_counter]Last week180
> [image: mod_vvisit_counter]This month47
> [image: mod_vvisit_counter]Last month991
> [image: mod_vvisit_counter]All1713
> How can I develop in my project.