Re: update TemplateAd properties

2013-08-07 Thread Danial Klimkin
Hello Saverio, Ads are immutable in AdWords. In order to change an ad, you need to create a new one and delete the old one. -Danial, AdWords API Team. On Wednesday, July 24, 2013 10:42:01 PM UTC+4, saverio mucci wrote: Hi there, I'm tring to mutate an existing TemplateAd but i get able

Re: CampaignFeedMapping: matching function error

2013-08-07 Thread Danial Klimkin
Hello Yury, Please see this example on how to create a campaign feed: https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/AdvancedOperations/AddSitelinks.php -Danial, AdWords API Team. On Thursday, August 1, 2013 7:46:26 PM UTC+4, Yury Tolochko wrote:

Re: Getting a budget object from a campaign object - v201209?

2013-08-07 Thread Danial Klimkin
Hi Pramod, We do not have such an example currently. But basically, you need to retrieve a campaign with CampaignService.get() method, include BudgetId field. After that, you can pull budget data and update it with BudgetService.mutate() call, the same was as any other API object. -Danial,

.NET AdWords Client lib Download Report Error bug.

2013-08-07 Thread Chris Jenkins
I'm just starting to dig into the api and I'm having an issue when I'm calling reports. I've tried various reports, but they all fail. I'm sure it has something to do with the way I'm setting it up, but the exception it throws never has anything in the error. It just says this:

Using JWT as an agency

2013-08-07 Thread Mark
Hello, We operate as an ad agency in that we have several clients who have given us authorization to manage campaigns and bids. Because we have some automated daily reporting for our clients, it is my understanding that a JWT approach is the best in this case. When attempting to do this, we

Setting up Eclipse to develop Android app using AdWords API

2013-08-07 Thread dennis . eckersley
I'm a newbie to Adwords API, developing a mobile application in Java on Android. I am using Eclipse. I loaded the API using Maven as instructed and have been able to write and execute a desktop application to successfully access my test account. So my code is working OK in the desktop form of

Adwords with google app engine

2013-08-07 Thread ashish agarwal
Hi All, I want to use google adwords api in google app engine enviornment to manage my adword from my application dashboard. But it is really very strange that there is no a single good documentation about how to do this. Please help me how to get start with adwords api on google app

How do I modify two keywords in an ad group which only differ by match type

2013-08-07 Thread Philip Cox
Hi there, I'm having trouble updating the destination URL on a specific keyword when there are multiple keywords within an ad group with the same id, but different match types. If I include both keywords with id, adGroupId, matchType and destinationUrl set, with the operator ADD, I get the

Problem with SoapListenerExtension

2013-08-07 Thread google
I use the C# Api in a library called via Managed C from a C++ Application. As a consequence I can not use app.config to load SoapListenerExtension. Can someone suggest how can I load the extensions programmatically? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: BadAuthentication: WebLoginRequired

2013-08-07 Thread Lars Yencken
I had a similar problem. On my account, these failed attempts came up in the account activity pane. https://security.google.com/settings/security/activity If anyone else has the same problem, try going there and claiming them as yours. This might flag that machine as safe to proceed for future

Adwords API get keywords with ruby on rails

2013-08-07 Thread Alex
Hello, I took the ruby on rails example, and tried to add to it a view which is displaying the keywords from an AdGroup, I am able to get the keywords, and the total no of keywords from a campaign but I don't know why I can not display them in the view. keyword model: class Keyword

How to obtain conversion data for a specific adgroup

2013-08-07 Thread asa126
I need to obtain conversion data for a specific adgroup. I'm using PHP client library. Could somebody help to get on the right track? Thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: newbie - my first ad hoc report request - getting a 400 response

2013-08-07 Thread Keith
Big thanks to everybody who tried to help me. It eventually proved to be a machine specific problem. If I run it on another PC, it works fine. I've been having some Java problems recently on my main machine, and that's my best guess as to why it wasn't working. Anyway, thanks all, Keith -- --

php v.4.5.1 - v201306 returning no campaign data

2013-08-07 Thread Gerrit Giliomee
I've been using the API for a while now and was recently forced to upgrade due to deprecation of the old ClientLogin. While I can authenticate with OAuth2, trying to get campaign information with the new API simply returns nothing: $selector = new Selector();

Problem with SoapListenerExtension

2013-08-07 Thread google
I am using the API via C#, for historical reasons my software is written in C++ and I user Managed C++ to call C# libraries. As a consequence all AdWords my code is a library and my main .exe is in C++. When I do a query I receive as error The SoapListenerExtension class is not loaded. The

Running adwords php api, what does this reponse means?

2013-08-07 Thread danish
$oauth2Info['client_id']='6921605.apps.googleusercontent.com'; $oauth2Info['client_secret']='mjnJSzHpcyTe5gMPrg0IY***'; $oauth2Info['access_token']='ya**.AHES6ZT0Cd6_zy7RBo8Mlz9NRRslnwfTomBFa5IK_EDQ**'; $oauth2Info['refresh_token']='1\/6Bn46zuJYtRXbCUulBWulvELoqF39IsnYEML1qL'; $user = new

Re: Adhoc report with Oauth2 : looking for Documentation

2013-08-07 Thread Jani Link
I don't use any of the libraries on the library page. I am using NodeJs. I am trying to make a direct http post to get Adhoc reports with the accessToken I receive from Oauth using passport-google-oauth npm and the adwords api scope. I set the Authorization header to Bearer [accessToken],

Problem with use of C++ and Adwords API

2013-08-07 Thread testaccount
For historical reasons most of my software is written in C++. I use mamaged C++ to call C# routines; all my AdWords interfaces are isolated in a C# library. I am migrating to the new libraries. When I invoke an AdWords function I get the following error: The SoapListenerExtension class is not

Re: Budget.associatedCampaigns in v201306

2013-08-07 Thread Danial Klimkin
Hello Rasmus, You can use the Budget Performance Report to find the associations: https://developers.google.com/adwords/api/docs/appendix/reports#budget -Danial, AdWords API Team. On Monday, August 5, 2013 3:26:05 PM UTC+4, Rasmus Ladekjær Pedersen wrote: In the API v201302 the Budget

Re: EntityCountLimitExceeded.ADGROUP_TEXT_AD_LIMIT

2013-08-07 Thread Danial Klimkin
Hello Jacob, 1. Total for AdGroup. 2. Please see: https://support.google.com/adwords/answer/1704396 -Danial, AdWords API Team. On Monday, August 5, 2013 10:18:53 PM UTC+4, Jacob Elder wrote: Started seeing the

Re: Adhoc report with Oauth2 : looking for Documentation

2013-08-07 Thread Danial Klimkin
Hello Jani, The method seems correct but it looks like the access token is not valid. As you generate it with your code we are not able to help here. Make sure you use the correct ClientID and secret and the scope is valid for AdWords. You may want to try to generate an access token with one

Re: After authentication No Refresh Token

2013-08-07 Thread Paul Matthews (AdWords API Team)
Can you confirm that you configured your credentials and request for installed app (offline) access? If you've not, then it'll assume that you're happy requesting authentication again. For more information please see the OAuth2 wiki

Re: Cannot get the Keywords Ideas working on PHP

2013-08-07 Thread Paul Matthews (AdWords API Team)
Hi Nick, I'll respond in the relevant bughttps://code.google.com/p/google-api-adwords-php/issues/detail?id=109 . Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Entities Limit

2013-08-07 Thread Kevin Winter (AdWords API Team)
Howdies, The limitshttps://developers.google.com/adwords/scripts/docs/limits#execution_limitsare generally 50k items per iterator and 250k overall (across all iterators) per script (not applicable to reports). How many items are you trying to read/write? Whats the exact text of the error

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-07 Thread Michael Ni
I have many campaigns with over 1 groups and all with manual cpc bidding strategies. I am able to mutate those ad group cpc prices except for 2 campaigns which I am getting the limit error. Is this a bug? Mike Ni On Monday, August 5, 2013 11:32:29 PM UTC-7, Michael Ni wrote: I am seeing

Re: Entities Limit

2013-08-07 Thread Michael Ni
I am getting entity limits on a separate param as posted in here https://groups.google.com/forum/#!topic/adwords-api/giN1SyOJFhU Was there a recently change that all of a sudden limits are being enforced? I am being limited on ad groups having a bidding configuration with manual cpc but it is

Re: Getting a campaign's upgraded sitelinks

2013-08-07 Thread pete
No Probs - I've run this code in against some large accounts now and the only thing I've come across is the type casting the lhs operands to RequestContextOperand - so included a type check prior to casting objects in both the lhs and rhs operands pete -- --

Re: CURL http code 0

2013-08-07 Thread Paul Matthews (AdWords API Team)
This sounds like an environmental issue. Are you definitely running the cron job on the same machine that you're testing your script? If you're not already, I'd configure a MAILTO for the crontabhttp://www.gnu.org/software/mcron/manual/html_node/Crontab-file.html, then I'd ensure that you've