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

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

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

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

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

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

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

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

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

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

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

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

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",

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

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

Re: How to get repeat rate in conversion

2019-05-27 Thread 'Thomas Lin' via AdWords API and Google Ads API Forum
Hi Ejay, is there any way that we can use the signals that are currently available to calculate that? Thanks, Thomas On Tuesday, May 21, 2019 at 3:45:36 PM UTC+8, adsapiforumadvisor wrote: > > Hi Thomas, > > Thanks for reaching out. > > Unfortunately, it's currently not possible to get the

Conversion Repeat rate?

2019-05-27 Thread 'Thomas Lin' via AdWords API and Google Ads API Forum
Hi Team, I'd like to know how we can fetch the conversion repeat rate using the Google Ads API or how we can use other signals to calculate it, as it seems like it's not available through the current API. Thanks, Thomas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

ads API report (ad_group_ad)

2019-05-27 Thread Seungha Kim
ads API report (ad_group_ad) 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 web page, but only one ad can be collected from the 'ads API'. AD data that

Two Step Authentication error from gapi SDK

2019-05-27 Thread access access
Hello! Just recently we've been receiving errors in our app from the google api for two step authentication: AuthorizationError.TWO_STEP_VERIFICATION_NOT_ENROLLED >From my understanding the MCC account has to have two step verification in order to access it's accounts.

Google Ads API reporting user location and cost

2019-05-27 Thread Bruno B. Correa
Hi everybody. I have been studying the new Ads API to extract campaign and clicks related data which i will use to create internal reports. My main interest is to segment my query by a date range and retrieve information such as campaign, location of presence (user) and cost. Something

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

2019-05-27 Thread anirudh maddy
What should be the order by query term to break down the results day wise? Here is what I tried : SELECT campaign.name, customer.currency_code, metrics.impressions, metrics. clicks, metrics.ctr, metrics.average_cpc, metrics.average_position, metrics. all_conversions ,

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

2019-05-27 Thread Rohith Balaji
Hey, I am using the Python SDK for Google Ads API V1 to query the metrics of a campaign like query = ('SELECT campaign.id, campaign.name, campaign.status, campaign_budget.amount_micros, ' 'metrics.impressions, metrics.clicks, metrics.cost_micros, metrics.ctr,

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

TargetingIdeaService: flag keywords already in account

2019-05-27 Thread Nate Mcghie
Hello, I am using the TargetingIdeaService to generate new keyword ideas and I want to flag (or exclude) the keywords that already exist in my account. I looked at using the IdeaTextFilterSearchParameter

I always get RESOURCE_TEMPORARILY_EXHAUSTED when invoking MutateCampaignBudgets

2019-05-27 Thread Luca Sembolini
Everything was working fine and now out of nowhere i get this error for every call i do. I don't think it's my problem because the code is the same some i would like to know what can be the cause of this error code. I'm using the newest Google Ads API Thank you The log of the error is :