Re: Error creating campaign with and without bid strategy

2021-02-22 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for sharing the logs. However, I had to delete your most recent response since it contained the complete logs of your transaction. Moving forward, you may send these details instead via the Reply privately to author option, if required in future interactions. As for the

Re: Error creating campaign with and without bid strategy

2021-02-22 Thread Gregory Golberg
Here is the request and response: 2021-02-22 10:58:45,213 WARN [] FAILURE REQUEST SUMMARY. Method: google.ads.googleads.v6.services.CampaignService/MutateCampaigns, Endpoint: googleads.googleapis.com:443, CustomerID: 1269829539, RequestID: 5g8gXwnK98UH9Kan6Q3PLA, ResponseCode: INVALID_ARGUMENT,

Re: Error creating campaign with and without bid strategy

2021-02-22 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thanks for clarifying which API is being used. The documentation in your first post specifying that target CPA is the only accepted bidding strategy only applies to AdWords API. Can you please provide us with the complete request and response logs associated with the call giving

Re: Error creating campaign with and without bid strategy

2021-02-21 Thread Gregory Golberg
Any thoughts? On Friday, February 19, 2021 at 9:45:03 AM UTC-8 adsapiforumadvisor wrote: > Hi Gregory, > > Thanks for reaching out. I'm seeing documentation from both the Google > Ads API and the > AdWords > API

Re: Error creating campaign with and without bid strategy

2021-02-19 Thread Gregory Golberg
*Thanks for reaching out. I'm seeing documentation from both the Google Ads API and the AdWords API in your messages. It appears you are using the AdWords API, so I recommend

RE: Error creating campaign with and without bid strategy

2021-02-19 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thanks for reaching out. I'm seeing documentation from both the Google Ads API and the AdWords API in your messages. It appears you are using the AdWords API, so I recommend limiting your research to its documentation. I recommend using the code snippets on this page. I can see

Re: Error creating campaign with and without bid strategy

2021-02-18 Thread Gregory Golberg
I see that in this thread for a similar problem it is recommended to use preparation steps from doc . So I have done that, now the code looks

Error creating campaign with and without bid strategy

2021-02-18 Thread Gregory Golberg
If I don't specify bidding strategy for a campaign, I get an error that it is required: - error_code { field_error: REQUIRED } message: "The required field was not present." trigger { string_value: "" }