Skip to content

Commit 6fbb3b8

Browse files
Update README.md
1 parent 594b3db commit 6fbb3b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/google_ads/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ const googleAdsReq = {
6262

6363
## Using Google Ads with the Connect API Proxy
6464

65-
To interface with Google Ads via the [Connect API Proxy](https://pipedream.com/docs/connect/api-proxy), you essentially need to nest the request like this:
65+
To interface with Google Ads via the [Connect API Proxy](https://pipedream.com/docs/connect/api-proxy), you need to nest the request like this:
6666

6767
**Important notes:**
6868

69-
- The upstream URL in this case is Pipedream's proxy service for Google Ads
70-
- Like in the [above examples](#customizing-api-requests-from-within-the-pipedream-workflow-builder), you'll define the Google Ads URL with the `url` param in the `body`
71-
- The `method` to the Connect Proxy should always be a `POST`, since it's actually targeting the Google Ads proxy (define the method for the Google Ads request in `options.body.method`)
69+
- The upstream URL in this case is Pipedream's proxy service for Google Ads: `https://googleads.m.pipedream.net`
70+
- Like in the above examples, you'll define the Google Ads URL with the `url` param in the `body`
71+
- The `method` to the Connect Proxy should always be a `POST`, since it's actually targeting the Google Ads proxy (you can define the method for the Google Ads request in `options.body.method`)
7272

7373
### Using the Pipedream SDK
7474

@@ -108,7 +108,7 @@ const resp = await pd.makeProxyRequest(
108108

109109
### Using the Connect REST API
110110

111-
- Remember to use the Base64 encoded Pipedream endpoint for Google Ads: https://googleads.m.pipedream.net
111+
- Remember to use the Base64 encoded Pipedream endpoint for Google Ads: `https://googleads.m.pipedream.net`
112112

113113
```bash
114114
curl -X POST "https://api.pipedream.com/v1/connect/{your_project_id}/proxy/{url_safe_base64_encoded_url}?external_user_id={external_user_id}&account_id={apn_xxxxxxx}" \

0 commit comments

Comments
 (0)