How to Get Campaign Data in C# Grid

2015-03-31 Thread Pravin Yadav
Hi I am using *Google.Api.Ads.AdWords.v201406* with dot.net code and getting campaign using CampaignService. But I am getting error. *"**Failed to get campaigns. Exception says "The request failed with HTTP status 404: Not Found."**"*. Please see in line of code for error with Red mark. Is

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-31 Thread HK
Thanks, Josh! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subsc

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-31 Thread Josh Radcliff (AdWords API Team)
Hi Hans, In case others who are staying on v201409 a bit longer encounter this issue, we have added forwardCompatibilityMap entries to *AdGroupCriterion* and *Cam

Re: Forecasting CPC costs

2015-03-31 Thread Nadine Sundquist (AdWords API Team)
Hello George, If you are using the *AdWords API*, I would recommend reading through our guide for estimating traffic and cost. For more general questions that aren't specific to the API, we have some great exp

Re: How get CustomerId with OAuth 2.0

2015-03-31 Thread Nadine Sundquist (AdWords API Team)
Hello Marcin, Once you've authenticated, you can retrieve the current customer id from the Customer Service . The Customer

Re: invalid grant when generating refresh token

2015-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for the helpful tips. Point #2 is covered in the OAuth guide for the web flow , in case that's helpful. Note that you shouldn't have to revoke the application before getting another refresh token. I personal

Re: IP Blocking via API Issue

2015-03-31 Thread Danial Klimkin
Hello Yuval, Did you try specifying network as A.B.C.0/24, instead of A.B.C.1/24 as in the error on this thread? -Danial, AdWords API Team. On Tuesday, March 31, 2015 at 2:24:23 PM UTC+3, Yuval Haimov wrote: > > Any updates on that matter? > > On Wednesday, April 16, 2014 at 10:23:50 PM UTC

Re: LocationExtensionOperand with GeoTargetOperand causing connection to hang up.

2015-03-31 Thread Danial Klimkin
Hello Edward, The error message is not directly related to the type of the operation you are performing. Do you see the same error for other requests? Also, see this library example: https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201502/Targeting/AddC

How get CustomerId with OAuth 2.0

2015-03-31 Thread Marcin Gdak
Hi, How get Customer ID of the user with OAuth 2.0 web flow. How I wrote down by hand customer id in webconfig, that's all is acting. But I need to take the id after the Authorization. How I can get Customer Id of the user? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: What is the max number of APIs which can access an AW account?

2015-03-31 Thread Danial Klimkin
Hello, There is no limit of API clients to access any AdWords account. -Danial, AdWords API Team. On Tuesday, March 31, 2015 at 5:13:38 PM UTC+3, Emma Watson wrote: > > What is the max number of APIs which can access an AW account? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Why always EstimateKeywordTraffic gives always zero excpet for ad postions

2015-03-31 Thread Danial Klimkin
Hello, It looks like you are providing a wrong clientCustomerId in your request. Please see the response from Mike above. -Danial, AdWords API Team. On Tuesday, March 31, 2015 at 2:24:28 PM UTC+3, sa...@nmodal.com wrote: > > Hey Mike, > > I get the same errors. > > base = {"AdWordsReports

Re: Adwords Api with OAuth 2.0 in Asp.Net

2015-03-31 Thread Danial Klimkin
Hello Marcin, Please see this page for details regarding OAuth2 implementation with DotNet library: https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2 Also, see an example here: https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth

What is the max number of APIs which can access an AW account?

2015-03-31 Thread Emma Watson
What is the max number of APIs which can access an AW account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Adwords Api with OAuth 2.0 in Asp.Net

2015-03-31 Thread Marcin Gdak
Hi, I need to get the access to the Adwords campaign of other users after consent. The User is logging through OAuth 2.0 (is giving the login name and the password), best with the AspNet.Membership use. I am working on ASP.Net Web Forms .I have Client ID, Client secret for web application and t

Forecasting CPC costs

2015-03-31 Thread george corbeil
Hi, hoping for some guidance. I am new to this world and can really use som advice. I have a website under construction which will be geared towards cats. My keyword search shows a monthly search volume of about 3 in the USA. There is really no competition for my product when I actually goog

Re: Why always EstimateKeywordTraffic gives always zero excpet for ad postions

2015-03-31 Thread saif
Hey Mike, I get the same errors. base = {"AdWordsReportsException: Report download errors occurred. \r\n\r\nError: AuthenticationError.CUSTOMER_NOT_FOUND, Trigger: , FieldPath: \r\n\r\n"} StackTrace = " at Google.Api.Ads.AdWords.Examples.CSharp.v201502.DownloadCriteriaReport.Run(AdWordsUs

Re: IP Blocking via API Issue

2015-03-31 Thread Yuval Haimov
Any updates on that matter? On Wednesday, April 16, 2014 at 10:23:50 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hi, > > I was also able to reproduce this, despite the documentation saying that > these masks should be accepted. I'm going to file a bug for this so we can > investiga

Re: invalid grant when generating refresh token

2015-03-31 Thread Mark
I have no affiliation with google. Just a fellow user like you. In my experience there are 2 cases where the refresh doesn't work: 1. When you exchange their code with non-empty scopes as a parameter. Make sure to leave this blank (not sure which client library you're using) and only include no

LocationExtensionOperand with GeoTargetOperand causing connection to hang up.

2015-03-31 Thread Edward Grave
I've been having a bit of difficulty with the new LocationExtensionOperand. I want to be able to meet the requirement C.21 Set distance targeting. My C# code looks like this: var locationCriterion = new LocationGroups { matchingFunction = new Function {