Get Ads
Get Google Ads ads for a specific customer from the database.
Args: customer: The verified customer (injected dependency) campaign: Optional verified campaign to filter by (injected dependency) ad_group: Optional verified ad group to filter by (injected dependency) limit: Maximum number of ads to retrieve (1-1000, default: 100) offset: Number of ads to skip for pagination (default: 0)
Returns: List[GoogleAdsAdSchema]: List of Google Ads ads for the customer.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Maximum number of items to retrieve
1 <= x <= 1000Number of items to skip for pagination
x >= 0The Google Ads customer ID
Filter by campaign ID
Filter by ad group ID
Response
Successful Response
The ad ID
The Google Ads ad group
The final URL of the ad
The ad type