Re: Not generating keyword ideas for some keywords.

2018-03-15 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Mouhssine,

Since the issue is you cannot retrieve keyword ideas for the said keywords 
in both AdWords UI and API, this would be a product level concern. I would 
suggest to post this in the AdWords Community Forum 
 
as 
they are better equipped to assist you in this matter.

Regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fca85a4b-9c08-4ec8-bfde-1b7baaa68c65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not generating keyword ideas for some keywords.

2018-03-14 Thread Mouhssine EL Qacimy


On Tuesday, March 13, 2018 at 1:56:46 AM UTC+5, Mouhssine EL Qacimy wrote:
>
> Hi,
>
> I am generating keyword ideas using api. But for some keywords it does not 
> give ideas and return null. 
> For example if i try to generate keyword ideas for keyword= "grow light" 
> it does not give me any keyword ideas. What is the reason?
>
> Here is my code.
>
> $targetingIdeaService =$adWordsServices->get($session, 
> TargetingIdeaService::class);
> // Create selector.
> $selector = new TargetingIdeaSelector();
> $selector->setRequestType(RequestType::IDEAS);
> $selector->setIdeaType(IdeaType::KEYWORD);
> //$selector->setOrdering([new 
> OrderBy(AttributeType::SEARCH_VOLUME, SortOrder::DESCENDING)]);
>
> $selector->setRequestedAttributeTypes([
> AttributeType::KEYWORD_TEXT,
> AttributeType::SEARCH_VOLUME,
> AttributeType::AVERAGE_CPC,
> AttributeType::COMPETITION,
> AttributeType::CATEGORY_PRODUCTS_AND_SERVICES
> ]);
> $paging = new Paging();
> $paging->setStartIndex(0);
> $paging->setNumberResults(10);
> $selector->setPaging($paging);
> $searchParameters = [];
>
> $languageParameter = new LanguageSearchParameter();
> $english = new Language();
> $english->setId(1000);
> $languageParameter->setLanguages([$english]);
> $searchParameters[] = $languageParameter;
>
> // Create network search parameter (optional).
> $networkSetting = new NetworkSetting();
> $networkSetting->setTargetGoogleSearch(true);
> $networkSetting->setTargetSearchNetwork(false);
> $networkSetting->setTargetContentNetwork(false);
> $networkSetting->setTargetPartnerSearchNetwork(false);
>
> $networkSearchParameter = new NetworkSearchParameter();
> $networkSearchParameter->setNetworkSetting($networkSetting);
> $searchParameters[] = $networkSearchParameter;
> $selector->setSearchParameters($searchParameters);
> $selector->setPaging(new Paging(0, $this->KeywordsIdeaLimit));
>
> // Get keyword ideas.
> $page = $targetingIdeaService->get($selector);
>
> // Print out some information for each targeting idea.
> $entries = $page->getEntries();
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8acfcaa-bcd6-4549-8bb5-97dd1b3e8b31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not generating keyword ideas for some keywords.

2018-03-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Mouhssine,

To further investigate this, could you provide the complete SOAP request 
and response log and reply to me via *Reply privately to author*? Also, 
could you provide a UI screenshot of keyword planner for me to compare the 
results both in UI and API?

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ce02e23f-e7ef-4791-ae8f-490b1260af1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.