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-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: Issue with GEO_PERFORMANCE_REPORT

2021-02-18 Thread Gregory Golberg
I've seen this happen for me (data in CAMPAIGN report but not in GEO). Do not exactly recall what the issue was, but on a chance: In the scripts, is the customer you are logged in as the manager of 6882030488? Is it possible that you need then to set, in the API call, login-customer-id

Re: Error creating campaign with and without bid strategy

2021-02-18 Thread Gregory Golberg
ategy is commented out, it says "The required field was not present"; if present, the error is "This operation is not permitted on this campaign type" On Thursday, February 18, 2021 at 8:14:13 PM UTC-8 Gregory Golberg wrote: > If I don't specify bidding strategy for a ca

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: "" }

Re: geographic_view.cost_per_micros is in local currency?

2021-02-17 Thread Gregory Golberg
Is there a way to programmatically query that setting -- if I want to report on multiple accounts? On Wed, Feb 17, 2021 at 12:54 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > Thank you for reaching out. The currency is determined by the setting in

geographic_view.cost_per_micros is in local currency?

2021-02-17 Thread Gregory Golberg
Is the cost_per_micros field in geographic_view in the account's currency, not USD? It appears so, as the numbers do not match those that I get by using Cost field with ReportDownloader

Re: CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Gregory Golberg
This campaign is a brand new campaign I am creating, so it is not set up as an experiment unless it is a default setting. Here's the code, using Java (google-ads 10.1.0) (note System.currentTimeMillis() -- to ensure for the purposes of this test that this is a unique name): ===

CAMPAIGN_CANNOT_USE_SHARED_BUDGET error

2021-02-17 Thread Gregory Golberg
I am creating a new budget, and then creating a campaign using newly created resource name. Yet I am getting CAMPAIGN_CANNOT_USE_SHARED_BUDGET error. What could be the cause? -g -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Error when creating campaign

2021-02-17 Thread 'Gregory Golberg' via AdWords API and Google Ads API Forum
Hello Thank you; that did it. On Tuesday, February 16, 2021 at 6:35:49 PM UTC-8 adsapiforumadvisor wrote: > Hi Gregory, > > Thank you for your email. > > If you are using a MCC/manager account ID in your request then I would > recommend that you use a client account ID instead. This is because

Error when creating campaign

2021-02-16 Thread 'Gregory Golberg' via AdWords API and Google Ads API Forum
Hello On a manager account, with API enabled, I am getting an error creating a campaign: error_code { operation_access_denied_error: CREATE_OPERATION_NOT_PERMITTED } message: "Unauthorized CREATE operation in invoking a service\'s mutate method." trigger { string_value: "" }

Re: Difference between conversion_action_name and ConversionTypeName?

2021-02-15 Thread Gregory Golberg
Thank you, that makes it clear. On Sun, Feb 14, 2021 at 5:30 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > Thanks for posting your concern. > > To answer your question, the conversion_action_name >

Difference between conversion_action_name and ConversionTypeName?

2021-02-12 Thread Gregory Golberg
What is the difference (and possible values) for these two? I have been looking at conversion types as described here (that looks to be represented by AppConversionAppConversionType

Re: Error message "The developer token is not approved. Non-approved developer tokens can only be used with test accounts."

2021-02-09 Thread Gregory Golberg
How come "reply to author" is greyed out for me? On Tuesday, February 9, 2021 at 9:53:05 AM UTC-8 adsapiforumadvisor wrote: > Hi, > > Please send the following details using 'Reply privately to author' > option: > >1. API request and error response >2. Account id >3. User

Error message "The developer token is not approved. Non-approved developer tokens can only be used with test accounts."

2021-02-08 Thread Gregory Golberg
Hello I am trying to test something with a test account (specifically, trying to call /google.ads.googleads.v6.services.AssetService/MutateAssets) and am getting this error. But the developer token used is the one from the test account, so what is wrong here? -g -- --

Re: How to best use MOBILE_APP_RESOLVED_ID dimension?

2021-02-02 Thread Gregory Golberg
I am calling this via an API (dfp-axis) -- would that still be the right forum? On Tue, Feb 2, 2021 at 11:29 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > It looks like you are using Ad Manager > . This

How to best use MOBILE_APP_RESOLVED_ID dimension?

2021-02-01 Thread Gregory Golberg
Hello I have a report that uses AD_EXCHANGE_MOBILE_APP_NAME, and AD_EXCHANGE_MOBILE_DEVICE_NAME dimensions with the following columns: AD_EXCHANGE_ESTIMATED_REVENUE AD_EXCHANGE_CLICKS AD_EXCHANGE_IMPRESSIONS AD_EXCHANGE_AD_REQUESTS But looks like MOBILE_APP_RESOLVED_ID would give me more

Re: Deadlock when merely adding ads-lib to pom.xml?

2021-01-31 Thread Gregory Golberg
Filed https://github.com/googleads/google-ads-java/issues/396 On Mon, Jan 25, 2021 at 6:22 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > Thank you for reaching out to our API support team. > > As this appears to be more of a client library concern,

Re: Deadlock when merely adding ads-lib to pom.xml?

2021-01-25 Thread Gregory Golberg
Correct, this is a Java library issue; but the problem here is I'm unsure which one of the libraries is the culprit here. If you notice, merely the rearranging of orders of import changes things. I will submit an issue, of course. On Mon, Jan 25, 2021 at 6:22 PM Google Ads API Forum Advisor Prod

Re: Deadlock when merely adding ads-lib to pom.xml?

2021-01-23 Thread Gregory Golberg
10.1.0 com.google.api-ads ads-lib 4.9.1 On Saturday, January 23, 2021 at 1:09:58 AM UTC-8 Gregory Golberg wrote: > > Hello > > I have a program that uses google-ads with the below dependenc

Deadlock when merely adding ads-lib to pom.xml?

2021-01-23 Thread Gregory Golberg
Hello I have a program that uses google-ads with the below dependency in pom.xml: com.google.api-ads google-ads 10.1.0 This authenticates and just calls listAccessibleCustomers of CustomerServiceClient. So far so good. But once I merely add

Supported columns for dimensions: where to find?

2021-01-22 Thread Gregory Golberg
Hello Two questions on dimensions and columns. Question 1: What's a good way to see what columns are available for which dimensions? When trying to use AD_EXCHANGE_IMPRESSIONS column with MOBILE_APP_RESOLVED_ID dimension, I get COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS. Question 2:

Difference between ads-lib and google-ads?

2021-01-22 Thread Gregory Golberg
Hi all Apologies if this is a FAQ, but I could not find an answer. What is the difference between ads-lib and google-ads ? When would one use one vs the other?