Retrieve Geographic Performance Report for a specified date range.
Args: customer_id: The Google Ads customer ID (required). login_customer_id: Optional manager account ID. 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. campaign_id: Optional filter by campaign ID. include_local_services: If False, exclude campaigns with advertising_channel_type = ‘LOCAL_SERVICES’. Defaults to False. targeting_status: Filter by targeting status: POSITIVE (included locations), NEGATIVE (excluded locations), or ALL (both). Defaults to POSITIVE. oauth2_token: OAuth2 token for authentication.
Returns: Geographic Performance Report with location and campaign performance data.
The access token received from the authorization server in the OAuth 2.0 flow.
Include LOCAL_SERVICES campaigns from results
Filter by targeting status: POSITIVE (included), NEGATIVE (excluded), or ALL.
ALL, POSITIVE, NEGATIVE Successful Response