Re: how to get this api Deprecated by adword api code in c#

2015-01-07 Thread Hema Radhwani
Hi Michael Cloonan, thank so much :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messa

How to get the ad description using google adwords api

2015-01-07 Thread Kiran Kumar
Hi , I want to display the ads description using google adwords api , I am getting only ads heading ,is there any way to get the content of the ad and the url for the ad by using google adwords api ,if it is available in the adwords php client library.please let me know Thank you -- -- =

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-01-07 Thread Van Sereyboth
Hi I keep getting the above error while writing rspec in RoR. The first attempt to request is always causing me this mentioned error. the second attempt is working so fine without any glitches. here is how I get after testing my access_token: { - scope: "https://adwords.google.com/api/adword

Re: Cannot create Rule Based Remarketing List

2015-01-07 Thread Victor Andrey
Thank you. That was the issue. I just had to update google-ads-common. On Wednesday, January 7, 2015 7:38:51 AM UTC-8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I ran the example and it worked fine for me, but the XML is different. > > Here's an XML snippet from your request: > >

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, For .NET, I believe the equivalent file is app.config. Here's a guide on how to set that file up. And here's a guide on how to log SOAP messages

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Thank you again for the fast response. I am not using Java library. I'm working with C# code on .Net. I will search the documentation of the library so I can find what we need in order to have the logs of my SOAP request. Meanwhile, the ads.properties info is the one who suppose to be in the w

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, It looks like you're using the Java library. If that's true, you can find information about logging here . Other libraries should also have instructions on how to enable logging for that specific library, if I'm mi

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Hello Michael, and thank you for your fast response. I am kinda noob maybe, at least, in this environment, so I am not sure how to accomplish what you are asking me to do. Let's see... this is an example of my code, in it's simplest form: AdWordsUser user = new AdWordsUser(); Camp

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, In order to help, I need to see the specific error message you're seeing. Can you please provide the SOAP request and response so I can take a look at what's happening? Please make sure to remove any private information. Regards, Mike, AdWords API Team On Wednesday, January 7, 2015 11:0

QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Hi... I am getting this exception when I try to do a basic query using AWQL to get some campaign info. A credit card was used in the billing info for the production account, and the Terms and Conditions were accepted, obviously. However, in the test account, I have no option to enter nor edit a

Re: Unable to create ruleBasedUserList

2015-01-07 Thread tgkaushikvtest
Updating ads_common solved my problem thanks, kaushik -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Re: How to integrate google adwords api in php ? Please help me with suitable example.

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, Did you follow the instructions in the PHP library's README ? *To install the client library, either copy the lib/ folder into where you > store your PHP source files that is on your PHP include path, or add the

Re: AdGroupAdService return different result

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, Dig you change your request at all when you got a different number of results? How did you look up the expected number of results? Are you sure you're only counting TextAds? One thing that may prevent some ads from returning is if they're in the Shared Library. That is a web interface o

Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi Yuki, I don't think this option is available in the API, but I'll pass on this feature request to the remarketing team. Thanks, Josh, AdWords API Team On Wednesday, January 7, 2015 3:59:21 AM UTC-5, yuki kubota wrote: > > Dear whom it may concern, > > I am Yuki Kubota, a programmer at Fringe

Re: Regarding RMF

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, For RMF questions, please contact the API Compliance Team via this form . Thanks, Josh, AdWords API Team On Wednesday, January 7, 2015 3:16:12 AM UTC-5, VJ wrote: > > Hello, > > I want to make management functionality for my self only not fo

Re: OperationAccessDenied.ACTION_NOT_PERMITTED error when calling API to get campaigns

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi Ashley, That error means that the OAuth credentials you are using in your request do not grant you permissions to access the campaigns of the account specified in your clientCustomerId header. Make sure that the O

Re: What are the required dependenci​es to upload offline conversion​s with Java, Maven, and GCLID

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, If you are using Axis, you can just depend on the adwords-axis module , e.g., ... com.google.api-ads adwords-axis 1.36.0 If you are using JAX-WS, then you'll want to depend on the adword

Re: Unable to create ruleBasedUserList

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, Another thread also reported this same issue. I go into more details there about the problem, but for the fix *please try updating ads_common to the most recent version*. Regards, Mike, AdWords API Team On Monday, Januar

Re: Finding keyword CPC

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, Please check out our Targeting Ideas guide for a complete walkthrough of using the TargetingIdeaService , which will do ex

Re: Cannot create Rule Based Remarketing List

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, I ran the example and it worked fine for me, but the XML is different. Here's an XML snippet from your request: ecomm_pagetype EQUALS checkout And here's the same snippet from my request: ecomm_pagetype EQUALS checkout The same pattern holds true for eac

Re: Google AdWords API autorization raising AdsCommon::Errors::AuthError

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, The *Code was already redeemed* error means that you are trying to use an authorization code that has already been used. A given authorization code can only be used *once*. Please ma

Re: Unable to create MCC test account

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi, I just went through the test account creation flow using the link you provided and the flow created a test account. Please go through the flow again, and make sure that you see *(Test Account)* at the top of the form as shown in the attached screenshot. Thanks, Josh, AdWords API Team On M

Re: how to get this api Deprecated by adword api code in c#

2015-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, Currently, AdWords API v201409 is not deprecated, so your calls should be succeeding. I suppose the best way to programmatically tell if a version is deprecated is to try to make a call to it and see if you get an error message. There is no way to look up when a version is going to be d

how to get this api Deprecated by adword api code in c#

2015-01-07 Thread Hema Radhwani
Hi, I'm using adword api v201409 now i need to check by code this api is Deprecated or not it is possible ? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelope

How to Set Up an Item of "Include Past Users Who Match These Rules"

2015-01-07 Thread yuki kubota
Dear whom it may concern, I am Yuki Kubota, a programmer at Fringe81 Co.,Ltd. I am writing in regards to how to set up an item of "include past users who match these rules", when vreate RuleBasedUserList in using AdWords API. Now I am creating a Java application which creates RuleBasedUserList

Regarding RMF

2015-01-07 Thread VJ
Hello, I want to make management functionality for my self only not for clients. I want to develop keyword bid change functionality only. To approve my token which RMF management functionality I need to implement please let me know. I need to implement all management functionality which is in