Hi,
I'm starting off on google ads api. So please excuse me for a dumb question.
I ran the Google Forecast Metrics API for a set of keywords. Below is the output of the API.
"campaignForecasts": [
{
"keywordPlanCampaign": "customers/XXXXXXX/keywordPlanCampaigns/XXXXXXX",
"hasKeywordPlanCampaign": true,
"campaignForecast": {
"impressions": 906.3535766601562,
"hasImpressions": true,
"ctr": 0.04165558144450188,
"hasCtr": true,
"averageCpc": 892418,
"hasAverageCpc": true,
"clicks": 37.75468444824219,
"hasClicks": true,
"costMicros": 33692939,
"hasCostMicros": true
}
}
For the same query params, this is the reponse that i get.
I'm not able to understand, why API gives me one value,and how is that one value (row) determinded?
I do know that i can get the curve by calling another API. Thats not the question. My question is, how the API returned one row.
Regards
Sinu