MENU
  

Bid Strategies:

Note: "Cost per Action" (CPA) refers to "Cost per conversion" but they could not call it "Cost per conversion" because then the abbreviation would be CPC and when google ads was built, CPC was already very prominently used to refer to "Cost per Click". Also, "Cost per Action" (CPA), sometimes also called "Cost per Acquisition" was already an established term that people understood. The action can be very broad and doesn't necessarily refer to a purchase or a new customer signup; it can also be lighter actions like "subscribing to a newsletter", "playing a video" or an "add to cart" etc.

is "Target cost per action (tCPA)" the sort of the same as "Target cost per conversion" ?


https://github.com/googleads/google-ads-python is the official python library (can access non-GAOL parts of the API like Keyword Planner) https://github.com/googleads/google-ads-mcp is an official google ads MCP (has GAOL query support) https://github.com/google/ads-api-report-fetcher is good for batch queries from CLI https://github.com/getyourguide/gaql-cli might be better for interactive/REPL use cases (warning, it append limit 100 silently when limit is not specified)