Skip to content

vassilidev/google-ads-managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

ULEAD ADS Module

Authorization

Basic Auth

  • Username: <username>
  • Password: <password>

GET All Campaigns

Get all campaigns from the server.

Endpoint: https://unitead.the-forge.agency/api/ads

GET Campaign From Ad ID

Get a specific campaign using its Ad ID.

Endpoint: http://localhost/api/ads/20023442762

POST Fetch Campaign Run Script

Fetch campaign run script from the server.

Endpoint: http://localhost/api/fetch-campaigns

GET PING PONG Status

Check the status of the server.

Endpoint: http://localhost/api/ping

PUT Update Name / Budget / CPA Target from Ad ID

Update the name, budget, and CPA target of a campaign using its Ad ID.

Endpoint: http://localhost/api/ads/20023442762

Body:

{
    "name": "",
    "budget": "",
    "cpa_target": ""
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published