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
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,44 @@ and campaigns programmatically. With the API, you can automate common tasks,
18
18
such as creating and managing campaigns, adding and removing keywords, and
19
19
adjusting bids. You can also use the API to get information about your
20
20
campaigns, such as campaign stats, keyword stats, and ad performance.
21
+
22
+
## Customizing API requests with the Pipedream proxy
23
+
24
+
The Pipedream components interact with Google Ads API through Pipedream's proxy service, which handles authentication and developer token requirements.
25
+
26
+
The component accepts a standard Google Ads API request object with the following structure:
0 commit comments