Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Josh, One more question - is there a way to OR the keywords instead of AND them? Currently, when I submit more than one keyword, it seems that the max impressionsPerDay drops. We are currently doing a "broad" keyword search. Thanks so much for your help! - Scott On Friday, May 16, 2014 12:3

Problem getting Campaign's Clicks or Cost when status='Active'

2014-05-16 Thread Vaios Panourgias
Hi, i'm using 'google-api-php-client' library and API VERSION '201309' to implement a web application which will help me manage my campaigns. So far everything is working as it should. I can connect to API and gain information regarding names of my Accounts, and their Campaigns or AdGroups.

Re: Modifying CPC bid accross multiple ads by a common factor

2014-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Dominic, I don't think AdWords as a product supports such a thing either. I'm afraid you are left to write your own solution that adjusts bids on every ad on a minute-by-minute basis. Though, I must add that AdWords is not designed to handle bid changes that fast as far as I know, and you ma

Where can I find the "OAuth 2.0 Token Management Server" aka "OAuth 2.0 Key Cache"?

2014-05-16 Thread Chris Lande
They mentioned the Token Management Server in the adwords workshop earlier this week but the link to them in the slide deck is broken. Some general googling hasn't produced anything either. Any idea where I can get more information on this? Thanks, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Josh, Will that allow us to get historical values for a combination of Verticals, Keywords, Age, Gender, and Location? On Friday, May 16, 2014 12:36:08 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Scott, > > Sorry -- I just realized that you were asking about the > TrafficEstima

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-16 Thread Joe
Replied. Thanks again for your help! On Friday, May 16, 2014 5:15:20 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > If you're using OAuth2, could you double check that the refresh token was > obtained while logged in as the parent MCC? The situation you described > could occur if

Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, If you're using OAuth2, could you double check that the refresh token was obtained while logged in as the parent MCC? The situation you described could occur if you were inadvertently logged in as MCC 1 when you went through the OAuth2 flow. If that's not the issue, please send all of the

Re: AuthorizationError.USER_PERMISSION_DENIED from 1 MCC but not another under the same MCC

2014-05-16 Thread Joe
I'm using C#, so a lot of it is encapsulated, but I'll try. Do you want both the success and the failure? On Friday, May 16, 2014 4:45:00 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi Joe, > > Could you please post a sanitized SOAP request / response xml that > illustrates the prob

Re: MCC Linking - Maximum Number of Allowed Managers

2014-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, I recommend asking this question on https://www.en.adwords-community.com/. Though account linking is relevant to API, it is more a UI feature, and our team can't help you with UI issues. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 15, 2014 2:22:56 PM UTC-4, dynamic.

Re: How to get Oauth token

2014-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Surya, Did you by any chance modify the OAuth2 project in Google API Console? The error suggests that the redirect url that GetRefreshToken.java uses doesn't match with what is specified as allowed values for the OAuth2 project on Google API Console. Cheers, Anash P. Oommen AdWords API Advi

Re: AuthorizationError.USER_PERMISSION_DENIED from 1 MCC but not another under the same MCC

2014-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Joe, Could you please post a sanitized SOAP request / response xml that illustrates the problem? Make sure you remove developertoken, oauth2 headers, etc. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, May 16, 2014 4:27:30 PM UTC-4, Joe wrote: > > I have 2 MCCs under 1 MCC: > > Ma

AuthorizationError.USER_PERMISSION_DENIED from 1 MCC but not another under the same MCC

2014-05-16 Thread Joe
I have 2 MCCs under 1 MCC: Master MCC --MCC1 --MCC2 Using the API Key and Credentials for the Master MCC, I can access everything for MCC1, but not MCC2. I get a AuthorizationError.USER_PERMISSION_DENIED message. From the Web UI, I can see everything in all 3 MCCs. Someone please help!!! I'v

Re: howtogetmerchantidusingjavacode

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the last sentence of the following post: https://groups.google.com/d/msg/adwords-api/WqprrJ_d5po/9HTcg2jBzBAJ Cheers, Josh, AdWords API Team On Friday, May 16, 2014 2:19:45 AM UTC-4, srikanthg...@gmail.com wrote: > > Hi Team, > > Can Some one help me to get merchant id of shoppin

Re: Problems getting information from Adwords API in PHP

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, To retrieve any statistics such as Clicks, Impressions, Costs, etc., you'll want to use the reporting featureof the API. Regarding the error from *DownloadCriteriaReport.php*, please make sure you've gone through the steps o

Re: Adgroup Bid modifiers for platforms other than Mobile

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, For device criteria you can only apply a bid modifier to the *Mobile* platform, both in the API and in the UI. You can set bid modifiers on various other types of criteria (such as keywords) by passing a BiddableAdGroupCriterion

Re: When can we set contentBid on a new ad group?

2014-05-16 Thread Chris
Hi Guys, Any update regarding the on-going issue? On Wednesday, 14 May 2014 10:49:32 UTC-3, Chris wrote: > > Hi Ray, > > Do you have any updates regarding the investigation into the on-going > issue? > > Cheers > > On Monday, 12 May 2014 16:04:44 UTC-3, Ray Tsang (AdWords API Team) wrote: >> >>

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi Scott, Sorry -- I just realized that you were asking about the TrafficEstimatorService, not the TargetingIdeaService

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi Scott, I posted an update on the thread you mentioned. Let's continue the discussion there if you have any more *TrafficEstimatorService* questions. Thanks, Josh, AdWords API Team On Friday, May 16, 2014 12:49:17 PM UTC

Re: Localized API reference page outdated (German)

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi, Thank you very much for pointing this out for us. I've passed on the information below along with your suggestion to our documentation expert. I'll post back here when I have an update. Best regards, Josh, AdWords API Team On Friday, May 16, 2014 3:49:40 AM UTC-4, te...@exelution.com wrot

MCC Linking - Maximum Number of Allowed Managers

2014-05-16 Thread dynamic . action . mcc
I have a client's account which we are trying to link to my MCC account. While requesting client approval we receive the message "This client is already linked to the maximum number of allowed managers.". The client checked their setup (and sent me a screenshot) and they only have one client

Re: Expected clickthrough rate, Ad relevance, Landing page experience

2014-05-16 Thread basker reddy
Hi, >From The Above Code https://developers.google.com/adwords/api/docs/reference/v201206/AdGroupCriterionService.QualityInfo gives the same info as displayed on the web interface (when we hover the mouse over the keyword's 'bubble' under the 'Status' column). However, the values displayed on

How to get Oauth token

2014-05-16 Thread surya satti
Hi Team, I'm getting 400 error as Redirect uri mismatch when i paste the url that is obtain from the java file GetRefreshToken.I had change the scope to https://www.google.com/local/add.Please help me out. Regards, Suryanarayana -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

howtogetmerchantidusingjavacode

2014-05-16 Thread srikanthg . netelixir
Hi Team, Can Some one help me to get merchant id of shopping campaigns using java code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=

Problems getting information from Adwords API in PHP

2014-05-16 Thread Alex Mo
Hello, I can use the examples like GetCampaigns and GetKeywords. But when I put additional filters in GetKeywords (like keywords), it doesnt work with additional filters. I have read in several posts that it has been moved to Report data. Anyway if I use the Report data in this situation it pr

AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-16 Thread Joe
So there is a Parent MCC with 2 MCCs below it: Parent MCC --MCC 1 --MCC 2 Login and API Token are at the Parent MCC level. Within the Google Adwords Website, both MCCs can be accessed all the way down to the Client IDs. Yet within the API, only Clients within MCC 1 can be access. When accessing

Adgroup Bid modifiers for platforms other than Mobile

2014-05-16 Thread M.S. krishna deepak
Hey, I want to change bids at AdGroup Level for other platforms(other than mobile). I have looked at https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupBidModifierService but it seems to be working only for Mobile platform. Is there a way to do it? -- -- =~=~=~=~=~=~=~

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Josh Radcliff (AdWords API Team)
Hi Scott, Would using the CategoryProductsAndServicesSearchParameter meet your needs? This is analogous to the *Your product category* option in the *Keyword Plann

Re: How do I grant my MCC account authorization to manage an account on a customer's behalf?

2014-05-16 Thread Scott Luther
Hi Josh, Apologies for bringing up this thread from the dead. I posted another thread a week ago, but I unfortunately appear to be getting the run around there. Is there a way to calculate the estimated traffic for a Vertical? I.e. use the TrafficEstimateService with Verticals. I see documenta

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Scott Luther
Hi Ray, So there is no way to determine the reach for a Vertical? On Friday, May 16, 2014 5:21:51 AM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Scott, > > My apologies - vertical cannot be used in the TES service. The accepted > criteria

Re: Programatically getting available fields for AWQL to service calls (and reports too I suppose)

2014-05-16 Thread Ray Tsang (AdWords API Team)
Ian, This is not available for service AWQL. For reports, you would be able to use the ReportDefinitionService . Thanks, Ray On Thursday, May 15, 2014 10:52:01 PM UTC+2, Ian Knox wrote: > > I'm in the p

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

2014-05-16 Thread Ray Tsang (AdWords API Team)
Edmund, Please send me the request/response log in private. But most likely, it is caused by one of the four issues listed in the error guide. I've investigated many of these issues and it's very important to check

Re: Changing the OAuth2 client secret

2014-05-16 Thread Ray Tsang (AdWords API Team)
Thanks Rob. I've also notified the relevant teams. Cheers, Ray On Thursday, May 15, 2014 3:10:34 PM UTC+2, Rob wrote: > > Thanks Ray, I've posted a question there... > > http://stackoverflow.com/questions/23679229/generating-a-new-client-secret > > Rob. > > On Thursday, 15 May 2014 11:59:04 UTC

Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-16 Thread Ray Tsang (AdWords API Team)
Scott, My apologies - vertical cannot be used in the TES service. The accepted criteriaare: Location and Language. Thanks, Ray On Thursday, May 15, 2014 12:32:59 AM UTC+2, Scott

Localized API reference page outdated (German)

2014-05-16 Thread t...@exelution.com
Hello, not sure if this is the right place but I have noticed that when my Google account is set to German and I check up the Adwords API reference https://developers.google.com/adwords/api/community/ it will display a page that lacks the 201402 API version. Since the documentation looks very

Re: ContentBid in Adgroups deprecated for all Campaign types?

2014-05-16 Thread t...@exelution.com
Thanks for the quick clarification. That explains the inconsistencies trying to mimick the behaviour on the test account. We will check to work that logic into our script. Regards, Holger Göbber -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http