Is there anybody who can answer me?
Expecting your allowance.
在2021年1月29日星期五 UTC+8 上午12:02:31<陈以> 写道:
> Hi all:
> I want to use cURL to send our request to Google Ads API, and I have 2
> querstions.
> looking forward for your answers.
>
> 1. What is the difference bet
Hi all:
I make a request to Google shopping by curl:
curl --request POST \
'https://shoppingcontent.googleapis.com/content/v2.1/products/batch?key=[YOUR_API_KEY]'
\
--header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
--header 'Accept: application/json' \
--header 'Content-Type: appli
Hi all:
I want to use cURL to send our request to Google Ads API, and I have 2
querstions.
looking forward for your answers.
1. What is the difference between the CustomerService and
CustomerFeedService.
2. How can I make a CURL to create an customer? The product documentation
on :
https://
Hi all,
We want to build an ad delivery system to let people create ads. and We
want to use cURL to send our request to Google Ads API, like the example
shows on:
https://developers.google.com/google-ads/api/docs/concepts/curl-example?hl=en
My question is that how We can get all the interfaces