For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manual Integration Example Using NodeJS

Initialize After Media Source or MMP Initialization

Using Express and FetchAPI

Here is the implementation example on NodeJS using Express and FetchAPI

Usage Example

  1. Clone the repository and open the directory

  2. In FetchApiExpressJS/index.js, change the API_KEY , API_SECRET , AGE , GENDER , and PUBLISHER_USER_ID to yours

  3. Open terminal and run node FetchApiExpressJS/index.js

  4. Now you can open the index.html file on your browser

Using Express and Axios

Here is the implementation example on NodeJS using Express and Axios

Usage Example

  1. Clone the repository and open the directory

  2. In AxiosExpressJS/index.js, change the API_KEY , API_SECRET , AGE , GENDER , and PUBLISHER_USER_ID to yours

  3. Open terminal and run node AxiosExpressJS/index.js

  4. Now you can open the index.html file on your browser

Last updated