Migrating from v201309 to v201402

2014-05-28 Thread Manjula Naidu
Hi , while migrating from v201309 to v201402 In TargetIdeaservice i am getting error response like this URL: *https://adwords.google.com/api/adwords/o/v201402/TrafficEstimatorService?wsdl https://adwords.google.com/api/adwords/o/v201402/TrafficEstimatorService?wsdl* Soap format: *

List Size (Display Network) History

2014-05-28 Thread Steven Leimberg
Hello all, Is it yet possible to retrieve List Size History (the data from the List size over time graph) using the Adwords Api? I can pull the current list size using the AdwordsUserListService, but I'm stumped as to retrieving the history of said size. Can anyone point me in the right

App placement data

2014-05-28 Thread koalocopter
Hi, I just want to follow up on this thread: https://groups.google.com/forum/#!searchin/adwords-api/charlie/adwords-api/mNbkwAc0JUg/cEy_Fz-0VuIJ I just was just wondering if there were any updates to add this functionality in the near future or any way we could possibly accomplish this task

Re: Migrating from v201309 to v201402

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello, The error message you're seeing doesn't seem to be related to the TargetingIdeaService. Are you able to make any other API requests using v201402? Specifically, it looks like you are not passing a valid OAuth 2.0 header as part of the request. Make sure that you are following the

Re: List Size (Display Network) History

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello, I do not believe this historical data is available via the API. However, you can fetch the current size of a list, and begin to create your own historical data going forward from the point in time where you began collecting that data. This will help most with future lists, but

Re: App placement data

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello, We still have not made any public announcements regarding this feature. You can keep up to date with our plans for the API via the bloghttp://googleadsdeveloper.blogspot.com/ . Regards, Mike, AdWords API Team On Tuesday, May 27, 2014 5:31:57 PM UTC-4, koalocopter wrote: Hi, I just

Azure: Failed to connect to 2a00:1450:400c:c05::54 by generating a refresh token

2014-05-28 Thread cf2
Hi all, I am using a website on Azure and I get the following error when i try to get a refresh token via the Google AdWords API: *Failed to connect to 2a00:1450:400c:c05::54: Address family not supported*But step by step: - First I create a new client id (for web application) using the

Re: Multi attribution with upload conversions

2014-05-28 Thread Jon Perry
Hi Josh, Thanks for the response. My question is probably more around the Search Funnel tool in AdWords, so I'll move my question over to the relevant AdWords forum. Jon On Tuesday, May 27, 2014 8:29:22 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: Hi Jon, I can only speak to the

oAuth2 implementation v201402 c#.net

2014-05-28 Thread abhijit chaudhari
Hi Team, We are implementing oAuth2 and updating version to v201402 varsion. We are creating ClientID and ClientSecret for Web Application in API console. We need to give redirect_URL for the same. We want to give two different redirect URLs as our 2 web application will be hitting to google

Re: List Size (Display Network) History

2014-05-28 Thread Steven Leimberg
Thank you Michael! I was thinking this would be the case and have already started using MySQL, but I thought I would make sure I wasn't simply missing something. On Wednesday, May 28, 2014 7:48:02 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: Hello, I do not believe this historical

Connectivity issues - it seems it is not on our side

2014-05-28 Thread Ben Adwords API Profile
Hello, Before we push further the investigation, we would like to know if connectivity issues may be caused by a decision / issue on Google's side? We have not been able to find out why we have connectivity issues (so far) Many many thanks for a quick answer that may save us a lot of time Ben

Re: Connectivity issues - it seems it is not on our side

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello Ben, I haven't heard any other reports of connectivity issues. Do you have more details on what kinds of requests are failing, what client library you're using, etc., so I can help look into it from my side as well? Regards, Michael, AdWords API Team On Wednesday, May 28, 2014 12:30:14

Invalid grant_type with c#

2014-05-28 Thread Gonzalo Garcia
Estimados, Estoy usando el proyecto de ejemplo que me descargue del sitio. *** Namespace: Google.Api.Ads.Common.Lib Class: OAuth2ProviderForApplications Method: FetchAccessAndRefreshTokens

Re: oAuth2 implementation v201402 c#.net

2014-05-28 Thread Michael Cloonan (AdWords API Team)
Hello, You should be able to provide multiple redirect URIs. As long as the redirect matches any of the URIs listed, then it should go through. When you add the new URI, does that break an existing callback that you already had? Please give more details about the error you're encountering so I

Re: oAuth2 implementation v201402 c#.net

2014-05-28 Thread Anash P. Oommen (AdWords API Team)
Hi Abhijit, Google Api console should accept one redirect url per line. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 28, 2014 11:47:31 AM UTC-4, abhijit chaudhari wrote: Hi Team, We are implementing oAuth2 and updating version to v201402 varsion. We are creating

Re: [0-5524000003627] QuotaCheckError.INCOMPLETE_SIGNUP with pending token, AND Test MCC account, whats wrong?

2014-05-28 Thread Robert Enloe
Anash, Sure, the customer ID is: 361-057-1024 Reviewing the docs, all I can find is that I must agree to some TC. But of the two links I have found for TC, neither of them have the I Agree button anywhere on them. https://www.google.com/intl/en_us/adwords/select/TCNetApi2013-02.html

How to get the top performing ad for a campaign?

2014-05-28 Thread Jake Wilson
I'm looking at all the ads for a campaign. I want to fetch the top performing ad from the campaign. By top performing I guess I would choose the ad with the highest CTR maybe? Or maybe the Conversion rate. Anyways, I'm doing this kind of thing: $user = new AdWordsUser();

Re: Keywords and Ads Added to the Account with CustomerSyncService

2014-05-28 Thread Ben Pate
Thank you for the detailed explanation Josh! I will give your recommendations a try and report back how it worked. On Thursday, May 15, 2014 11:03:57 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: Hi Ben, The typical use case for the *CustomerSyncService *is an application that stores

Re: Invalid grant_type with c#

2014-05-28 Thread Ray Tsang (AdWords API Team)
Gonzalo, Could I trouble you to confirm the version of the client library that you are using? The issue seems to be on the line in bold: string body = string.Format( code={0}client_id={1}client_secret={2}redirect_uri={3} + grant_type={4}, HttpUtility.UrlEncode(authorizationCode),