I don't know the end point of GenerateKeywordIdeasRequest

61 views
Skip to first unread message

寺澤康輝

unread,
Oct 1, 2020, 12:12:13 AM10/1/20
to AdWords API and Google Ads API Forum
I want to use GenerateKeywordIdeasRequest by curl or Google Apps Script.
But I cannot find out this end point.

Please tell me the url.


Following additional information
my request:

data = {
    "customer_id": myCustomerID,
    "language": "jp",
    "include_adult_keywords": "true",
    "keyword_plan_network": "GOOGLE_SEARCH_AND_PARTNERS"
  };
  if(site_seed) {
    data["site_seed"] = site_seed;
  }
  if(keyword_seed) {
    data["keyword_seed"] = keyword_seed;
  }

  option = {
    'method' : 'POST',
    'headers' : {
      'Authorization' : "Bearer " + myAccessToken,
      'Content-Type' : 'application/json',
      'developer-token' : myDeveloperToken,
      'payload': JSON.stringify(data),
    },
    'muteHttpExceptions' : true
  };

response:
404 error

Google Ads API Forum Advisor Prod

unread,
Oct 1, 2020, 4:12:25 AM10/1/20
to k.ter...@lillyholdings.co.jp, adwor...@googlegroups.com
Hi,

Thank you for posting your concern.

I am afraid that we currently don't have a client library for cURL so we don't have a sample implementation of GenerateKeywordIdeas in cURL as well. However, you may refer to this link as we have sample code for GenerateKeywordIdeas for some client libraries.

Also, I would suggest to reach out to Google Apps scripts team via this link to know if it is possible to use GenerateKeywordIdeasRequest using Apps scripts as this is out of our scope. However, please note that it is not possible to integrate Google Apps scripts to Google Ads API.

Feel free to post your concerns on this forum and our team will be happy to provide support.

Regards,
Google Logo
Ernie John Blanca Tacata
Google Ads API Team
 


ref:_00D1U1174p._5004Q25YIoK:ref
Reply all
Reply to author
Forward
0 new messages