On Mar 26, 1:06 am, rick <[email protected]> wrote:
> It doesn't look like you've specified any filters in your example, so
> I'm not
> sure why you're not seeing global and targeted searches being the
> same.
> Maybe it doesn't populate it unless you have at least one language or
> country selector.
Language and country filters I'm using.
v13:
$language = array('en');
$country = array('US');
v200909:
$lang = new LanguageTarget();
$lang->languageCode = "en";
$langs = array($lang);
$languageTargetSearchParameter = new
LanguageTargetSearchParameter($langs);
$country = new CountryTarget();
$country->countryCode = 'US';
$countries = array($country);
$countryTargetSearchParameter = new
CountryTargetSearchParameter($countries);
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
To unsubscribe from this group, send email to
adwords-api+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.