docs icon indicating copy to clipboard operation
docs copied to clipboard

ad-spend.md file Versions are Out of Date

Open lcjdot opened this issue 1 year ago • 0 comments

Current package.json inline code:

{
  "dependencies": {
    "@google-cloud/functions-framework": "^3.0.0",
    "mixpanel": "^0.17.0",
		"google-ads-api": "^13.0.0"
  }
}

Both google-cloud/functions-framework and google-ads-api versions are out-of-date and breaking the integration.

The package.json inline code section of the ad-spend document should look like this:

{
  "dependencies": {
    "@google-cloud/functions-framework": "^3.4.2",
    "mixpanel": "^0.17.0",
		"google-ads-api": "^16.0.0"
  }
}

lcjdot avatar Jul 30 '24 20:07 lcjdot