You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/google_ads/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ const googleAdsReq = {
62
62
63
63
## Using Google Ads with the Connect API Proxy
64
64
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:
66
66
67
67
**Important notes:**
68
68
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`)
- 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`
112
112
113
113
```bash
114
114
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