Hi,

Thanks for getting back to us.

For REST API search stream format, you may refer below cURL sample:

curl -f --request POST 
"https://googleads.googleapis.com/v${API_VERSION}/customers/${CUSTOMER_ID}/googleAds:searchStream";
 \

--header "Content-Type: application/json" \

--header "developer-token: ${DEVELOPER_TOKEN}" \

--header "login-customer-id: ${MANAGER_CUSTOMER_ID}" \

--header "Authorization: Bearer ${OAUTH2_ACCESS_TOKEN}" \

--data '{

"query": "

  SELECT campaign.name,

    campaign_budget.amount_micros,

    campaign.status,

    campaign.optimization_score,

    campaign.advertising_channel_type,

    metrics.clicks,

    metrics.impressions,

    metrics.ctr,

    metrics.average_cpc,

    metrics.cost_micros,

    campaign.bidding_strategy_type

  FROM campaign

  WHERE segments.date DURING LAST_7_DAYS

    AND campaign.status != 'REMOVED'

"

}'

Response body:

If successful, the response body contains data with the following structure:

Response message for GoogleAdsService.SearchStream.

JSON representation

[
  {
    "results": [
      {
        object (GoogleAdsRow)
      }
    ],
    "fieldMask": string,
    "summaryRow": {
      object (GoogleAdsRow)
    },
    "requestId": string
  }
]

For more information, you may refer to this guide.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2ePgPj:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/Vw4Uk000000000000000000000000000000000000000000000RIVEYV00dFdJCtA7T-imuDqZcXYcjQ%40sfdc.net.
  • Re... teambs
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... teambs
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to