Hi,
I’ve been using the TargetingIdeaService to get AVERAGE_CPC and SEARCH_VOLUME, but I can't get results of keywords I searched.
For example, when I search keywords “pharmacist jobs”, results of related keywords such as “pharmacist jobs wages” and “pharmacist job change” return, but results of “pharmacist jobs” aren’t included.
In other case, when I search "pharmacist", the results of keywords such as "pharmacist jobs" and "pharmacist wages" return, but results of "pharmacist" aren’t included.
I want to get results of only what I searched and I don't need results of related keywords.
How do I have to do?
Details are below:
OS; CentOS, or MacOS X Yosemite
Language; PHP 5.5.14
Library; Google Ads APIs Client Library for PHP (AdWords, Adx, and DFP)
https://github.com/googleads/googleads-php-lib
API; Google AdWords API
Version; v201409
Service; TargetingIdeaService
Method; get
Parameter when calling get method;
searchParameters
LanguageSearchParameter 1005(japanese)
ideaType KEYWORD
requestType IDEAS
requestedAttributeTypes KEYWORD_TEXT
CATEGORY_PRODUCTS_AND_SERVICES
COMPETITION
EXTRACTED_FROM_WEBPAGE
IDEA_TYPE
SEARCH_VOLUME
AVERAGE_CPC
TARGETED_MONTHLY_SEARCHES
localeCode ja_JP
currencyCode JPY
paging 2000
relatedToQuerySearchParameter->queries 'pharmacist jobs' *set in array.
ideaTextFilterSearchParameter->included 'pharmacist jobs' *set in array
Note:
-I have authorized Goolge AdWordsAPI and done all of settings for the developerToken and client_id related to OAuth2.
-This problem occurs how many times I try to get results.