Plan

Table of Contents

Object

Name Type Description

id

int

unique identifier

keyword

string

loaction

string

start_date

date

end_date

date

conversion_rate

decimal

revenue_per_contract

decimal

estimated_profit_margin

decimal

{
  "id": 1,
  "keyword": "Keyword",
  "location": "Location",
  "start_date": "2018-09-18",
  "end_date": "2019-09-18",
  "conversion_rate": 1.55,
  "revenue_per_contract": 1200.55,
  "estimated_profit_margin": 2.55
}

Update plan

POST /plans/:id