Thank you, Bharani I found the mistakes and succeeded, but I'm concerned. Just in case, I'll attach a successful pattern and a failed pattern via Node.js. In a campaign request, if I put 'use_supplied_urls_only': true
I get an error, otherwise I will succeed. Thank you for your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6be1b8e9-dcdc-4215-a0f6-a31bbc7857f4%40googlegroups.com.
[Failed] Request: -------- POST /v1/customers/5838476497/campaigns:mutate HTTP/1.1 Host: googleads.googleapis.com Developer-token: Wo_rsApU2moXgEn560QOhg Content-length: 819 Content-type: application/json Authorization: Bearer ya29.Gl04B17dQKVpgfFGNipqQO4Q-ImDHrFjp1yTnLzo5l0rhsvstX95qV6cC3KnoxFncSibmPqL6UcfAauvIRsYqJE05GQKBcue4WMnXNU1s05dJis02je2QAgfLOswRgI Login-customer-id: 9311321390 { 'operations': { 'create': { 'name': 'new Campaign 9', 'advertising_channel_type': 'SEARCH', 'status': 'PAUSED', 'dynamic_search_ads_setting': { 'domain_name': 'www.foo.com', 'language_code': 'ja', 'use_supplied_urls_only': true }, 'campaign_budget': 'customers/5838476497/campaignBudgets/2115029222', 'start_date': '20190701', 'end_date': '20190801', 'network_settings': { 'target_google_search': true, 'target_search_network': false, 'target_content_network': false, 'target_partner_search_network': false }, 'manual_cpc': { 'enhanced_cpc_enabled': false } } } } Response -------- { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v1.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "settingError": "DYNAMIC_SEARCH_ADS_SETTING_AT_LEAST_ONE_FEED_ID_MUST_BE_PRESENT" }, "message": "At least one feed id should be present.", "trigger": { "stringValue": "" }, "location": { "fieldPathElements": [ { "fieldName": "operations", "index": "0" }, { "fieldName": "create" }, { "fieldName": "dynamic_search_ads_setting" } ] } } ] } ] } } [Successful] Request: -------- POST /v1/customers/5838476497/campaigns:mutate HTTP/1.1 Host: googleads.googleapis.com Developer-token: Wo_rsApU2moXgEn560QOhg Content-length: 775 Content-type: application/json Authorization: Bearer ya29.Gl04B17dQKVpgfFGNipqQO4Q-ImDHrFjp1yTnLzo5l0rhsvstX95qV6cC3KnoxFncSibmPqL6UcfAauvIRsYqJE05GQKBcue4WMnXNU1s05dJis02je2QAgfLOswRgI Login-customer-id: 9311321390 { 'operations': { 'create': { 'name': 'new Campaign 8', 'advertising_channel_type': 'SEARCH', 'status': 'PAUSED', 'dynamic_search_ads_setting': { 'domain_name': 'www.foo.com', 'language_code': 'ja' }, 'campaign_budget': 'customers/5838476497/campaignBudgets/2115029222', 'start_date': '20190701', 'end_date': '20190801', 'network_settings': { 'target_google_search': true, 'target_search_network': false, 'target_content_network': false, 'target_partner_search_network': false }, 'manual_cpc': { 'enhanced_cpc_enabled': false } } } } Response -------- { "statusCode": 200, "body": { "results": [ { "resourceName": "customers/5838476497/campaigns/2049762447" } ] }, "headers": { "request-id": "tpjI53vp5HfTzFyjO2XUww", "content-type": "application/json; charset=UTF-8", "vary": "X-Origin, Referer, Origin,Accept-Encoding", "date": "Mon, 01 Jul 2019 01:40:12 GMT", "server": "ESF", "cache-control": "private", "x-xss-protection": "0", "x-frame-options": "SAMEORIGIN", "x-content-type-options": "nosniff", "alt-svc": "quic=\":443\"; ma=2592000; v=\"46,44,43,39\"", "accept-ranges": "none", "connection": "close" }, "request": { "uri": { "protocol": "https:", "slashes": true, "auth": null, "host": "googleads.googleapis.com", "port": 443, "hostname": "googleads.googleapis.com", "hash": null, "search": null, "query": null, "pathname": "/v1/customers/5838476497/campaigns:mutate", "path": "/v1/customers/5838476497/campaigns:mutate", "href": "https://googleads.googleapis.com/v1/customers/5838476497/campaigns:mutate" }, "method": "POST", "headers": { "developer-token": "Wo_rsApU2moXgEn560QOhg", "login-customer-id": 9311321390, "Accept-Charset": "utf-8", "Content-Type": "application/json", "Authorization": "Bearer ya29.Gl04Bx87TKYrX_LK_9r0oOlIRw7pdgpE10iTGeowm58-OE2EU4EnN5TLEiXdsqch2aW_-J7BUMvM6udC8OIF43m1rtNCQf3n-LhPmaaRuDXdlRO1YL9PMRT7WZb1NMM", "accept": "application/json", "content-length": 497 } } }