Re: How to remove FinalUrls on the Keyword level?

2018-12-03 Thread Nellle Rickchards
Thanks! I'm writing this in Python. So I'm a little confused. Here is my code: criterion_operations = [ { 'xsi_type': 'AdGroupCriterionOperation', 'operand': { 'xsi_type': 'BiddableAdGroupCriterion', 'adGroupId': i[0],

Re: Получить баланс аккаунта через PHP

2018-12-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as we could only provide support in English. Based on your code snippet, I noticed that the BudgetOrderService is missing in your imports. Could you try adding the below code snippet and

Re: Can't delete users using v201806's AdwordsUserListService

2018-12-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pablo, The error INVALID_USER_LIST_ID is encountered when you are trying to mutate a user list Id that does not belong to your account. Could you try running the

Re: Integer or Float with Customizer

2018-12-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Costantin, Upon comparing your code to the sample code provided here , I am seeing unnecessary commas, could you try the code snippet below which I have removed the commas? customizer_feed = {

Re: How to calculate video played to 25% from API reports

2018-12-03 Thread Zweitze
Hello, I struggled with this exact question a year and a half ago. You are talking about InStream video ads. For those ads, metric Impressions states the number of videos that were started. VideoQuartile25Rate is the percentage of those starts, where the video was shown for at least 25

Re: Deprecation Announced under Google Search

2018-12-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Teri, Could you provide more context on your concern with the AdWords API so I could give you the right information you need? What do you mean on "Deprecation Announced under Google Search"? Could you provide screenshot if possible so I could better check this? Thanks and regards, Luis

Re: Retrieve Campaign Budget IDs

2018-12-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You could use the Campaign Performance Report to retrieve the BudgetId of each of your

Re: criteria service PLACEMENT not work

2018-12-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alejandro, Could you please provide the complete SOAP request and response logs (including the clientCustomerId) via the the *Reply privately to author* option so I can look into the issue you're having? You can enable SOAP logging on your end by referring to this guide

Re: Probably a Simple Question About External Conditions Causing Campaigns to Pause and Unpause

2018-12-03 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Andy, Unfortunately, I cannot comment on your question as this is out of scope for the AdWords API support. You may contact the Google Analytics support team as they are the proper team to handle these types of inquiries. Regards, Dannison

Re: How to calculate video played to 25% from API reports

2018-12-03 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kishore, As you have a product data specific question, I would suggest reaching out to product support via the Help link available on the top right of your AdWords account. Alternatively, you can also post on the Advertiser community forum

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, Could you please confirm if you are still facing CONCURRENT_MODIFICATION error while making calls with the AdWords API? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Integer or Float with Customizer

2018-12-03 Thread cosbgn
Di Dannison, This is the full request: ad_customizer_feed_service = client.GetService("AdCustomizerFeedService", version='v201809') feed_name = "feed_xyz" customizer_feed = { 'feedName': feed_name, 'feedAttributes': [ {'type': 'STRING', 'name': 'some string name'}, {'type':

Re: How to load Campaign location and language settings to keyword targeting idea service function

2018-12-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuechen, I'm afraid, it is currently not possible to pull the Targeting ideas based on the campaign Id and its targeting criteria. The closest we have is giving the Ad Group ID and retrieve the targeting ideas. You may refer to this guide

Получить баланс аккаунта через PHP

2018-12-03 Thread seoupsu42
Добрый день господа. Пытаюсь получить баланс аккаунта, пока не получается определить класс для PHP Есть пример JS скрипта, что сейчас использую в скриптах, на PHP не могу перевести var budgetOrder = AdWordsApp.budgetOrders().get().next(); var adjustments =

Can't delete users using v201806's AdwordsUserListService

2018-12-03 Thread Pablo D.
Hey, everyone! I'm trying to automate user deletion from our Customer Lists at Google Ads for GDPR compliance matters. I couldn't get a positive response from Google's API. Data below. *URL:* https://adwords.google.com/api/adwords/rm/v201806/AdwordsUserListService *Body Payload:*

Баланс аккаунта через PHP

2018-12-03 Thread seoupsu42
Добрый день, у меня есть JS-скрипт для вычисления баланса аккаунта: function main() { var budgetOrder = AdWordsApp.budgetOrders().get().next(); var adjustments = budgetOrder.getTotalAdjustments(); // Возвращенные средства на аккаунт var SpendingLimit = budgetOrder.getSpendingLimit();

Deprecation Announced under Google Search

2018-12-03 Thread Teri Johnson
Does anyone know what this means or how it can be fixed? I have been searching on Google and can't find any answers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: How to remove FinalUrls on the Keyword level?

2018-12-03 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nellle, We currently do not have a direct example, however, using the Java client library, I have tried the following code snippet (setting its final URL as a new instance of a UrlList) to remove the current values of my test account's finalUrl. UrlList urlList = new UrlList();

Retrieve Campaign Budget IDs

2018-12-03 Thread jtopper
Hi, I'm trying to update campaign budgets however i don't currently have the budget IDs. How can I retrieve budget IDs for all campaigns in an account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread Jim Malone
The problem appears to have resolved itself for us. Can you let us know what the problem was, and if there's anything we can/should do on our end to avoid it from happening again in the future? Jim On Monday, December 3, 2018 at 4:32:39 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team)

How to remove FinalUrls on the Keyword level?

2018-12-03 Thread Nellle Rickchards
Hello, I exadently uploaded our root domain as the finalURL for multiple keywords. I fix this error by removeing the finalUrl in on the keyword level so that we use the text ads final url. I tried passing "NULL" as the keyword final url but it returns and error for being to short. I can't

Re: Adwords API: Unexpected changes in TV Screens bid modifiers

2018-12-03 Thread 'Ivan Roizman' via AdWords API and Google Ads API Forum
Hi, Dhanya. I sent customer id for you in a private message. Regards, Ivan On Thursday, 29 November 2018 22:49:23 UTC+5, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Ivan, > > I am unable to reproduce this issue at my end. Therefore, could you reply > back with the client customer id

Re: Automatically Update Text Ad Prices

2018-12-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, Thank you for providing detailed information on your concern. If you are planning to get the product price from spreadsheet and upload it as dynamic info into an ad, then I'm afraid it is not possible in AdWords API as we do not support integration of the Google Spreadsheet. However,