is.
>
> Same result is generated by Keyword Tool.
> Are you sure that Spanish-speaking peoples can't search "throttle" ?
>
> Regards,
> Evgeniy.
>
> On 12 янв, 22:09, Luis Siquot wrote:
>> I am trying to filter keyword volumes by language using
>&
I am trying to filter keyword volumes by language using
"LanguageSearchParameter" on v201109
seems to work good when I set filter to 1000 that corresponds to 'en'
seems to work bad when I set filter to 1003 that corresponds to 'es'
"throttle" has no meaning in spanish, so 0 is expected, but not
That was nice and clear, thank you very much, I have a path now!
> 3) Reading official change logs (both API and library) and
> documentation for them is the best way for you.
reading the change logs must be hard, i did´t try yet.
But I have read and searched the PHP client library documentation (
My questions are:
1) if I setup DEFAULT_VERSION to "v201109", are ALL objects and methods in
the php client library "forced" to use that API version?
2) or, instead, will the php client library automatically use the "proper"
API version for non-matching methods/objects?
3) If so, how can I know
Can you please let me know what is
[SERVER]
DEFAULT_VERSION = "v201101"
for?
Thank you.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Anash, thanks for your quick answer.
so I was reading the documentation that comes with the library and I am
still a little bit confused.
for example, I'm using these objects below from the library on my app:
x>CountryTarget()
x>RelatedToKeywordSearchParameter()
x>TargetingIdeaSelec
Hello everybody
if I replace the old installed "php client library" with the new 2.7.2
version, and I test my application and all works fine,
does it means that I will have no trouble on february's deprecation?
Thanks in advance
Luis
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Al
+1 to the group afected by this mystery.
+1 to your anwser. we use in the same way with lots of related client
acounts.
excuse my poor english
On Tue, Sep 13, 2011 at 4:43 PM, Herm_admin wrote:
> We have a client account and a main MCC account. We use the MCC account
> and token purely for
just add more elements to the array
like:
$keyword = new Keyword();
$keyword->text = 'sample phrase';
$keyword->matchType = 'EXACT';
$k2 = new Keyword();
$k2->text = 'other sample phrase';// ensure to not repeat keywords
$k2->matchType = 'EXACT';
$keyword_array = array($keyword, $k2);
I have done all tutorial steps
first I have decompresed PHP client library
then I have setup auth.ini with the correct e-mail and password. They
are the same that I use to login to "adwords site"
also I have setup this with some variants
userAgent = "unSrtingCualquiera"
applicationToken = "ree
10 matches
Mail list logo