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
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
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,
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.
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/
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
http://www.adobe.com/2006/mxml";
layout="absolute"
creationComplete="google_accounts.getClientAccounts.send()">
1
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