Retrieve keywords (positive or negative) with performance for a specified date range.
Args: customer_id: The Google Ads customer ID login_customer_id: The Google Ads customer ID to log in as start_date (str): Start date for the data range (YYYY-MM-DD). Defaults to 30 days ago. end_date (str): End date for the data range (YYYY-MM-DD). Defaults to today. limit: Maximum number of records to retrieve (default: 100) negative: Whether to retrieve negative keywords (default: False). include_campaign_negatives: If retrieving negatives, include campaign-level ones (default: False). oauth2_token: The OAuth2 token for authentication
Returns: List of keywords with their details and performance metrics
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The keyword text
The match type of the keyword
EXACT, PHRASE, BROAD, BROAD_MODIFIER, NEGATIVE The name of the ad group or campaign the keyword is added to
The level at which the keyword is applied (Ad Group or Campaign)
Schema for ad group information related to a keyword
Schema for campaign information related to a keyword