Applied for a production account in google ads API center but not receiving any updates

2019-05-27 Thread symphox 2019
Hi, I applied for a production account in google ads API center on May 20th 2019, but didn't receive any responses. Could you give me some feedback about my situation? I used symphox2...@gmail.com as a manager account to apply for a production account. Thank you very much, Yu-Ting Hsiao --

You are currently signed in as shaazkhan......@gmail.com, which already has an AdMob account. Why??? i cant login

2019-05-27 Thread Elfaz Tv
i am trying to loging admob but i cant thats problem google ask, You are currently signed in as shaazkhan9444...@gmail.com, which already has an AdMob account. SIGN IN WITH CURRENT ACCOUNT CREATE OR USE ANOTHER ACCOUNT -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Retrieve AdGroupSimulations return error

2019-05-27 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
Hi, Someone can help me? I try to obtain ad group simulation but return an error. https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.resources#google.ads.googleads.v1.resources.AdGroupSimulation Method Name: /google.ads.googleads.v1.services.AdGroupSimulationSer

Get all campaigns of all accounts

2019-05-27 Thread Yuvraj Chauhan
Hello team, I'm managing different client accounts. I'm using PHP client library for my REST API. I want to get all the campaign details of all my client accounts. I tried with CampaignService example given in docs, but it requires clientCustomerId to fetch campaigns. In my case, I have multipl

Create account using RESTful methods

2019-05-27 Thread Joris Garnier
Hello, I am new to using the google ads api and I'm struggling on creating an account under my manager account. I'm using nodejs so I can't use any of the given libraries. Hence, I have to be able to do this using REST methods only. Browsing the documentation, I understand that I have to use

Ho to get audiences for remarketing with Google Ads API?

2019-05-27 Thread Andrea Primaverili
Hi, I would like to know how can i get the audiences list from my Google Ads account via API. I use the Java SDK and there are no examples yet about it in the remarketing folder. I would like also know how can i set the audiences for a campaign or an adgroup. Thank you. -- -- =~=~=~=~=~=~=~=~

Google Ads API: "settings" field seems missing

2019-05-27 Thread integrations bidalgo
Hi. We are migrating from AdWords API to Google Ads API. The question is about getting UAC campaign info. In AdWords API we could request campaign settings (like heading, description1, description2 etc.) Now I'm preparing the query like this: SELECT campaign.id, campaign.name FROM campaign To ge

Managed accounts discovery with the new Ads API (missing endpoint?!)

2019-05-27 Thread Pierre Bazoge
Hello guys, When I hit the endpoint https://googleads.googleapis.com/v1/customers:listAccessibleCustomers , the response sends back a list of "first-level" customers which can be "managers" accounts: { > "resourceNames": [ > "customers/00", > "customers/111", > > ] > } >

Unable to find the right metrics for Total Cost, Converted Clicks, Cost/Converted Click etc

2019-05-27 Thread anirudh maddy
This is what I'm doing currently. I need to show data campaigns wise as well as cumulative results. My query goes something like this : "query": "SELECT customer.currency_code, metrics.impressions, metrics.clicks, metrics.ctr, metrics.conversions, metrics.all_conversions , metrics.c

Link adwords account to my MCC account.

2019-05-27 Thread test sdd
Hi there, I want to link adwords account to my MCC account using Oauth in my application. User can connect to application using Oauth and allow to manage their adwords campaign. So in background application can connect them to MCC account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Does creating multiple campaigns under one client account affect the traffic if the campaigns have same keywords?

2019-05-27 Thread vibhesh kaul
Hi, I have some confusion about the client account usage for creating ads from the API. I have a tool using which we create multiple campaigns in one client account and some the campaigns might have the same keywords. My questions are as follows. If we have multiple campaigns in the same client

ads API report (ad_group_ad)

2019-05-27 Thread Seungha Kim
Hi, I used "ads API" to get a report of 'ad_group_ad'. But there is a difference between the data I see on the web page.(ads.google.com) Under the same conditions, two ads are searched on a webpage, but only one ad can be collected from the 'ads API'. AD data that was not collected through the

RE: PROHIBITED SEGMENT WITH METRIC

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Jessie, Thank you for reaching out. The PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE is encountered because a segment may have been included together with a metric that it is incompatible with in the SELECT or WHERE clause. Indeed, in the group_placement_view, the available metr

RE: Get refresh token

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Jessie, Your concern appears to be related to the Python client library. That said, I would suggest you open your concern to the Python GitHub Issue Tracker as the client library owners are better equipped in answering your concerns. Regards, Dannison Google Ads API Team ref:_00D1U1174p._500

RE: Impressions Per Day in "Estimating Traffic" API

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Neetu, Thank you for raising your concern. Could you try using the Keyword Planner in the Google Ads UI with the same parameters as your AdWords API request and see if the result would be the same? If the result would be the same then it means that it is the intended output. You may then re

Get refresh token

2019-05-27 Thread 'Jessie' via AdWords API and Google Ads API Forum
Hi, I'm currently doing migration of AdWords api to GoogleAds api. Using the library below, I'm able to refresh the token with a single method. *import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;* // Create object GoogleCredential.Builder credentialBuilder = new GoogleCreden

Re: RE: Conversion Repeat rate?

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Thomas, We currently do not have a roadmap for future features. As of now, only our blog is our best source for any updates or announcements. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UAqiyP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, Sorry for the inconvenience this may have caused. The Standard Access level has a limit of 1000 get requests per day as per this guide. The limit will reset a little over 24 hours before you can start making GET request again in the API. However, if you think that you are encountering this

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, I am a colleague of Dave, allow me to provide support for your concern. Sorry for the delayed response, my colleague was able to respond to you privately. However, it seems that the response did not reach you. Kindly refer to the response below. The format of the resource name you need as

Re: Report API - get one row for one group, not multiple rows

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, The StackOverFlow link you provided explained it correctly. Unfortunately, this is the expected behavior when downloading the Keywords Performance Report or any criteria reports. The reports you downloaded will always be segmented on the entity level of your report. Let me know if you have

Re: Conversion Repeat rate?

2019-05-27 Thread 'Thomas Lin' via AdWords API and Google Ads API Forum
Thanks Peter, do you know if there's a roadmap as to when this will be supported? Thanks, Thomas On Mon, May 27, 2019 at 7:52 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Thomas, > > Thank you for reaching out. I could see that you want to fetch the > conversi

PROHIBITED SEGMENT WITH METRIC

2019-05-27 Thread 'Jessie' via AdWords API and Google Ads API Forum
Hi, Using Google Ads api, I was trying to query a table group_placement_view to build a report, but the problem is I'm getting the error message below. errors { error_code { query_error: PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE } message: "Cannot select the following se

Re: About top and absolute top metrics

2019-05-27 Thread Seungha Kim
Thank you for your quick reply. If so, I'll collect the "search top impression rate" and "impressions", calculate the "top impressions" and follow your "ad blog". (ex. "top impressions" = search top impression rate * impressions) Have a good day. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: About top and absolute top metrics

2019-05-27 Thread Seungha Kim
2019년 5월 27일 월요일 오후 3시 25분 46초 UTC+9, Seungha Kim 님의 말: > > > Hi, > > I checked the contents of 'About top and absolute top metrics'. ( > https://support.google.com/google-ads/answer/7501826) > There is a question during collection of related metrics. > > Search top impression rate = Impressions

RE: TargetingIdeaService: flag keywords already in account

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Nate, Yes, the IdeaTextFilterSearchParamater can only accommodate up to 200 (included/excluded) keywords per request. So processing all your keywords would require you to make quite a number of requests. As for extracting your keywords, you should be able to use the Keywords Performance Rep

Re: Report API - get one row for one group, not multiple rows

2019-05-27 Thread Chen k.
Hello Dannison, Thanks for your reply. Actually, I found the reason of this problem, in this link: https://stackoverflow.com/questions/53650063/basic-awql-request-campaing-performance-split-by-date-only It occurred because I ask the clicks and impressions from the KEYWORDS_PERFORMANCE_REPOR

Impressions Per Day in "Estimating Traffic" API

2019-05-27 Thread neetu varshney
Hello Team, Greeting!! As i am hitting "Estimating Traffic" API, and I am getting Impressions value 612114854 for a keyword. I think its a very big digit as an impression,please tell me its right or we have to divide some number form original number. Thanks, Neetu -- -- =~=~=~=~=~=~=~=~=~=~

Re: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread cv
Hi Dannison, I am doing operations with Standard Access developer token. I am doing best practise as well ( I mentioned that I am doing a pagination size of 20 records with delay of 5 seconds on each page reques

Re: I always get RESOURCE_TEMPORARILY_EXHAUSTED when invoking MutateCampaignBudgets

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Luca, Although we do not have a specific period as to when the error can be lifted, it should normally take you 24 hours before the refresh and make your next API calls. Should it be already more than that, you may send to me the generated JSON logs so I can further investigate. You may rep

RE: Google Ads API reporting user location and cost

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Bruno, Thank you for contacting support, you may refer below for my answers to your questions : 1. I cannot retrieve metrics.cost_micros and metrics.impressions from click_view. (most important one) I'm afraid that these metrics are indeed not supported for in Click View. You may follow ou

RE: Conversion Repeat rate?

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Thank you for reaching out. I could see that you want to fetch the conversion repeat rate using Google Ads API, but I'm afraid this is not yet supported. In the Google Ads API, you can find here the list of metrics fields that you can pull as of the moment. For now, you may keep an

Re: How to get repeat rate in conversion

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Thanks for your reply. I am afraid that it is not possible to use the other signals that are available to calculate conversion repeat rate. Please let me know if you have further questions/clarifications. Regards Ejay Google Ads API Team ref:_00D1U1174p._5001UAqDV0:ref -- -- =~=~

About top and absolute top metrics

2019-05-27 Thread Seungha Kim
Hi, I checked the contents of 'About top and absolute top metrics'. (https://support.google.com/google-ads/answer/7501826) There is a question during collection of related metrics. Search top impression rate = Impressions on top/Impressions (= metrics.top_impression_percentage) Search absolute

Re: I always get RESOURCE_TEMPORARILY_EXHAUSTED when invoking MutateCampaignBudgets

2019-05-27 Thread Luca Sembolini
Hi, thanks for the answer, I understood that the problem is my basic access token because i can do more than the 1 request per day. The only problem is that even if today is a brand new day my first request failed with the same error. So my new question is: does this limit really reset over

RE: How do I get Day wise breakdown of Metrics like Clicks, Impressions, CTR etc related to campaigns?

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. To be able to segment the results per day, you would need to add the segments.date field on your SELECT statement. Could you try this and confirm if you will get the results you are looking for? Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAqiyF:re

RE: About top and absolute top metrics

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Seungha, Thank you for reaching out. I could see that you want to pull the said metrics in order to add it to your formula. Unfortunately, there is no direct way of doing this via the API. The API can fetch these impressions but then you would have to create your own implementation on how yo

RE: Two Step Authentication error from gapi SDK

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, The error AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED occurs when the account is on two step authentication but the refresh token being used does not belong to an email which is setup for 2-Step authentication. Are you added as a user on the Google Ads account or are your API call

RE: Query returns 'null' with 'segments.date' in SELECT but works fine without it

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Rohith, Thank you for reaching out. So I can further investigate the issue as to why your account is getting null values, could you provide to me your clientCustomerId and also the time range you specified when you generated the report? You may reply privately using the Reply privately to a

DEVELOPER_TOKEN_NOT_APPROVED

2019-05-27 Thread Ankit Agarwal
I am trying to make a campaign *budget* on my *TEST ACCOUNT* (in development mode). As mentioned in the doc the manager developer token gives us access to create ads using a test account. [{:field_path=>"", :trigger=>"", :error_string=>"QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED", :api_error

RE: I always get RESOURCE_TEMPORARILY_EXHAUSTED when invoking MutateCampaignBudgets

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi Luca, Thank you for reaching out. The RESOURCE_TEMPORARILY_EXHAUSTED error occurred because you have reached your basic access operations quota or exceeded your rate limit. For more information, you may check the API Limits and Quotas guide. To fix this, I would suggest that you check out th

RE: Get a list of all the accounts that is accessible by the MCC account which my user has access to.

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, My apologies for the complications you may be encountering. The RESOURCE_EXHAUSTED error does not provide a retryAfterSeconds value. The reason you are encountering this is when you are hitting the Daily API operation limits or the Get requests count. You may consider applying for Standard

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-27 Thread Oleksandr Dyklevych
Is there any update on the topic? What is the best way to proceed? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to t