Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-08 Thread Danial Klimkin
Hello Michael, Please let us know the following: 1. Account ID and affected campaign IDs; 2. Request IDs for the server responses with the error. -Danial, AdWords API Team. On Wednesday, August 7, 2013 6:51:31 PM UTC+4, Michael Ni wrote: I have many campaigns with over 1 groups and

Re: google adwords api credentials error

2013-08-08 Thread Danial Klimkin
Hello Ali, What is your MCC account ID? -Danial, AdWords API Team. On Tuesday, August 6, 2013 10:46:32 AM UTC+4, adw...@tallemu.com wrote: Hi, We have an approved developed toketn and I have developed a reporting only application using v201302 working properly till 29/07/2013. From

invalid grant with php

2013-08-08 Thread alexander . brokle
Hi, i setted up a PHP script to connect to Adwords API. By using the $campaignService-get($selector) method I get always the error invalid_grant. Here the Stack Trace:

OAuth2.0 Service Account and Adwords API

2013-08-08 Thread semgroup
Hi, I am following the documentation at https://developers.google.com/adwords/api/docs/guides/service-accounts and I am stuck at the steps under *Steps to granting a service account impersonation abilities* I try to go to the url mentioned in step a)

Pausing Keywords Across multiple accounts?

2013-08-08 Thread zz
Hi, due to the keyword limit per account (at one time 1M/ account, now 4M per account), we have many keywords across many accounts that we'd like to pause. I have roughly 20 accounts, and I want to pause over 10k keywords per account. I understand there is an entity hierarchy as follows:

Error while fetching BidModifier Field in CRITERIA_PERFORMANCE_REPORT

2013-08-08 Thread Anand Joseph
I am getting the following error message when I add the BidModifier field to the adwords CRITERIA_PERFORMANCE_REPORT to the report definition. The error response has an empty trigger and a field path that reads 'BidModifier'. Error Response:

AdwordsApi AdsOAuthException access_denied

2013-08-08 Thread reportingbox
While attempting to use the client library that includes v201306 in C# in the new authentication process an exception is generated AdsOAuthException with the following message Failed to get access token for service account. { error : access_denied } The app.config includes AdWordsApi

Re: Adwords API get keywords with ruby on rails

2013-08-08 Thread Alex
So I discovered what I did wrong, def self.get_keywords_list(response) result = {} if response[:entries] response[:entries].each do |api_keyword| keyword = Keyword.new(api_keyword) result[keyword.id] = keyword end end return result end In my

Re: Using JWT as an agency

2013-08-08 Thread Danial Klimkin
Hello Mark, JWT is only useful when you have an apps domain and need your application to impersonate different users. In most cases the standard web flow should be used. You can still manage any user account provided they granted you the access. -Danial, AdWords API Team. On Friday,

Re: Adwords with google app engine

2013-08-08 Thread Danial Klimkin
Hello Ashish, Are you looking to use Java or Python with AppEngine? -Danial, AdWords API Team. On Wednesday, August 7, 2013 11:36:00 AM UTC+4, ashish agarwal wrote: Hi All, I want to use google adwords api in google app engine enviornment to manage my adword from my application

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-08 Thread Michael Ni
Thank you Danial for your time. Account ID: 568-153-6974 I have included two subjects. Both subjects belong to campaign 62441820. In the actual google adwords website, they are both set to manual cpc My code did not change but recently I received entity limit errors. My guess is Google started

Re: QuotaCheckError.INCOMPLETE_SIGNUP - API v201306

2013-08-08 Thread linkeo
Hi, I know that the token hasn't been approved. The question is : why? We give the good information about our company and a valid card number. It is the same than for our first account 711-201-1288, that works well. Please tell me why our second account 684-327-0620 is not working in the same

Re: Getting a campaign's upgraded sitelinks

2013-08-08 Thread Oliver
Hi Peter, We're currently trying to do the same thing (figure out which sitelinks belong to the campaign). If it's ok with you, do you mind posting the java code you're using to do this? Many thanks Oliver On Tuesday, August 6, 2013 6:25:22 PM UTC+1, Peter Kingswell wrote: I managed to

Re: Getting a campaign's upgraded sitelinks

2013-08-08 Thread Peter Kingswell
Of course. It's rough-and-ready but here it is. The payload of the campaign's sitelink Ids (as Pete highlighted) is in the rhsOperands of the CampaignFeed's matching function. Good luck, Peter private static void stringAppendCampaignFeedSitelinks(final ListString s, final CampaignFeed

Actual CPC much higher than criterion set maxCpc??

2013-08-08 Thread Noah
Hello, I'm analyzing the past few months adwords data for an account. For several adgroups, I see that there is a group criterion which has the bid for maxCPC set to $0.65. Then, when I pull a report of the ads from adGroupAdService, I see many days where the CPC is $2.00 or even $4.00.

Accessing AdGroupCriterion - 'TopOfPageCpc'

2013-08-08 Thread Christopher Taylor
Wondering why accessing this value is a BETA_FEATURE? SoapFault exception: [soap:Server] [BetaError.BETA_FEATURE @ serviceSelector; trigger:'TopOfPageCpc'] in /data/source/adwords/v201306/adwords_api_php_4.4.0/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:216 -- --