Re: Network is unreachable

2014-04-23 Thread Hardik Vyas
Hello, I have found that it's getting blocked by CSF firewall We have also Disabled IPv6 on Server but No help. It only works when we disable CSF firewall.. If we turn that ON it gives *Failed to connect to 2607:f8b0:4001:c02::54: Network is unreachable*I

Re: Retrieve Product Partition title

2014-04-23 Thread Amol Sharma
Also, checked constructors of Product Partition. Even if i have Id, i cannot retrieve anything about the product partition. these are two constructors available in the java client library. public ProductPartition() { } public ProductPartition( java.lang.Long id, com

Re: Enumerate AdGroups shows no campaignId Property?

2014-04-23 Thread apiapi
Hi Josh. Yes I "should" see campaignId along with the other populated properties, but I do not. I am not willing to file this as a bug in the API or .NET wrapper, but I do want to know of other ways to get a Campaign ID for a given AdGroup so I can debug/evaluate the AdGroup service. Thanks.

Re: Retrieve Product Partition title

2014-04-23 Thread Amol Sharma
+1 to Igor. this is a genuine issue according to me. In PRODUCT_PARTITION_REPORT, we don't know how the what is the productPartitionType and what is the ProductDimension. Moreover, we it will also be good to have, parent product partition ID, so that we can understand the actual hierarchy of the

Re: Java Example of creating an AdGroupFeed

2014-04-23 Thread michael . kelly
Thanks Anash, I'll give that a try. Unfortunately, through testing my CampaignFeed and AdGroupFeed code I've accidentally used all the feeds I'm allowed to use (limit of 20). I tried to delete the sitelinks manually through Adwords (not the API), but the feeds are still being counted and bloc

Re: Enumerate AdGroups shows no campaignId Property?

2014-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, You should get campaign ID back if you include the field "CampaignId" in the Selector for your AdGroupService.get. The following page documents all of the field names for selectors on every service. https://developers.google.com/adwords/api/docs/appendix/selectorfields You can also check

Re: Java Example of creating an AdGroupFeed

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, You don't need to create one Feed per adgroup. Instead, you would create one Feed with multiple feed items (step 1-3 in the guide), and then create one AdGroupFeed per adgroup that associates some FeedItem from the Feed with the AdGroup (step 4 in the guide). The code to use AdGroupFee

Re: CRITERIA_PERFORMANCE_REPORT - Invalid characters on column Dynamic ad target

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi Ed, We still have an issue open at our end to fix this rendering. I'll keep you updated. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 22, 2014 5:21:43 PM UTC-4, Ed- wrote: > > aww.. just noticed there is a post on this very issue already: > > > https://groups.google.com/fo

Re: OAuth2 Campaign update issue (c#)

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi Richard, You need to 1. Retrieve the budget id using CampaignService.get(). Use BudgetId as the selector field. 2. Set the budget using BudgetService.mutate(). My understanding is that you cannot update the budget using CampaignService.mutate any longer. Cheers, Anash On Tuesday, April 2

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-04-23 Thread Ray Tsang (AdWords API Team)
Hi, It's most likely that you've created an OAuth 2.0 "Web application". Please review our AdWords OAuth 2.0 authentication guide . In step 6, please select Installed application.

Re: Reporting Stats for an MCC

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi Bayron, I understand your point, but unfortunately, we don't have any plans to provide this feature. One thing you could explore as an alternative is https://github.com/googleads/aw-reporting. It is written in Java, but it addresses the concerns you raised. It is actively maintained by Googl

Re: I want to specify a Campaign.ServingStatus to predicates of CampaignReport.

2014-04-23 Thread Ray Tsang (AdWords API Team)
Brian, Thanks for the break down! I will log this request. Cheers, Ray On Sunday, April 20, 2014 1:36:35 AM UTC-4, Brian Moeskau wrote: > > The Status field is the status as selected by the *user* (enabled, > paused, deleted) while the ServingStatus is set by the *system* based on > factors

Re: MCC scripts

2014-04-23 Thread Amol Sharma
You can sign up for the beta here: https://services.google.com/fb/forms/mccscripts/ Sample script at mcc level: http://www.freeadwordsscripts.com/2014/04/monitor-broken-links-using-mcc -level.html -- Thanks and Regards, Amol Sharma On Wed, Apr 23, 2014 at 9:13 PM, Thibault Quillard wrote: > H

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-23 Thread Josh Radcliff (AdWords API Team)
Hi, You can get the client name using the name fields on CustomerService.Customer, or the name fields on ManagedCustomerService.ManagedCustomer

MCC scripts

2014-04-23 Thread Thibault Quillard
Hi ! I have seen on the blog that the MCC scripts are now available in beta test ? Where can I ask to get this access ? Thank you Thibault -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Re: How can i set IPv4 protocol in Adword API

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi Gopal, Nope, but in my opinion, it shouldn't matter. Can you see if this page opens for you on a browser from the same machine? https://adwords.google.com/api/adwords/cm/v201402/AdGroupAdService?wsdl Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, April 23, 2014 8:32:49 AM UTC-4

Enumerate AdGroups shows no campaignId Property?

2014-04-23 Thread apiapi
Using v17 of the .NET Wrapper library. I can successfully enumerate all AdGroups for a client. I know that these AdGroups are linked to Campaigns. However, when enumerated several properties show but campaignId is not one of them - *what is the right way to find Campaign Identifiers that are re

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-04-23 Thread piotr . debowski
Now, I have other errro: *Error: redirect_uri_mismatch* The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob did not match a registered redirect URI So what am I doing wrong here? On Wednesday, April 23, 2014 2:35:36 PM UTC+2, piotr.d...@bonito.pl wrote: > > Hello, > I have the same probl

Re: aw-reporting configuration - log4j/slf4j errors

2014-04-23 Thread Thibault Quillard
Actually, I see now that another person from Brazil had the same issue and had filed an issue on GitHub : https://github.com/googleads/aw-reporting/issues/27 . Looks like this is an issue with the locale variable! Thanks a lot for your support Josh ! I'll continue on the thread : https://git

Re: Keyword performance report not including low quality score keywords

2014-04-23 Thread aviad . h
Thanks for the response That what i have done.. but it seems not to work. ReportDefinition reportDef = new ReportDefinition(); reportDef.setIncludeZeroImpressions(true); .. I have also read that this should be the default behavior.. Maybe i am doing something wrong? Maybe need to use predicate?

Re: Keyword performance report not including low quality score keywords

2014-04-23 Thread Anash P. Oommen (AdWords API Team)
Hi, The most likely reason is that your low QS keywords don't have any impressions, and were hence filtered out by the reports. To get all keywords, set includeZeroImpressions = true in your report definition. See https://developers.google.com/adwords/api/docs/guides/zero-impression-reports f

How can i set IPv4 protocol in Adword API

2014-04-23 Thread Gopal Rathod
Hello, i got the below error in adword API v201402. Error: *Failed to connect to 2607:f8b0:4001:c02::54: Network is unreachable* any setting in Adword API v201402 to set IPv4 protocol ? Regards Gopal Rathod -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Network is unreachable

2014-04-23 Thread Hardik Vyas
Hello, We are currently running v201402 with OAuth2 in our application. It was working fine so far.. and suddenly today we are getting this error, *Failed to connect to 2607:f8b0:4001:c02::54: Network is unreachable* I have gone through couple of posts referring to this and I understand it's be

Re: GetRefreshToken.php > Error: disabled_client The OAuth client was disabled.

2014-04-23 Thread piotr . debowski
Hello, I have the same problem :( Also filled field required in Consent screen, I have http error 400 and Error: disabled_client. So what am I doing wrong here? How enable OAuth client for me project ? Thanks W dniu wtorek, 4 marca 2014 20:40:28 UTC+1 użytkownik Ray Tsang (AdWords API Team) n

Re: OAuth2 response - Server Port configuration

2014-04-23 Thread Hardik Vyas
Hello Alan, I am now getting same error. How can we force OAuth2 Connection to Google's server to use IPv4 instead IPv6 ? Can you help please? Thanks, Hardik. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: PHP example for using HourOfDay

2014-04-23 Thread Nypo77
Hi Danial! Thank you for your answer! I tried the suggestion and this is what I get: Report download failed. Underlying errors are Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'HourOfDay', FieldPath = ''. " Thank you! *--Steve* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-23 Thread prafull mathur
Hi Josh, I am able to get Campaign,Adgroups,Ads from customer id .but can you please let me know how i show my client name on those pages. Is there any function for get client name from id or anything else ? On Thursday, 17 April 2014 11:37:12 UTC+5:30, prafull mathur wrote: > > Hello Team,

Re: Creating Account for Remarketing & pay-per-click advertising

2014-04-23 Thread Danial Klimkin
Hello Jack, This forum is for technical questions regarding API only. Please check with the general AdWords support for product questions: https://support.google.com/adwords/ -Danial, AdWords API Team. On Wednesday, April 23, 2014 10:02:49 AM UTC+4, Jack Leo wrote: > > Hi, > > I new to Go

Re: PHP example for using HourOfDay

2014-04-23 Thread Danial Klimkin
Hello Steve, Should be as easy as changing this line to: $selector->fields = array('Date', 'Id', 'TotalCost', 'HourOfDay'); Note you'll need to update the response XML parser to account for extra rows. -Danial, AdWords API Team. On Tuesday, April 22, 2014 7:27:41 PM UTC+4, Nypo77

Re: SharedSets API Issue

2014-04-23 Thread Danial Klimkin
Hello David, We don't have any update at the moment unfortunately. This feature will be considered for the next API release but I can't guarantee it will be restored. Once again, note this was an experimental Beta feature, which could have been removed at any time as per Beta program. -Dani

Creating Account for Remarketing & pay-per-click advertising

2014-04-23 Thread Jack Leo
Hi, I new to Google Adwords. Is it posssible to run the remarketing & pay-per-click campaigns from two different accounts? We are currently running PPC campaign and now we want to start the remarketing campaign too. Kindly help me. Thanks, Jack Leo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: SharedSets API Issue

2014-04-23 Thread DavM
Hi Daniel I would be great to get a response regarding my question about the future of SharedSets in the UI and if there is any kind of workaround to the lack of API access to them. Cheers David On Monday, 24 March 2014 15:16:08 UTC, Danial Klimkin wrote: > > Hello, > > > Shared sets was a be

Re: Retrieve Product Partition title

2014-04-23 Thread Igor Schut
Hi Josh, Let me clarify my problem for you. We pull in two reports, one for the shopping products and one for the product partitions. We wish to show and use both. We do understand that product partitions are categorization of one or more products, but how am I suppose to determine the actual

API v201309 expiration time

2014-04-23 Thread DzWu
Hello, when you plan to remove Adwords API *v201309* version? It's better to migrate from *v201306* to *v201309* or to *v201402*? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl

Keyword performance report not including low quality score keywords

2014-04-23 Thread aviad . h
Hi. When i am using the keyword performance report and try to fetch him with filtering by adgroupIds i am missing some keywords... I have noticed that low quality score keyword are not include in the report. Is there any way to include it in the report? If not what can i do.. I need this ASAP