Re: Exception "Problem sending data to report download server" while fetching the click report.

2018-04-23 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To further investigate this, could you provide the complete report definition when you encountered the issue as well as the clientCustomerid you are using? Please reply via *Reply privately to

Re: CampaignGroup ID scope of uniqueness

2018-04-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Marcel, The CampaignGroupId is only unique at the account level. For the Campaign Group Performance Report , even though the ExternalCustomerId field is not available in this report type, you

Re: Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi John, Since this appears to be more related to the Python client library, you may get in touch with the library owners via this link for further assistance. Best regards, Peter AdWords API Team -- --

Re: "Connection timed out" error for reporting api

2018-04-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kim, That's great to hear that you no longer encounter the issue! Also, I'm posting this in the forum, instead of sending it to you privately, for the benefit of those who may be encountering the same issue. So moving forward, the timeout error is usually encountered only when generating a

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
Thanks. I tried calling getUserInterestCriterion with {'userInterestTaxonomyType': 'BRAND'} but got TypeNotFound: Type not found: 'userInterestTaxonomyType'. I am using Python and it would be very appreciated that you could provide an example. On Monday, April 23, 2018 at 3:49:50 PM UTC-7,

Is there a default CPC bidding strategy for all adgroups?

2018-04-23 Thread Gary Jiang
Hi, I created several adgroups and set bidding strategy with either a Cpa micro amount or a targetROAs override only using Adwords API. However, when I tried fetching their bidding strategy with API later by putting CpcBid, TargetCpaBid and TargetRoasOverride into selector , I found they both

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Gary, Please use a userInterestTaxonomyType of *BRAND*. I just ran it myself to double-check. That will get you the list that you need. Take care, Nadine, AdWords API Team On Monday, April 23, 2018 at 4:57:19 PM UTC-4, Gary Jiang wrote: > > I see. So which type should I pass for

Re: Error creating offline conversions

2018-04-23 Thread bradford . loesch
I think there was some miscommunication about what I am trying to do. I want to create a ConversionTracker of the type UploadConversion (which is what I provided logs for), not to upload individual conversions to the OfflineConversionFeedService. In the code samples, there is an

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
I see. So which type should I pass for affinity user interest? On Monday, April 23, 2018 at 1:42:55 PM UTC-7, Nadine Sundquist (AdWords API Team) wrote: > > Hi Gary, > > I admit that error is pretty unclear. Yes, you are totally right. You do > need to pass in a type. > > Regards, > Nadine,

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gary, I admit that error is pretty unclear. Yes, you are totally right. You do need to pass in a type. Regards, Nadine, AdWords API Team On Monday, April 23, 2018 at 2:49:48 PM UTC-4, Gary Jiang wrote: > > INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response: > >

Re: Adwords API Budget services errors CUSTOMER_NOT_WHITELISTED_FOR_API

2018-04-23 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Troung, The consolidated billing is best suited for large advertisers who work with multiple accounts, would like to streamline their billing, and use the monthly invoicing payment setting. If you have just a single AdWords account, consolidated billing might not be suitable option. If

Re: Error creating offline conversions

2018-04-23 Thread bradford . loesch
Is there a way to determine which ConversionTracker an UploadConversion is being assigned to if it is not explicitly created during the UploadConversion creation? Can I check if a ConversionTracker exists before attempting to create an UploadConversion? The below creation process works for

Exception "Problem sending data to report download server" while fetching the click report.

2018-04-23 Thread ngala . nts . net
I am getting an exception every time my batch runs Importer which is scheduled everyday midnight. *2018-04-23 00:01:12,681 ERROR [main] (GoogleAnalyticsImporter.java:80) Failed* *com.google.api.ads.adwords.lib.utils.ReportException: Problem sending data to report download server.* * at

Re: Report API click type attribution doesn't match Adwords UI

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Peter, You could use API report placeholder feed item report . It includes all statistics at the feed-item level (e.g., a single sitelink). If other segment fields are used, you may get more than

Re: Value for userInterestParentId field when adding audience

2018-04-23 Thread Gary Jiang
INFO:googleads.common:2018-04-23 18:06:04,555 SOAP response: http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/cm/v201802;> 00056a87e424f2080a62e416d80f31ee ConstantDataService getUserInterestCriterion 1

Re: Вопрос по скрипту PageSpeed Insights

2018-04-23 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Kristina, The document shared previously was related to AdWords scripts. If you are using AdWords API and facing errors, could you please enable the logging and share the complete SOAP request and response logs so that I can assist you further? You could choose '*Reply privately to

Re: Undocumented exception trying to change budget

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Could you please share the client customer id along with budget id so that I can troubleshoot the issue? You could choose '*Reply privately to author*' option while responding. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread John N.
Hi Peter, Running the following: import sys from googleads import adwords # Specify where to download the file here. PATH = 'C:/Users/Desktop/Python/supernova/report_download.csv' def main(client): # Initialize appropriate service. report_downloader =

Re: AdWordsUser doesn't have authorization token

2018-04-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Do you get this error when you run the curl command that was shared or when you run the client library examples ? Could you try opening a new incognito window, then generate the client id and secret using a valid AdWords user login. Also,

Re: UAC & Re-engagement in the reporting API

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Yuval, If you're referring to the Mobile App engagement Campaigns mentioned here , you can track the performance

Re: Issue with RateExceededError.RATE_EXCEEDED

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The "RateExceededError.RATE_EXCEEDED Trigger: Basic Access Daily Reporting Quota" error message that you are getting indicates that you may have downloaded more than the daily limit for reports using a basic access level

Re: KEYWORD_TEXT return strange information

2018-04-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Xiaochao, When using test accounts, the TargetingIdeaService will return dummy data. You may refer to this guide for more information. When retrieving targeting ideas against a Production account, you will be able to

Re: Destination not working - Google Adwords

2018-04-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Tarek, The destination not working means, the destinations are not functioning properly or have been incorrectly set up. Could you please check the troubleshooting guide to fix the 'Destination not working' error. You could

Re: How do I get stats of extension from AdWords like clicks, impressions etc?

2018-04-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, You are likely to get this error if you are not running the client library examples on the command line. Please refer this section of guide for better clarity. If you are indeed running

Re: Вопрос по скрипту PageSpeed Insights

2018-04-23 Thread Кристина Танская
Its related with API but ok, i will post it there. Thank you) пятница, 20 апреля 2018 г., 22:44:40 UTC+3 пользователь Teja Makani написал: > > Hello Kristina, > > I see that your question is about AdWords Scripts. On this forum we > discuss questions about the AdWords API. Could you please post

Re: CampaignGroup ID scope of uniqueness

2018-04-23 Thread Marcel Zemp
Hi Vincent I was thinking about this again. In the Campaign Group Performance Report , the account ID (or ExternalCustomerId in API nomenclature *) is currently not available. I would interpret

UAC & Re-engagement in the reporting API

2018-04-23 Thread yuval
Hey, Iv'e noticed that reengagement Universal App Campaigns aren't available in any ad-hoc report (not even in CAMPAIGN_PERFORMANCE_REPORT). Is this planned to be fixed any time soon? Thanks, Yuval -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ron, Thanks for getting back to me. I think we have enough examples now to track this down. The eng team is making progress, but I don't have any updates to report just yet. I'll reply back as soon as I have more info. Cheers, Josh, AdWords API Team On Monday, April 23, 2018 at 4:16:20 AM

Issue with RateExceededError.RATE_EXCEEDED

2018-04-23 Thread Pierre-Antoine Pinel
Hello, I have this error from AdWords API: RateExceededError.RATE_EXCEEDEDBasic Access Daily Reporting Quota I am sure I didn't made more than 1000 reporting calls today. Could you tell me where I can see stats/quota usage about my API calls? Nothing on Adwords api center nor developer

KEYWORD_TEXT return strange information

2018-04-23 Thread adword . infinait
Hi everyone, When I used a test account to access the TargetingIdeaService service, the return text of KEYWORD_TEXT is like 'red herring 74da2bd0 '. It seems the result is dummy data. Now my company have updated the developert token from test to base and I run the test case again, the result

Destination not working - Google Adwords

2018-04-23 Thread tarek . alhalteh
Google Ad shows destination not working although it's perfectly working, www.logistaas.com I've checked webmaster tools and its verified and everything is ok? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Undocumented exception trying to change budget

2018-04-23 Thread dima
Hi, I can't update a couple of budgets of one of our customers (I have only a refresh token), it fails with an undocumented error BudgetError.BUDGET_AMOUNT_MUST_BE_UNSET_FOR_BUDGET_PERIOD_CUSTOM, at least I couldn't find it. What does it mean? Thanks [http-bio-5050-exec-7] WARN

Re: FeedItemService.get() does not return geoTargeting and geoTargetingRestriction properties

2018-04-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To include all the fields under your feed items's geoTargeting , you may include the following fields in your selector : GeoTargetingLocationName

Re: Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API Forum
Hi John, Your current report definition is already set to generate a CSV file as you can see below : report_downloader.DownloadReportWithAwql( report_query, 'CSV', sys.stdout, skip_report_header=False, skip_column_header=False, skip_report_summary=False,

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-23 Thread Ronald Findling
Taking into account the daylight savings we currently have UTC+2. Concerning the 502 unfortionately I don't have the logs at hand any more -- but what I remember was an 502 which resulted in a 400 in our usage of the library. Best Regards, Ron Am Montag, 16. April 2018 23:01:11 UTC+2 schrieb

Re: Missing Camapign StructureSnippet AdExtension when calling CampaignExtensionSettingService

2018-04-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Caihua, Upon checking, it seems that my colleague already responded to you privately in this forum thread . Our team will continue the discussion on that thread so there will be one

Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread John N.
Very new to using API's and Python in general but I was able to generate an AD Performance report using the following: report_query = (adwords.ReportQueryBuilder() .Select('CampaignName', 'AdGroupName', 'HeadlinePart1', 'HeadlinePart2', 'Description',

FeedItemService.get() does not return geoTargeting and geoTargetingRestriction properties

2018-04-23 Thread vinayaktadas
Hi I created a feeditem with Target Location and Target Location Restriction. When I call FeedItemService.get() to get the feed item and its properties all the properties are populated except geoTargeting and geoTargetingRestriction How can i get the FeedItemService.get call to fetch the values

Re: Adwords API Budget services errors CUSTOMER_NOT_WHITELISTED_FOR_API

2018-04-23 Thread Trường Nguyễn Xuân
Hi Sai Teja, Thanks for your support, I have one single account (adwordsID: 605-374-2550 ) not MCC. when i using API budget order services , I recived error CUSTOMER_NOT_WHITELI STED_FOR_API. Required adwords account is MCC? may be using API budget order services ? On Friday, April 20,

Re: Latency to download Campaign Performance

2018-04-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Caihua, I am a colleague of Luis and will provide support to you as he is OOO. Thanks also for providing these details. I could not replicate the long latency issue that you encountered as I was able to generate the report five times in your account in less than 10 seconds. There may be a