What if I changed to Google Ads API Beta from AdWord API. Do I need to have access to Google Ads API? Do I have to do all other tasks that I have done via AdWords API by using Google Ads API?

2019-09-04 Thread Dawud Dustin
I have integrated AdWords API to my website and I successfully have done my work such as making ad on google ads, getting estimate traffic so on with the help of API. But the thing is now I need to define multiple payment methods to multiple customer of my website. After some researches I got t

Re: Do you plan to start support Smart Display Campaign in AdWords API? If so, when? I would very much like to support Smart Display Campaign in AdWords API, because it is a very effective campaign an

2019-09-04 Thread Oksana Sulyma
Thanks for your answer Hiroyuki! Just to be sure: don't Local campaigns appear in reports as well, like in Campaign Performance report? What is 'Local', is it AdNetworkType1

Re: When mutating bids for a large number of ad groups multiple times : RateExceededError

2019-09-04 Thread Afaq Alam Ansari
Hi Peter, Thanks for your response. The *rateScope=ACCOUNT* indicates that you may be making too many calls > against a single Google Ads account within a short period of time > I checked the rate limit sheet but I couldn't find an exact number for rate. Can you please guide me about the upp

Re: Do you plan to start support Smart Display Campaign in AdWords API? If so, when? I would very much like to support Smart Display Campaign in AdWords API, because it is a very effective campaign an

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Oksana, Yes, you are correct that Local campaigns are not supported in AdWords API report as well. Please let me know if you have further clarifications. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UHFBdT:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: Is it possible to run 1 API report and get data for LAST_7_DAYS, LAST_14_DAYS and LAST_30_DAYS?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Martin, Thanks for posting your concern. I am afraid that it is currently not possible to retrieve the AdWords API reports with 3 different date ranges. You need to make 3 different API calls to download the report for each date range. Let me know if you have further questions. Regards, Ej

Re: how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-04 Thread MCC智美
Hello, I used the Google Ads API (V2) (not the Adwords api), but I couldn't find the remove operation of Asset Operation. [image: 224243B9-3B62-45C2-A38E-C10446AAB49E.png] Thanks On Wednesday, September 4, 2019 at 2:17:39 PM UTC+8, adsapiforumadvisor wrote: > > Hi, > > T

Re: Do you plan to start support Smart Display Campaign in AdWords API? If so, when? I would very much like to support Smart Display Campaign in AdWords API, because it is a very effective campaign an

2019-09-04 Thread Oksana
Thanks for the answer! On 04.09.19 13:15, Google Ads API Forum Advisor Prod wrote: Hi Oksana, Yes, you are correct that Local campaigns are not supported in AdWords API report as well. Please let me know if you have further clarifications. Regards, Hiroyuki Google Ads API Team ref:_00D1

Re: How can I bid for keywords with googleads-php-lib?

2019-09-04 Thread Dmitry
I was able to add a new keyword with a new bet to the group. $keyword = new Keyword(); $keyword->setText('TEST WORD'); $keyword->setMatchType(KeywordMatchType::BROAD); But how do I change the bet of an existing keyword by knowing keywordID? It does not work: $keywordID = 1234567890; $keyword = n

Re: How can I bid for keywords with googleads-php-lib?

2019-09-04 Thread Dmitry
Problem resolved, I changed $operation- >setOperator (Operator: ADD); => $operation- >setOperator (Operator: SET); Thx. среда, 4 сентября 2019 г., 9:14:29 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Dmitry, > > Yes, the AdGroupService.mutate() sets bid on an ad group level. You can

Get country from Google Ads API Reports

2019-09-04 Thread Акулов Алексей
Hi Community, I'm using ADGROUP_PERFORMANCE_REPORT, KEYWORDS_PERFORMANCE_REPORT, CAMPAIGN_PERFORMANCE_REPORT to generate necessary reporting from Google Ads API. I need to get *country* attribute from these reports. Does that possible? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Gmail Ad image URL

2019-09-04 Thread Alex Mansour
Hi Hiroyuki, Thanks for clarifying this. What about the Gmail Ad Logo; can we retrieve it via the API at the moment? Best regards, Alex On Tuesday, September 3, 2019 at 7:16:38 AM UTC+2, adsapiforumadvisor wrote: > > Hi Alex, > > Unfortunately, it is currently not supported to retrieve the im

RE: Get country from Google Ads API Reports

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello, If you are using AdWords API, you will need to run the Geo Performance Report to get performance data on countries. For Google Ads API, you will need to run a report on the geographic_view level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFeMo:ref -- -- =~=~=~=~=~=~=~

Re: Campaign Budget Cost Per Day

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello Ramanajee, I haven't got any update on this feature request yet. I will update you on this thread once I have more information. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001U8Lhg9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

RE: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Alok, The device criteria for each device implicitly exists in each campaign, so you won't be able to ADD or REMOVE those criteria. However, you can use bid modifiers to opt out of a specific device or set the bid modifier for a specific device. For example, if you want to exclude tablets, y

Re: Get country from Google Ads API Reports

2019-09-04 Thread Акулов Алексей
Hi, If I will download data from Geo Performance Report - how than I can map those to KEYWORDS_PERFORMANCE_REPORT to recognize keyword by corresponding country? Thanks среда, 4 сентября 2019 г., 18:55:24

Re: Get country from Google Ads API Reports

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, you won't be able to get this data using the API since the Geo Performance Report is aggregated at the country/territory level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHFeMo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: How can I assign google-ads account to the google user who didn't have any mcc

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hello Min, >From what I understand, you are looking to link a manager account to another >manager account. Please refer to this guide on how to link the accounts which >will be helpful to get started. You will be able to locate the MCC ID of the >user account by logging into the Google Ads acco

RE: What if I changed to Google Ads API Beta from AdWord API. Do I need to have access to Google Ads API? Do I have to do all other tasks that I have done via AdWords API by using Google Ads API?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Dustin, You will be able to use the same OAuth credentials that you use for AdWords API to make the API calls. You will need to enable your project to make Google Ads API calls by following the steps mentioned in this guide. If you are requesting OAuth credentials from a manager account and

Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-04 Thread Kenneth Oh
Hi, I'm using the google-ads-python library for managing an MCC account that is managing around 1200 other accounts, in which many are "cancelled". Using the customer_client resource, is there any way to filter out accounts that are cancelled to return only active accounts? I don't see any opti

Re: Attach existing textlabel to new adgroup

2019-09-04 Thread Abdul Samad
Put the code in try catch to avoide duplication errors. On Thursday, 27 July 2017 21:04:11 UTC+5, Margaret wrote: > > I'm trying to create a new adgroup and attach an existing label to it. > I'm getting this error: > > 'methodName': mutate, 'serviceName': AdGroupService, 'operations': 1, > 'fau

About issues that I can't extract Keyword and Placement

2019-09-04 Thread AXM Ad Team
Hi I'm using Keywords Performance and Placement Performance in Adwords API Reports I tried to extract two reports, but I couldn't extract thes

Setting date range for GenerateHistoricalMetrics response

2019-09-04 Thread Kenyon Rosewall
Hi, I am trying to use the API to interact with the Keyword Planner to get the information I need. It looks like the GenerateHistoricalMetricsRequest only allows me to pass a keyword_plan. I was hoping to be able to pass the information for a report, like the date range. It seems that while I am

Re: CUSTOMER_NOT_ENABLED

2019-09-04 Thread anirudh maddy
Hi Nikisha, Without checking the status, I'm making requests to the API, this is causing our error rate to increase. I want to avoid that. Could you suggest a query or a method which I can use to avoid errors? On Thursday, 15 August 2019 20:09:30 UTC+5:30, adsapiforumadvisor wrote: > > Hi Anir

execute GetCampaigns.java return DEVELOPER_TOKEN_NOT_APPROVED

2019-09-04 Thread 黄青春
Hello I have a problem, need your help My problem is that:I have setted all items in ads.properties, and my account is test developer When i execute the GetCampaigns.java, I get an error message that is"Request failed due to ApiException. Underlying ApiErrors: Error 0: QuotaCheckError{apiErrorT

Update Gmail Ad failing with INVALID_AD_TYPE error

2019-09-04 Thread Yehuda Adler
Hi, I'm succeeding in creating a campaign of sub type 'gmail' successfully. I'm succeeding in creating ads of type 'gmail' in this campaign. When trying to update a Gmail ad, I'm getting the error AdError.INVALID_AD_TYPE, even though this ad was created on a 'gmail' campaign without any proble

Get Google Ads Details For Competition

2019-09-04 Thread Pretty Sammy
Hello Everyone, I would like to know if with Google Adwords API we can get details for Google Ads of our competition. Details like keywords they are bidding on, Ads they are running, Ads Duration, Used Keywords, Landing Page Url. I searched alot about this but didn't find how its possible. Even

AdWords API via JavaScript?

2019-09-04 Thread Chris Larkin
Can the AdWords API be accessed from JavaScript? I recognize that there is an (unofficial) Google Ads API client library for Node, but is that the only way to reach the API features not available in Google Ads Script -- ".gs" with a function main() -- ? I want to do the Generating Targeting Ide

Re: Gmail Ad image URL

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Alex, GmailCreativeLogoImageMediaId should return the ID of the logo image in the GmailAd. However, if what you meant is the URL of the logo image, unfortunately, it is currently not available in the Ad Performance Report. Please let me know if you have further clarifications. Regards, Hiro

Re: Gmail Ad image URL

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Alex, GmailCreativeLogoImageMediaId should return the ID of the logo image in the GmailAd. However, if what you meant is the URL of the logo image, unfortunately, it is currently not available in the Ad Performance Report. Please let me know if you have further clarifications. Regards, Hiro

RE: Valid Zip Codes Missing in Geotargets CSV

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Troy, Thanks for posting your concern. You may post your concern in the Google Ads Help Community to reach out to the Google Ads product team as your question is product related and they are more equipped to provide answer regarding this topic. Regards, Ejay Google Ads API Team ref:_00D1U11

Re: How can I bid for keywords with googleads-php-lib?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Glad you have fixed your issue. Let me know if you have further concerns regarding the AdWords API. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFS8N:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

RE: Shared Budget Cost - Google Ads API

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Could you confirm if my understanding is correct that you want to get the cost of the shared budgets in your Google Ads account? If yes, you can use the Budget Performance Report and you can include the BudgetName or BudgetId and the Cost field so that you

RE: Can i get Ads data for my competitors?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. On AdWords API perspective, you may use AdWords API reports below to get data you are looking for: Campaign Performance Report - This report includes all statistics aggregated by default at the campaign level. You may use the fields like Amount, TotalAmo

Re: CampaignError.SELECTIVE_OPTIMIZATION_SET_CONVERSION_TYPE_NOT_ACTIVE while creating campaign

2019-09-04 Thread duong xuan toi
Hi, is there any updated? On Wednesday, August 14, 2019 at 5:08:47 PM UTC+7, adsapiforumadvisor wrote: > > Hi, > > Thank you for sharing your request ID. However, could you also share the > complete SOAP request and response logs and send it via the *Reply > privately to author* option? > > Bes

Re: When mutating bids for a large number of ad groups multiple times : RateExceededError

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Afaq, I am a colleague of Peter and I will be the one providing support. Unfortunately, there's no specific number of the rate. Also, we currently have no way to check whether the volume is high for a certain period of the day. The only indicator that the volume of the service's usage is hig