Skip to content

Initial implementation to fetch list of campaigns for a particular account

Notifications You must be signed in to change notification settings

cssimsek/baidu-search-marketing-api-utility

Repository files navigation

Utility to retrieve data from the Baidu Search Marketing API

Initial implementation to fetch a list of campaigns for a particular account

See example usage in baidu-fetch-implementation.js

This implementation contains an example that fetches the complete list of campaigns for a particular account.

You'll need to replace the placeholders in the credentials.json file with your actual username, password, and token.

To fetch data on a particular campaign declare the campaign id in the requestBody.campaignIds Array.

Define the list of fields you wish to retrieve for each campaign in requestBody.campaignFields.

To query a different Service (other than CampaignService) modify both the requestBody fields (names and values), and the Service and Method end point names passed to the RequestObject constructor.

About

Initial implementation to fetch list of campaigns for a particular account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published