- Issue created by @justafish
A maximum of 5 keywords can be provided
The “Google (US/English)” dropdown box is populated by the rank sources API endpoint https://api.conductor.com/api-documentation/swagger-ui/index.html#/Rank%... . The value used for this should be saved in order to set the language later on when using the Content Generation API. The results from this endpoint look like this, and so the language will need to be extracted from the name:
[
{
"name": "GOOGLE_EN_US",
"description": "Google (US / English)",
"baseDomain": "google.com",
"rankSourceId": "1"
},
{
"name": "GOOGLE_EN_CA",
"description": "Google (Canada / English)",
"baseDomain": "google.ca",
"rankSourceId": "4"
},
]
Results come from the “Content Guidance Insights” API
Active
2.0
Code