Re: TCP connection left in CLOSE_WAIT state after downloading report

2014-02-14 Thread Chris
I should also point out that each account runs in a separate thread, with a thread pool size of 6. An AdWordsUser object is created once per account, and re-used for each call to ReportUtils.downloadReport for that account. On Friday, 14 February 2014 17:43:01 UTC-2, Chris wrote: > > Hi Guys, >

Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread Ray Tsang (AdWords API Team)
Hi, Could I trouble you to elaborate what you meant by "why the clientCustomerId did'nt recieved an invitation email ??"? Are you referring to an actual email? Or is the invitation not showing up in the AdWords UI? Or, did you mean that it didn't show up in via the AdWords API? Thanks! -- R

TCP connection left in CLOSE_WAIT state after downloading report

2014-02-14 Thread Chris
Hi Guys, I have a script which goes through lots of AdWords accounts, and pulls around 30 reports for each. Recently (around 10 days ago) we started having some problems. Sometimes the process will die, and looking at the errors, the operating system is reporting 'too many open files'. Running

TCP connection left open after downloading report

2014-02-14 Thread Chris
Hi Guys, I have a script which goes through lots of AdWords accounts, and pulls around 30 reports for each. Recently (around 10 days ago) we started having some problems. Sometimes the process will die, and looking at the errors, the operating system is reporting 'too many open files'. Running

Re: Keywordless Query Report Clicks and Impression Totals Do Not Match Add Performance Report for AdType DSA

2014-02-14 Thread jsobieski
Hi Takeshi, Thanks for confirming that the description for "Query" is wrong. Can you please let me know if it is possible to include the longer query strings in the report and if so, how? I see that in the reports API the description has been updated to: "We only show the first 128 char bytes

Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
Hey Ray Tsang, Many thanks for the reply. Now looking at the links you have provided to me it was a little difficult for me to convert the code snippet(provided in java) to PHP but some how i have managed to create a function described below. function LinkExistingAdwordsAccoount(AdWordsUser $u

Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
hey Ray Tsang, many thanks for the reply. Now looking at the above links which you have provided to me i was a little difficult for me to convert the code snippet(provided in java) to PHP but some how i have managed to do so and come up with a function, provided in the attach file, Please have

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-14 Thread Ben Ferguson
Thanks, Danial. Are you able to tell what fields are missing exactly? It seems odd that we're missing billing info considering we've been paying for ads for ages now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
hey Ray Tsang, many thanks for the reply. Now looking at the above links which you have provided to me i was a little difficult for me to convert the code snippet(provided in java) to PHP but some how i have managed to do so and come up with a function, provided in the attach file, Please have

Re: How to add segmention in Adwords API AD_PERFORMANCE_REPORT with keyword

2014-02-14 Thread Ranjit Behera
On Thursday, February 13, 2014 6:44:07 PM UTC+5:30, Ranjit Behera wrote: > > Hi, > > Am using "googleads-php-lib-master" Adwords API. > > I want to do *"Keyword/Placement"* segmentation while donwloading the > AD_PERFORMANCE_REPORT report. > > Can anyone pls assist me how could acheive this usin

How to retrieve AdParams?

2014-02-14 Thread tstanzl
Hey guys, I just stated using the AdWords API with PHP and I was wondering if you could tell me how I can retrieve the AdParams (e.g. criterionId) which have already been added. I tried something like this but I always receive the following error message: *"Undefined property: AdParam:"* ---

Re: Zero impression data for product listing ads(PLA)

2014-02-14 Thread Jeremy Aube
I'm not sure if what you're asking for can be done. If a PLA has zero impressions, then it also has zero clicks and its click-type in indeterminate, so it makes sense to exclude these zero impression PLAs from the report. On Friday, February 14, 2014 10:18:02 AM UTC-5, dsr wrote: > > Dropping

Re: Zero impression data for product listing ads(PLA)

2014-02-14 Thread dsr
Dropping either the filter or column click type in report gives me zero impressions for all click types, But, I would like to have zero impressions just for PRODUCT_LISTING_AD_CLICKS,... Is there a way where I can fetch zero impressions just for the particular click type? On Friday, February 1

Re: Strange and Inconsistent Keyword Performance report behavor

2014-02-14 Thread Jeremy Aube
I just wanted to mention that we've also been unable to get soap logs for report downloads with our java library, even with the log threshold set to debug. I'm also very interested in how this issue ends up being resolved. We happen to pull down impressions for all of our structure reports, but

Re: Zero impression data for product listing ads(PLA)

2014-02-14 Thread Jeremy Aube
If you drop click type, you'll get zero impressions. On Thursday, February 13, 2014 1:15:41 PM UTC-5, dsr wrote: > > Hi, > Can you please let us know how to fetch zero impression data for product > listing ads? > > We are trying to retrieve PLA performance data from Criteria Performance > Repor

Offline conversions upload set time zone

2014-02-14 Thread Nypo77
Hi Community! I am uploading offline conversions to an adwords account, but I became aware I need to specify the time zone too to tell Adwords in which time zone the conversion happened. I read in the documentation for the OfflineConversionFeed ( https://developers.google.com/adwords/api/docs/

Re: Set currency in offline conversion uploading

2014-02-14 Thread hk
Thank Danial! Looks like I misunderstood the point of offline coversions' values. Still not clear, but this is outside of this group's scope. Case closed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ http

Re: Strange and Inconsistent Keyword Performance report behavor

2014-02-14 Thread Oliver
Hi Takeshi, I'm having a difficulty trying to find the xml used for report downloads. The java lib logs the xml used when accessing the Service API, but there seems to be nothing there for report downloads. I'm using the following AWQL to download the 2 reports I mentioned above. All download

Re: ACCOUNT_INACTIVE Issue

2014-02-14 Thread Danial Klimkin
Hello Ashok, Please let us know the MCC account CID and the CID of an account you make a request against. -Danial, AdWords API Team. On Friday, February 14, 2014 10:12:25 AM UTC+4, chriss Moyle wrote: > > Hi, > > I have created developer token for ad words account. > > Now, the status of dev

Re: Set currency in offline conversion uploading

2014-02-14 Thread Danial Klimkin
Hello, The value of a conversion is just a untyped double value. The interpretation depends on your system, it can be some currency or any other measurement, no conversion is done on AdWords side. -Danial, AdWords API Team. On Friday, February 14, 2014 12:31:42 PM UTC+4, h...@tam.ua wrote:

Re: How to include keyword/placement segmentation AD_PERFORMANCE_REPORTS

2014-02-14 Thread Danial Klimkin
Closing as duplicate for https://groups.google.com/forum/#!msg/adwords-api/W7p3mCkPaA4/Hg7Cv8r7DwUJ On Thursday, February 13, 2014 5:51:02 PM UTC+4, Ranjit Behera wrote: > > Hi, > > Am using *"googleads-php-lib-master" *Adwords API, > > I want to do keyword/placement segmentation on AD_PERFORMAN

Re: How to add segmention in Adwords API AD_PERFORMANCE_REPORT with keyword

2014-02-14 Thread Danial Klimkin
Hello Ranjit, You can add "KeywordId" field. Please check this reference: https://developers.google.com/adwords/api/docs/appendix/reports#ad Please note this will only give you criteria ID. Check out the Criteria / Keyword performance reports for more keyword details. -Danial, AdWords API

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-14 Thread Danial Klimkin
Hello Ben, This one is a valid MCC with an approved token but it misses the billing information. Please go over the billing setup for account 783-138-2806 in order to use the token. -Danial, AdWords API Team. On Thursday, February 13, 2014 6:45:31 PM UTC+4, Ben Ferguson wrote: > > Here's wh

ACCOUNT_INACTIVE Issue

2014-02-14 Thread chriss Moyle
Hi, I have created developer token for ad words account. Now, the status of developer token is Active and still i am getting below error. [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:''] Please advice on this. Thanks, Ashok -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Unable to connect to the remote server

2014-02-14 Thread Jeremy K
Hi Danial, I've now made some progress - it seems that it works when connected to Wifi, but not when connected through the network. So the network administrator is looking into this. However, he asked is there a specific URL that we need to unblock? e.g. something.google.com? Thank you Jere

Re: Missing campaign of type "Shopping - Product Listing Ads"

2014-02-14 Thread Danial Klimkin
Hello Rob, Unfortunately I cannot comment on any release plans until we announce them on the blog. AdWords API sticks to a fixed release schedule and the next release is planned for Feb / Mar. -Danial, AdWords API Team. On Thursday, February 13, 2014 7:36:59 PM UTC+4, rob wrote: > > Guys,

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-02-14 Thread Igor Schut
Hello Anash, It's been quite a while now. Any new on this? Thank, Igor Op dinsdag 28 januari 2014 18:49:24 UTC+1 schreef Anash P. Oommen (AdWords API Team): > > Hi Igor, > > Did you send a private message with the SOAP request and response xml as I > requested? I can't seem to locate any. > >

Set currency in offline conversion uploading

2014-02-14 Thread hk
Can't see how do I set currency using OfflineConversionFeedService API, nor how to set it in AdWords web-interface. Is there any way of uploading offline conversions in different currencies or I need to convert them before uploading? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also