Trigger the analysis of negative keywords.
Args: customer_id (int): The Google Ads customer ID. login_customer_id (int): The Google Ads login customer ID. search_terms_days (int | None): The number of days to consider for search terms. Defaults to settings.AUTO_ANALYSIS__SEARCH_TERMS_DAYS. search_terms_limit (int | None): The limit on the number of search terms. Defaults to settings.AUTO_ANALYSIS__SEARCH_TERMS_LIMIT. temperature (float): The temperature for the analysis. Defaults to settings.DEFAULT_GEMINI_TEMPERATURE. approved_user (User): The approved user making the request.
Returns: TriggerAnalysisResultSchema: The result of the analysis trigger.
Raises: HTTPException: 403 if the user does not have access to the customer.
The access token received from the authorization server in the OAuth 2.0 flow.