API Access
-
Are there any restrictions on the type of applications I can build using the PPCmate API?
No, there are no restrictions. You have the flexibility to build a wide range of applications that suit your specific needs. -
To use the API, include your access token in the X-Access-Token header of each request. Header name: X-Access-Token How to get the token: Log into the advertiser panel Go to the Profile section Copy your API access token Token lifetime: The token is valid for 30 days since last use Each use ...
-
Request | | | | --- | --- | | Method | URL | | GET | https://api.ppcmate.com/adv/balance | Response | | | | --- | --- | | Status | Response | | 200 | { "data": { "advertiserId": 1, "advertiserName": "Test Advertiser", "runtimeAvailable": 260.986, }} | | 401 | { "timestamp": 174...
-
Campaign Activation / Deactivation
Request | | | | --- | --- | | Method | URL | | GET | https://api.ppcmate.com/adv/campaign/activate/ | | GET | https://api.ppcmate.com/adv/campaign/deactivate/ | | | | | | --- | --- | --- | | Type | Params | Values | | URLPARAM | | number | campaign_id Id of the campaign you want to acti... -
Can I retrieve my API Key from any section in my account?
Access your API Key conveniently from your account's profile settings for quick and easy integration. -
Can I share my API Key with third parties for collaborative projects?
For security reasons, it's advisable not to share your API Key. Each account should use its unique key to maintain data integrity. -
Conventions Status - HTTP status code of response. All responses are in JSON format. All requests must be made over HTTPS If your token becomes invalid, re-issue it in the Profile section of the advertiser panel Status Codes All status codes are standard HTTP status codes. The below ones are us...
-
Is API access automatically granted to all accounts?
Yes, API access is automatically available to every account, eliminating the need for manual requests. -
Is technical support available for API-related queries or issues?
Absolutely, our technical support team is readily available to assist with any API-related queries or issues you may encounter. Feel free to reach out for prompt assistance. -
Is there a limit to the number of API requests allowed per account?
Currently, we do not impose any limits on the number of API requests, providing flexibility for robust and dynamic interactions. -
Get Campaign list with stats Request | | | | --- | --- | | Method | URL | | GET | https://api.ppcmate.com/adv/campaign | Parameters All fields are optional | | | | | --- | --- | --- | | Name | Value example | Description | | sortById | asc or desc | Sorting list by id | | page | 1 | Pag...
-
What advantages does API integration offer compared to manual campaign management?
API integration allows for seamless automation, enabling more efficient and scalable campaign management compared to manual methods. -
Who benefits from utilizing the PPCmate API?
Advertisers seeking collaboration with third-party tools and developers interested in creating applications can maximize the benefits of the PPCmate API for enhanced campaign management and customization.