$networkSearchParameter=new NetworkSearchParameter();
    $networkSetting=new NetworkSetting();
    $networkSetting->
targetGoogleSearch=true;
    $networkSetting->targetSearchNetwork=false;
    $networkSearchParameter->networkSetting=$networkSetting;
    if ($networkSearchParameter) 
$selector->searchParameters[]=$networkSearchParameter;

I tried it like this and I get the same result:
unlock iphone Last Month Targeted Search Volume:9900 Global Search and 
Partner Yearly Average Search Volume:9900

But when I use the Keyword Tool manually, I get 
unlock iphone Last Month Targeted Search Volume:9900 Global Search and 
Partner Yearly Average Search Volume:22,200

It seems to make no difference whether I set
$networkSetting->targetSearchNetwork=false;
OR
$networkSetting->targetSearchNetwork=true;


On Monday, April 15, 2013 9:55:02 PM UTC+7, Ewan Heming wrote:
>
> Hi Victor,
>
> The AdWords API includes the search partner data by 
> default<http://googleadsdeveloper.blogspot.co.uk/2012/11/understanding-adwords-api.html>.
>  
> You can exclude search partner traffic using the NetworkSearchParameter, 
> but you can just leave it out if you want the total for the whole network. 
> However, you can't get the local and global search volume in a single API 
> request: you need to remove your other search parameters if you want the 
> global value.
>
> Regards,
>
> Ewan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to