Re: Read timed out on API calls

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Stefan, Thanks for looking. Since you aren't getting a response back due to the timeout, you won't have a *requestId* (which is part of the response payload). However, if you have a specific ad group ID or campaign ID where you've encountered timeouts, along with the timestamp (including

Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread lamodamccrub
Hi Shwetha, Client Customer ID is 8099393253 and I disable includeZeroImperssions 'cause we have impressions :) and it minimize a bit report size. So finally DownloadReport call looks like this: client.DownloadReport( report_definition={ 'reportName': 8099393253,

Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread lamodamccrub
Hi Shwetha, clientCustomerId is 8099393253 I used googleads python library with this method call client.DownloadReport( report_definition={ 'reportName': 8099393253, 'dateRangeType': 'CUSTOM_DATE', 'reportType': 'CRITERIA_PERFORMANCE_REPORT',

Re: Read timed out on API calls

2016-09-09 Thread Stefan Kleine Stegemann
Hi Josh, I sent you a private mail with some information. I hope that helps. Thanks, Stefan Am Freitag, 9. September 2016 15:58:01 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for looking. Since you aren't getting a response back due to the > timeout, you won't

Adwords API ManagedCustomerService Return Empty Information

2016-09-09 Thread ramdan
Hi, I have issue when pull information about account info. The account is single account and not MCC. I use ManagedCustomerService to do that, *for several accounts I get empty respon from API. I can't get account information about those accounts * There isn't error message from API, I just

Re: Error: Missing report definition

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Pierre, I'm not sure if this will work, but maybe try setting *contentType* application/x-www-form-urlencoded? Thanks, Josh, AdWords API Team On Friday, September 9, 2016 at 5:05:04 AM UTC-4, Pierre Rudolfsson wrote: > > Hi Josh, > > Thank you for your quick feedback. Sorry, I was not

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you share the *AdGroupId* and (criterion) Id where you are seeing this issue? I'd like to try to reproduce your exact report output on my side. Thanks, Josh, AdWords API Team On

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-09 Thread Charles Michael
[RateExceededError

Re: ManagedCustomerService vs CustomerService

2016-09-09 Thread tejas
What's the actual difference b/w Managed Customer Service .get() and Customer Service .get()? I read here- https://developers.google.com/adwords/api/docs/reference/v201607/ManagedCustomerService that >Client Customer Id is required if CustomerIdMode is set to CLIENT_EXTERNAL_CUSTOMER_ID.

Re: api version 201605 - batchjobservice

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Zia, Several changes rolled out this week to improve the reliability of *BatchJobService*, and we've seen a significant drop in the # of jobs with missing *downloadUrl*s. I expect to see more improvements over the coming weeks as well. Thanks, Josh, AdWords API Team On Thursday, August

Re: Custom Affinity in Criteria perfomance report

2016-09-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The clientCustomerId you have provided belongs to a Manager account. You should include the clientCustomerId of an AdWords client account to be able to download report data using AdWords API. Did the response to the above request contain any errors? Could you retry this report request by

Re: Adwords API ManagedCustomerService Return Empty Information

2016-09-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete SOAP XML request and response log for this request along with the email address used to generate OAuth credentials? Could you also provide some account Ids for cases where the request was empty as well as the Ids for which this succeeded? Please use *Reply

Re: Get campaign performance report with API

2016-09-09 Thread roshni
public static void Main(string[] args) { DownloadCriteriaReportWithAwql codeExample = new DownloadCriteriaReportWithAwql(); Console.WriteLine(codeExample.Description); try { * string fileName = "INSERT_FILE_NAME_HERE";* codeExample.Run(new AdWordsUser(), fileName); } catch (Exception e) {

Re: Read timed out on API calls

2016-09-09 Thread Stefan Kleine Stegemann
Hi Josh, i'm sorry but I wasn't able to find a request with a request-id in our logs. I inspected the soap dumps from failed requests and found none with a request id. I found some other failed requests where the id was displayed but these requests failed because of "normal" errors (such as

Re: ManagedCustomerService vs CustomerService

2016-09-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, The get() method of CustomerService was removed in API version v201607. You need to use getCustomers()

Re: Read timed out on API calls

2016-09-09 Thread Christian Bünnig
Hi, we are using the Python client library. Looks like there is a default timeout of 1 hour for SOAP (suds) requests, but in practice the hanging reads on connections do not time out. I'll check for a unique request identifier as well and will forward it to you, Josh. Best, Christian ---

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, You may refer to our reporting guide in order to get the basics on how to generate reports such as the Campaign Performance Report

Re: Error: Missing report definition

2016-09-09 Thread Pierre Rudolfsson
Hi Josh, Thank you for your quick feedback. Sorry, I was not providing the scope of the question. I wish to get access to the full API (i.e., not only reporting, and specifically features like the DataService that are not accessible through AdWords scripts) from GAS, in the same way I access

Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
Sorry in advance fot this probably-naive question but I haven't been able to find any discussion on internet about this issue (if it's an issue)... I'm using the v201607 API for Python and I've noticed that KeywordText which on adwords web page appear as [aaa bbb] are downloaded by the API as

Re: Multiple Contains-Statements in Awql-Request

2016-09-09 Thread ferry Ardhana
Hi, Today is 2 year after your answer, i just want to make sure does CONTAINS_* operators only available for Labels field? I've try using CampaignName, but it seems not work Thanks On Wednesday, July 16, 2014 at 9:12:10 PM UTC+7, Danial Klimkin wrote: > > Hello, > > > CONTAINS_* operators

Get campaign performance report with API

2016-09-09 Thread roshni
How to get campaign performance report with adword API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Offline Refresh Token Can't Generate

2016-09-09 Thread Bret Williams
Hi Josh - I upgraded our AdWords library from v201601 to v201603 and we're now getting this error. Did the authentication change in this release? System.ArgumentNullException: Value cannot be null. Parameter name: Looks like your application is not configured to use OAuth2 properly.

Re: Getting the last change timestamp for various services

2016-09-09 Thread 'Joyce Lava' via AdWords API Forum
Hello Mirek, The Change History in the AdWords UI lets you see the changes that were made in an account (e.g. budget adjustments, keyword edits, and changes in campaigns and adGroups). This article explains it in detail. In the AdWords

Re: Get campaign performance report with API

2016-09-09 Thread roshni
>From which code i have to use? because i need in campaign report in c#.net using API. Can you help me out? On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adword API? > -- --

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
I use the Keywords Performance Report and the following code ... report_downloader = self.adwords_client.GetReportDownloader(version= 'v201607') report = { 'reportName': 'KEYWORDS_PERFORMANCE_REPORT', 'dateRangeType': self.dateRangeType, # set as

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
I use the Keywords Performance Report and the following code ... report_downloader = self.adwords_client.GetReportDownloader(version= 'v201607') report = { 'reportName': 'KEYWORDS_PERFORMANCE_REPORT', 'dateRangeType': self.dateRangeType, # set as

Re: Get campaign performance report with API

2016-09-09 Thread roshni
can i get campaign report using test account? I know that generate campaign in it but i need it but with .net code API. On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adword API? > -- --

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, You may refer here for the example code in .NET . Please also refer to the Campaign Performance Report

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-09 Thread Charles Michael
Hi, I am the only developer with access to the API, so scenario #2 is applicable. My main issue is that the retry after 30 seconds isn't actually valid, it seems to be much longer and I can't really code a throttle if the time being reported is inaccurate. The advice from the pages linked

Add Campaign Structure Error CANNOT_TARGET_PARTNER_SEARCH_NETWORK

2016-09-09 Thread Irfan Ismail
Hi, We have some issue related adwords api for add campaign structure. We have issue when add campaign structure to Adwords using batch process but get error CANNOT_TARGET_PARTNER_SEARCH_NETWORK. After search to adwords forum I got answer as bellow : Hi, As mentioned in the docs, partner

Re: Get campaign performance report with API

2016-09-09 Thread roshni
from created test accounts campaign am i able to get the campaign performance report? On Friday, September 9, 2016 at 1:47:12 PM UTC+5:30, ros...@rlogicaltechsoft.onmicrosoft.com wrote: > > How to get campaign performance report with adword API? > -- --

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread 'Joyce Lava' via AdWords API Forum
Hello, Please feel free to ask your concerns about AdWords API and we're very much happy to assist you. Regarding your question above, I am not totally sure on what report type you tried to download that for the keyword = [aaa bbb], it was downloaded as aaa bbb. I tried to download Keywords

Re: Read timed out on API calls

2016-09-09 Thread Tomas Rimkus
Hi, We are experiencing exactly the same problem since 7th of September when using Reporting API. It seems the time-outs occur for some accounts more often than the others. It's also taking way too long for the connection to be dropped because of "time-out" with default settings. How can we

Getting the last change timestamp for various services

2016-09-09 Thread Mirek Fidler
Hi, I was tasked to investigate whether it is somehow possible to get the last update of particular things via AdWords API (e.g. time of the last change of budget, either by API or web interface). Scanning throught the API, so far I have found nothing. Is this even possible to do? If yes,

Re: Get campaign performance report with API

2016-09-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roshni, Yes, you may still be able to generate reports using your test account. However, it will not provide any actual data since test accounts don't serve impressions and don't produce actual metrics. You may refer here

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Charles, I can recommend a couple things: 1) Since the rateScope is ACCOUNT, could you confirm if your AdWords account is being accessed via another developer token or OAuth credentials (could be through another MCC that the AdWords account is linked to)? 2) If #1 is false, i.e. you are the