redirect url registration

2014-04-07 Thread j Sravanthi
hi, is it necessary to register our redirect url (i.e www.cardekho.com) in order to get authorization code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: maxCpc of Placements

2014-04-07 Thread GrueneOrchidee
Is there anybody who can help me solving this problem? Am Freitag, 14. März 2014 08:41:18 UTC+1 schrieb GrueneOrchidee: It seems to me that the update handling of maxCpc of placements changed some weeks ago. I'm not shure if this is a result of updating from v201306 to v201309. If I want

Re: AlertService problem

2014-04-07 Thread Sebastian Prmanagement
any news? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-07 Thread GrueneOrchidee
I get the error message SelectorError.SELECTOR_ERROR @ serviceSelector when I use the AdGroupCriterionService for getting the criteria of some customers. This error won't be thrown for all of our customers. The error message doesn't show the reason who triggered this error and the

Re: ClickAssistedConversions and ConversionTypeName not possible. Why?

2014-04-07 Thread Arthur
there is a difference between DURING (the dates for which clicks are included) and the history window (30,60,90 days i.e., maximum span between click and conversion that is included for assisted conversions). In the GUI I see only show complete conversions paths in the search funnel section

TrafficEstimatorService giving confusing results

2014-04-07 Thread Josh F
Hi all, I'm using the TrafficEstimatorService to estimate the avg CPC, avg position and daily clicks for the keyword 'shirt' with PHRASE match: With MaxCPC £1: Results for the keyword with text 'shirt' and match type 'PHRASE': Estimated average CPC: 1241694.00 Estimated ad position: 2.67

Re: Ad Update

2014-04-07 Thread Dorian Kind
Hey there, it's not possible to change the content of a text ad after creation (except by using AdParams, which offer functionality to change numerical values in the ad text). You'll have to delete the old ad and create a new one with the desired attributes. Cheers, Dorian On Sunday, April 6,

how do i know developer token,user agent and client customer id

2014-04-07 Thread sravanthi
hi, Alreday we have approved project in adwords..now we are thinking to develop adword api for that do we require developer token,user agent and client customer id,if yes then where i can find it. Can we given any string as a user agent? Can we given customer id as client customer id which

adwords ads.properties (User agent must be set and not be the default)

2014-04-07 Thread mhunter
Hi, I am running one of adword's example code which retrieves keyword ideas, and I am getting an exception during adwordssession construction saying that I have to set a user agent in ads.properties file. As for the other values like clientId, clientSecret, and refreshToken I've already got

shopping metrics in account_performance_report not included

2014-04-07 Thread piotr
Hello, I have some problems with creating Client's reports through Google API after Shopping campaigns was relased. For overall account metrics we have spotted that data from shopping campaigns are being omitted. Right now we are using API version v201309 - if we migrate to v201402 the total

Shopping Campaigns metrics in account_performance_report

2014-04-07 Thread piotr
Hello, I have some problems with creating Client's reports through Google API after Shopping campaigns was relased. For overall account metrics we have spotted that data from shopping campaigns are being omitted. Right now we are using API version v201309 - if we migrate to v201402 the total

Change remarketing ads on external event?

2014-04-07 Thread klantcentrum
Hi, Can I use the Google AdWords API to show different remarketing ads to the audience based on an event outside the AdWords API (third party)? Or after a conversion? Thanks in advance! Caroline -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

This newbie needs help with GetKeywordIdeas example code.

2014-04-07 Thread mhunter
I am getting java.lang.NullPointerException: No group found for service: v201402.TargetingIdeaService when I try to run GetKeywordsIdeas example code. Does that mean I need to create an adgroup? Or is it something else in my setup that's wrong? Help appreciated. -- --

Adowrds api .net library from wcf service

2014-04-07 Thread kano patel
i am new in this how i call my adwords report data from my wcf service -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: In report, why does 'cost' change from 1 to 1000000?

2014-04-07 Thread Michael Cloonan (AdWords API Team)
We did this change on a version boundary, and did not change the old versions. We also clearly marked the change in all the migration notes when upgrading to a new version. It's important to check these migration guides and release notes when upgrading to new versions because functionality can

Re: Exclude categorieds from keywords results

2014-04-07 Thread Danial Klimkin
Hello Sada, I am sorry I don't fully understand your question. Can you please provide more details? -Danial, AdWords API Team. On Saturday, April 5, 2014 1:14:11 PM UTC+4, sada vemula wrote: Please let me know, how to filter results by categore wise . some body post sample code in java

Re: Filter keywords by categories wise use of TargetingIdeaServiceInterface

2014-04-07 Thread Danial Klimkin
Closing as duplicate for: https://groups.google.com/d/msg/adwords-api/eg0EVf0SR1k/9jgoPsNTnVsJ -Danial. On Monday, April 7, 2014 9:27:33 AM UTC+4, sada vemula wrote: Filter related keywords by categories .. which means i've some block listed categories .. i don't want those keywords

Re: Doubts

2014-04-07 Thread Danial Klimkin
Hello J, Redirect URL is only relevant for Web Application flow. For Installed application redirect URL needs to be a constant, see: https://developers.google.com/accounts/docs/OAuth2InstalledApp#choosingredirecturi Also note, the code returned by Google service is a verification code, not

Re: adwords ads.properties (User agent must be set and not be the default)

2014-04-07 Thread Danial Klimkin
Hello, This is any string that can help you to identify your application, see: https://developers.google.com/adwords/api/docs/guides/soap#userAgent -Danial, AdWords API Team. On Saturday, April 5, 2014 2:17:17 PM UTC+4, mhunter wrote: Hi, I am running one of adword's example code

Re: why would my billing info be required?

2014-04-07 Thread Danial Klimkin
Hello Mitri, Unfortunately I can't add anything to the reply in the F.A.Q. This is currently a requirement for using the API. -Danial, AdWords API Team. On Sunday, April 6, 2014 12:39:33 PM UTC+4, mitri ya wrote: Hello, first off thx for the help. my question is- why would adwords API

Re: shopping metrics in account_performance_report not included

2014-04-07 Thread Danial Klimkin
Hello Peter, Shopping campaigns are only supported in AdWords API v201402 onwards. Yes, you are correct. -Danial, AdWords API Team. On Sunday, April 6, 2014 9:39:39 PM UTC+4, pi...@smartyou.pl wrote: Hello, I have some problems with creating Client's reports through Google API after

Developer token is now approved and API returns AuthorizationError.USER_PERMISSION_DENIED

2014-04-07 Thread Hpo MQQ
Please advise what information should I provide via email We are getting error AuthorizationError.USER_PERMISSION_DENIED and we feel that our credentials and usage of the .net settings is correct Is there a technical resource we may contact in order to resolve this issue? If there is no

Re: how do i know developer token,user agent and client customer id

2014-04-07 Thread Danial Klimkin
Hello, Please see this guide that covers most of the sign up questions: https://developers.google.com/adwords/api/docs/signingup -Danial, AdWords API Team. On Monday, April 7, 2014 3:46:17 PM UTC+4, srav...@newtel.in wrote: hi, Alreday we have approved project in adwords..now we are

Re: Developer token is now approved and API returns AuthorizationError.USER_PERMISSION_DENIED

2014-04-07 Thread Danial Klimkin
Hello, Please make sure the account you were logged in when doing OAuth2 flow has the access to the AdWords account you are trying to access. I recommend logging off of any Google account and getting a new refresh token. When requested, log in as your MCC users. Also make sure the

Re: TrafficEstimatorService giving confusing results

2014-04-07 Thread Josh F
I am also seeing strange results like estimated daily clicks decreasing as a result of increasing the max bid! Could these problems be caused by me doing these queries on a new test AdWords account and not a production one? (as I understand it, the bid estimator returns account specific

Re: TrafficEstimatorService giving confusing results

2014-04-07 Thread Josh F
I am also seeing strange results like estimated daily clicks decreasing as a result of increasing the max bid! Could these problems be caused by me doing these queries on a new test AdWords account and not a production one? (as I understand it, the bid estimator returns account specific

[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null']

2014-04-07 Thread Hpo MQQ
Our developer token has been approved. We are using your Google.AdWords.dll I am not sure how to prodive information about the 'get' method invoked from the CampaignService campaignService = (CampaignService)user.GetService(AdWordsService.v201402.CampaignService); in .Net I am attaching the

Re: Developer token is now approved and API returns AuthorizationError.USER_PERMISSION_DENIED

2014-04-07 Thread Hpo MQQ
I have logged of on the 'Console.Developers.google' and logged back in. I have deleted the Client Id and re-created the Client Id for native application since we are using the Google.AdWords.dll for use under AdWordsService.v201402.CampaignService I have also logged in the MCC and I have also

Re: Mobile App (iOS/Android) Adwords API Integration

2014-04-07 Thread Jason Williams
Anash, Thank for your clarifying the approach. Perfect. Jas... On Friday, 4 April 2014 19:28:09 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Jason, IMO you should have a server and communicate with it. Here are the factors I'd consider against making calls from the mobile device

Re: ClickAssistedConversions and ConversionTypeName not possible. Why?

2014-04-07 Thread Ray Tsang (AdWords API Team)
Arthur, Thanks for the clarification. I've noted down this request. Cheers! Ray On Monday, April 7, 2014 5:56:15 AM UTC-4, Arthur wrote: there is a difference between DURING (the dates for which clicks are included) and the history window (30,60,90 days i.e., maximum span between click

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2014-04-07 Thread Ray Tsang (AdWords API Team)
Gabriel, I've replied to you on the other thread in private. Please take a look. Cheers, Ray On Thursday, April 3, 2014 6:28:34 PM UTC-4, Gabriel Kung wrote: Having the exact same problem. Production MCC Customer ID is: 565-672-9383 Test MCC Customer ID is: 899-817-0069 Test MCC Adwords

Re: SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-07 Thread Ray Tsang (AdWords API Team)
Hi, Could I trouble you to break down the select into a few different statements? I.e., rather than passing in 24k ids, can you pass significantly fewer, but with a few different selects? Thanks, Ray On Monday, April 7, 2014 5:11:12 AM UTC-4, GrueneOrchidee wrote: I get the error message

Re: Adowrds api .net library from wcf service

2014-04-07 Thread Ray Tsang (AdWords API Team)
Kano, Are you already using a client library? Do you already have API access setup? Do you already have a refresh token? Please carefully review the client library documentation: https://github.com/googleads/googleads-adwords-dotnet-lib And code example on reporting:

Re: Change remarketing ads on external event?

2014-04-07 Thread Ray Tsang (AdWords API Team)
Caroline, Please see our Remarketing guidehttps://developers.google.com/adwords/api/docs/guides/remarketingto see if it's helpful for you. Cheers, Ray On Monday, April 7, 2014 5:59:53 AM UTC-4, klantc...@digitmind.nl wrote: Hi, Can I use the Google AdWords API to show different

Re: This newbie needs help with GetKeywordIdeas example code.

2014-04-07 Thread Ray Tsang (AdWords API Team)
Hi, Could I trouble you to send me the full stacktrace, and also request/response log (with sensitive information removed). What is your MCC CID? Thanks, Ray On Monday, April 7, 2014 4:08:55 AM UTC-4, mhunter wrote: I am getting java.lang.NullPointerException: No group found for service:

Re: TrafficEstimatorService giving confusing results

2014-04-07 Thread Ray Tsang (AdWords API Team)
Josh, The data returned on the test account is not real data. Please review our test account guidehttps://developers.google.com/adwords/api/docs/test-accounts#differences_between_test_accounts_and_production_accounts for some key differences. Cheers, Ray On Monday, April 7, 2014 10:49:26

Re: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null']

2014-04-07 Thread Hpo MQQ
Ray, Thanks a lot for the prompt response I hope this channel is secure See answer below - - On Monday, April 7, 2014 1:34:56 PM UTC-4, Ray Tsang (AdWords API Team) wrote: Hi, There could be multiple things that triggers this error. In the end, it usually means that the

Re: TrafficEstimatorService giving confusing results

2014-04-07 Thread Josh F
Ah right OK I see, thanks Ray. Do you know the answer to my other question - I was wondering if there's a way to use the TrafficEstimatorService to get estimates on an hourly basis... E.g. Avg impressions and avg cpc for a given bid between 4-5pm. Do you know if there is any support for that?

Re: TrafficEstimatorService giving confusing results

2014-04-07 Thread Josh F
Ah right OK I see, thanks Ray. Do you know the answer to my other question - I was wondering if there's a way to use the TrafficEstimatorService to get estimates on an hourly basis... E.g. Avg impressions and avg cpc for a given bid between 4-5pm. Do you know if there is any support for that?

Re: AlertService problem

2014-04-07 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, but I don't have an ETA for a fix for this yet. Regards, Josh, AdWords API Team On Monday, April 7, 2014 4:59:50 AM UTC-4, Sebastian Prmanagement wrote: any news? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Any plans for a JavaScript library?

2014-04-07 Thread Rasmus Ladekjær Pedersen
Hi there, do you have any plans for a JavaScript library? With all the Node.js going on, I believe we are a lot wanting a JavaScript library for the Google AdWords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Ad Hoc Keyword report with stats comparable to the stats presented in the adwords interface

2014-04-07 Thread mrcnrmgusz
Hi, I'm trying to get keywords stats from API for display and search campaigns. For each campaign and for each keyword I want to get the total sum of clicks and impresions, value of ctr, etc. When I'm using KEYWORDS_PERFORMANCE_REPORT I'm getting rows with keyword statistics for the search ads,

Re: Exclude categorieds from keywords results

2014-04-07 Thread sadanandam v
Hi Danial, By using Adwords API , We get related keywords by input keyword using TargetingIdeaSelector service , In that scenario ,i want keywords by category wise .. I've some block listed categories , I don't want related keywords for those categories from Paging objects . Thanks,