Good Morning,

I'm trying to use the REST API to generate the forecast curve of my keyword 
planner and the returned "maxCpcBidForecastCurve" is always an empty 
object. 
I've set the manager's customer id as the login-customer-id.

Request:
curl --request POST \
  --url 
https://googleads.googleapis.com/v8/customers/6166904900/keywordPlans/331917060:generateForecastCurve
 
\
  --header 'Authorization: Bearer ********' \
  --header 'Host: googleads.googleapis.com' \
  --header 'developer-token:  ********  ' \
  --header 'login-customer-id: 7245859345'

Response: 200 OK
{
  "campaignForecastCurves": [
    {
      "maxCpcBidForecastCurve": {},
      "keywordPlanCampaign": "customers/6166904900/keywordPlanCampaigns/-1"
    }
  ]
}

What does it mean when the keywordPlanCampaigns is -1?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1686cb32-cef4-488a-bbeb-b8212b69ec95n%40googlegroups.com.

Reply via email to