Hi Dylan, Thank you for reaching out. Please find my response to your queries below.
SELECT bidding_strategy.type, bidding_strategy.name FROM bidding_strategy: The query seems to be correct. If you have the bidding strategy set in your account, this query will list the name and type of bidding strategy in result. Could you please confirm if you have the bidding strategy set in your account and let me know if you are still facing issue? bidding_strategy.type returns no data, when requesting 'FROM campaign' response object comes back with other requested data but nothing for Bid Strategy Type: Please use campaign.bidding_strategy_type instead to query the bidding strategy type for campaigns. Please find below the report query for reference. 'SELECT campaign.id, campaign.name, campaign.bidding_strategy_type FROM campaign' Returns Invalid Argument Error when requesting 'FROM bidding_strategy' look at 'query2' in code below : This seems to be formatting error and not the report query error. Could you please format the query correctly as above and retry running the request call? Language Code : 'SELECT campaign.dynamic_search_ads_setting.language_code FROM campaign': The report query is correct and you should get the targeted language code for your campaign in below format. campaign { dynamic_search_ads_setting { language_code { value: "en" } }re the client customer id and the dow Location: SELECT location_view.resource_name FROM location_view: The report query looks perfect. Could you please confirm if there are locations in the UI for which you are trying to get the details via API? If yes, could you please share the client customer id and the downloaded report file for me to investigate further? Active Bid Adjustment: 'SELECT campaign_criterion.bid_modifier FROM campaign_criterion': Please make sure you have bid modifier set for the campaign criterion in UI for which you are trying to get the data via API? Custom Parameters: ' SELECT campaign.url_custom_parameters FROM campaign' : Could you please confirm if you have custom parameters set at campaign level in UI? If not, you will get an empty result when running this report query. Please refer to this article to set custom parameters at campaign level. Once you have set these parameters, you will get the response in below format. campaign { url_custom_parameters { key { value: "index" } value { value: "firstPage" } } Negative Keywords returns an empty object from the query below: Could you confirm if you have campaign negative keywords added in your account? If not, you could add these keywords using this article. Once the negative keywords are added in your account, the shared query will return the requested information in the below format: keyword_plan_negative_keyword { resource_name: "customers/22XXXXXX76/keywordPlanNegativeKeywords/134XXXX54" keyword_plan_campaign { value: "customers/22XXXXXX76/keywordPlanCampaigns/1XXXXXX2" } id { value: 13XXXX54 } match_type: BROAD } Please use Reply privately to author option while sharing the requested details. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UHH8G9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/onER2000000000000000000000000000000000000000000000PY1L8400feSqBtdlR0y9lVa5K4VAbA%40sfdc.net.