AdWords API Re: Keywords are saved in brackets

2009-04-17 Thread AdWords API Advisor
Hello Filipp, I'm fairly certain that what you're describing is caused by what I mentioned in my original response: when the web interface displays a keyword with an Exact match type, it indicates the match type by putting [] around the text. The [] characters are not actually part of the keywor

AdWords API Re: Keywords are saved in brackets

2009-04-17 Thread frakevich...@gmail.com
Thank you, but my issue is slightly different. My point is that I was sending in keywords without any brackets, and when I query the google api the same keywords are returned without brackets, but the UI shows them all with brackets. (The one keyword that I sent in with brackets shows with doubl

AdWords API Re: Keywords are saved in brackets

2009-04-17 Thread AdWords API Advisor
Hello Filipp, Do you mean square brackets, like [this]? If so, that's just how keywords with an Exact match type are displayed in the web interface. There's more info at http://adwords.google.com/support/bin/answer.py?answer=6100 Cheers, -Jeff Posnick, AdWords API Team On Apr 17, 2:35 pm,

AdWords API Keywords are saved in brackets

2009-04-17 Thread frakevich...@gmail.com
I have added some keywords using the v13 api (.Net client) and all of the keywords appear in brackets in the adwords user interface even though I have not used brakets when defining those keywords. When I retrieve the list of keywords for that adgroup using the API they come out without brackets.

AdWords API Re: Adwords-api access from flex But Not get response . so any online example for adword api acces with flex

2009-04-17 Thread AdWords API Advisor
Hello, Google doesn't offer any official support for a Flex client library. The last time someone asked about Flex in the forum there was a link posted to a reference on using SOAP services from Flex that you might find useful: http://groups.google.com/group/adwords-api/browse_thread/thread/

AdWords API Re: Regarding using sandbox

2009-04-17 Thread AdWords API Advisor
Hello, If that is actually the headers that you're using then your issue is likely caused by the mismatch between the email address and the developerToken: your email is "t...@yaho.com" (note the yaho.com) and your developerToken is "t...@yahoo.com++usd". I'm assuming you don't actually have the

AdWords API Adwords-api access from flex But Not get response . so any online example for adword api acces with flex

2009-04-17 Thread buju
http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="google_accounts.getClientAccounts.send()"> 1

AdWords API Regarding using sandbox

2009-04-17 Thread lucky
I am trying to use sandbox for google adwords api in c# version v13 This is the first time i am using sandbox this is config file i am using https://sandbox.google.com/"/> This is the c# code i am using Hashtable headers = (Hashtable) System.Configura