Re: micros to dollar

2021-10-22 Thread Oleg Disrupt
In google ads keywordplanner I tried to search with my keywords and customer id, language us(1000), location : united state But as I mentioned above it was different result between my app and google keywordplans On Saturday, October 23, 2021 at 7:07:45 AM UTC+9 Oleg Disrupt wrote: > Hi Matt, >

Service Account

2021-10-22 Thread Martin Levi
I'm really frustrated with the Google Ads API documentation. In the Quickstart guide it discusses only 2 app type options, Desktop and Web. Nowhere does it mention that even the web app requires a user to

RE: OAuth differences between AdWords and Google Ads API

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. Please find the answer for your following questions: Is the "login-customer-id" required to be the authenticated main MCC account instead? -Yes, you should specify the MCC as the login-customer-id if you are authenticating

Re: micros to dollar

2021-10-22 Thread Oleg Disrupt
Hi Matt, Thank you for your help. I have one thing to ask you. when i call generateKeywordIdeas method in this KeywordPlanIdeaServiceGrpcClient, it requires geoTargetConstants (locations array). I got the all locations from geotarget.csv and created the array. It required max 10 value in array

Question about Site Link and Callout Recommendations after migration

2021-10-22 Thread Robert P.
Hi, I have a question about the Recommendations service after the auto-migration from feed-based to asset-based extensions. Will approving a SITELINK_EXTENSION or CALLOUT_EXTENSION recommendation now create asset-based extensions? Thanks Robert. -- --

Re: Simple conversion tracking via curl request from BE

2021-10-22 Thread Hilko K
Hi Yasar, thanks for the fast reply! Sorry, with FE I mean frontend html/JS code, like the google tag manager snippets, or any interaction that is blocked by privacy focus users, that use adblockers or don't consent to google cookies. (On top of that in the manual systems behind the frontend I

DeadlineExceededException

2021-10-22 Thread 'Rajesh Patel' via AdWords API and Google Ads API Forum
I'm running org='com.google.api-ads', name='google-ads', rev='15.0.0' api. CID is "8759902370" I get following exception for running simple query: com.google.api.gax.rpc.DeadlineExceededException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED val googleAdsServiceClient =

RE: micros to dollar

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thanks for reaching out. I assume you are referring to either low_top_of_page_bid_micros or high_top_of_page_bid_micros fields in the KeywordPlanHistoricalMetrics. These fields can only return values in terms of micros, not account currency. Micros are defined as the account currency

RE: Keyword Plans - bulk retrieving historical metrics

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. The GenerateHistoricalMetricsRequest method can only accept one keyword plan, as you mentioned. This method also is not supported for batch jobs, as the BatchJobService only supports mutate operations (you can see a list of supported batch job operations here).

Re: Creating a UserList based on specific event interactions

2021-10-22 Thread Will Schymik
Thanks, this is very helpful. Part of my confusion was that I initially thought creating Remarketing Actions and referencing it in a BasicUserListInfo was the right approach, but I could not figure out how a remarketing action linked back to a pixel event. I also didn't see remarketing actions

RE: Creating a UserList based on specific event interactions

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, You may check out our Creating the Rule Item Groups guide, it describes what the name field has to be with links to relevant documentation and how to combine rules. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2QEEui:ref -- --

Re: Java ads api: device enum to device constant?

2021-10-22 Thread dhmitc...@gmail.com
I know how to get the constant. I even know how to get the campaign constraint id via a query. However, when I have to send out 10K campaign bid modifier updates several times a day, I don't want my server to query and then mutate the hundreds of times needed to go through each account. So,

RE: Simple conversion tracking via curl request from BE

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hilko, Thanks for reaching out to us. Could you please elaborate on acronyms such as FE and BE? Also, could you confirm you’re looking to create conversion actions in Google Ads API? Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2QECQ2:ref -- --

Possible to get keywordPlanCampaign or it's resource name from a KeywordPlan?

2021-10-22 Thread 'William Turrell' via AdWords API and Google Ads API Forum
(I am using v8 of the PHP api client library). Is it possible to load a keywordPlanCampaign when you only know the keywordPlan, or when you create a keywordPlanCampaign, must you store it's resource yourself so you can find it later. Use case: establishing if a particular keywordPlan uses

Re: Sitelink limit exceeded error though not too many sitelinks

2021-10-22 Thread Markus Heiden
Hi Ernie, maybe you misunderstood me. There is a request id in the log. That was the source of the request id I posted privately. I was just not able to find an accessor for it in the Java lib response object. Regards, Markus adsapi schrieb am Freitag, 22. Oktober 2021 um 12:55:55 UTC+2: >

OAuth differences between AdWords and Google Ads API

2021-10-22 Thread Markus Heiden
Hi, I experienced some differences in the authentication between AdWords and Google Ads API access using the Java libs. We have a setup with 1) The main MCC account that gets authenticated. 2) Below that a MCC which we use as "clientCustomerId" / "login-customer-id". 3) Below that a "normal"

Re: Questions about CustomerExtensionSetting

2021-10-22 Thread lin joinf
[image: 微信图片_20211022194959.png] 在2021年10月20日星期三 UTC+8 上午11:53:36 写道: > Hello, > > Thank you for reaching out to us. > > So our team can better check on this, can you share to us the complete API > logs (request >

External conversion source APP_UNSPECIFIED filter value broken

2021-10-22 Thread Tiana S.
Hi there, For the external conversion source field, APP_UNSPECIFIED is listed as enum value for both the old (Google AdWords: ExternalConversionSource ) API and the new

Re: Sitelink limit exceeded error though not too many sitelinks

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Markus, Thank you for the reply. Could you at least turn on the API logging when replicating the issue about no request ID for MutateGoogleAdsResponse, then turn it off again? Also please specify what client library you are using. You can provide it via Reply privately to author option. If

RE: Adwords api Reports

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lionel, I'm Kevin from the Google Ads API team. I'll try my best to assist you. It seems that you might be using Google Ads API rather than AdWords API. Can you please clarify which one are you trying to use exactly? If you would like to use Google Ads API, you can check this link for an

RE: Adwords api Reports

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Lionel, I'm Kevin from the Google Ads API team. I'll try my best to assist you. It seems that you might be using Google Ads API rather than AdWords API. Can you please clarify which one are you trying to use exactly? If you would like to use Google Ads API, you can check this link for an

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-22 Thread Martin Levi
Hi Christopher, I'm interested to know how you resolved this issue since I am considering adding more ad accounts to my master account and using the same conversion action across multiple accounts. Like you I don't want to try to upload the click for each ad account that shares the same

RE: Java ads api: device enum to device constant?

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Cargurus, Thank you for reaching out to us. Can you try this campaign_criterion view and utilize these available fields (criterion_id | device.type)? Let us know if this is what you're looking for. Regards, Mark Kevin Albios Google Ads API Team ref:_00D1U1174p._5004Q2QE62P:ref -- --

Re: How to get the landing page address of Google ads from Google ads api

2021-10-22 Thread pqm peng
How to get a permanent refresh token 在2021年10月22日星期五 UTC+8 下午3:55:58 写道: > > Why is the refresh token valid for a short time > 在2021年10月19日星期二 UTC+8 上午4:45:02 写道: > >> Hi, >> >> Could you privately give us request and response to the API logs of the >> steps to reproduce this issue of final

RE: Youtube campaign

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. To further verify the said fields in Google Ads API, could you provide a UI screenshot of the field that you are referring to, so that we can better check? Kindly send the screenshot via the Reply privately to author option as it may have user or account

Re: not able place ads on youtube video via REST interface

2021-10-22 Thread ISMAIL TAIBANI
Thanks peter. Got the mail it was in the spam. Although I can understand that right now retrieving keyword plans "shared with you" is not possible via API, Is there any other work around ? On Friday, October 22, 2021 at 12:21:06 PM UTC+5:30 adsapi wrote: > Hi Ismail, > > Thank you for your

Re: How to get the landing page address of Google ads from Google ads api

2021-10-22 Thread pqm peng
Why is the refresh token valid for a short time 在2021年10月19日星期二 UTC+8 上午4:45:02 写道: > Hi, > > Could you privately give us request and response to the API logs of the > steps to reproduce this issue of final url missing from ad when the ad is > created with one? > > The request and response

Re: migration ADGROUP_PERFORMANCE_REPORT

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you please confirm if your CURL request has been successful? We would request that you provide the complete request and response logs, with the request-id, generated when you tried to get the ad_group report, for our team to further investigate. For REST interface requests, you can

RE: not able place ads on youtube video via REST interface

2021-10-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ismail, Thank you for your reply. Could you confirm if you were able to receive the email from my colleague Ernie? I asked because he was able to send the below response on October 15, 2021 to your private email address : "Hi Ismail, I work with Matt and let me provide support to your