Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread adwmcctest
Dear Bikram and Takeshi, I'm new to Adwords API and I'm having the same problem. I have following accounts now. (all emails are dummy) · production...@gmail.com (production MCC account) and client...@gmail.com client account created under mentioned MCC account · test...@gmai

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread adwmcctest
Hi Bikram, Thanks for the info. I tried as you sugested. Below are my steps 1. I logged in to my live adwords client account (not the mcc account). 2. I logged in to the API console at https://cloud.google.com/console/ using the same email 3. I created a OAuth client and got the

Access MCC account with ruby library

2014-02-12 Thread jalendra . bhanarkar
I am looking for generating authorization url for giving top level MCC account an access to the account which will be linked. How can I do this with ruby library. I have generated the client id and secret token but not able to access test account. it is giving me api_error_type: AuthorizationE

Re: TargetingIdeaError

2014-02-12 Thread Mani A
Hi Josh, Looks like the last message I sent was deleted. Is there any reason? Can you please clarify? The documentation we see still has 800: https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService thanks Mani On Tuesday, February 11, 2014 12:08:41 PM UTC-8, Jos

PLAs through search query report

2014-02-12 Thread Chris Matenaers
Hi, I would like to use the Search Query Report for PLAs, analysing searches that triggered a particular product. Is it possible to use the AdWords Reporting API to create a Search Query report on PLAs or would I have to pull the report manually? Thanks, Chris -- ---

Re: How to get keyword status information from adwords api

2014-02-12 Thread Silver Moôn
Hi Ray where is the Status field ? link ? On Tuesday, February 11, 2014 10:33:16 PM UTC+5:30, Ray Tsang (AdWords API Team) wrote: > > Silver, > > It seems like you are on the right track. The documentation does have a > field called "Status" that should get you what you want. Hope this helps.

Re: TargetingIdeaError

2014-02-12 Thread Mani A
Hi Josh, Where does it say maximum allowed is 200? This link https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService says there is a limit of 800. thanks Mani On Tuesday, February 11, 2014 12:08:41 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > T

Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-12 Thread Danial Klimkin
Hello Max, I am sorry for the delay on this issue. We are looking for the best approach here as it appears to be tricky issue internally. -Danial, AdWords API Team. On Monday, January 20, 2014 9:30:40 PM UTC+4, Max Amillion wrote: > > A timeline for resolution of this issue would be great. T

Re: structure report for CriterionUserList

2014-02-12 Thread Danial Klimkin
Hello Greg, Sorry for the delay, this thread was re-assigned while I was on holidays. 1. You are correct, there is no dedicated field in the report for it. Parsing the string is the only way available now. 2. See the "TargetingSetting" field of display reports. -Danial, AdWords API Team.

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-12 Thread Danial Klimkin
Hello Ben, This ID is for non-MCC account. What is the CID of the account your developer token associated with? -Danial, AdWords API Team. On Tuesday, February 11, 2014 6:56:56 PM UTC+4, Ben Ferguson wrote: > > Here's the CID we're currently using: 678-948-2772 >>> >> -- -- =~=~=~=~=~=~=~

Re: Access MCC account with ruby library

2014-02-12 Thread Danial Klimkin
Hello, What was the account you were logged in when doing the OAuth flow? Please make sure to use the credentials that can access the target AdWords account. (Client ID and secret can be registered for any account). -Danial, AdWords API Team. On Wednesday, February 12, 2014 10:14:52 AM UTC+

Re: PLAs through search query report

2014-02-12 Thread Danial Klimkin
Hello Chris, Please see the Search Query report available: https://developers.google.com/adwords/api/docs/appendix/reports#search-query You may need to combine it with other reports to limit data to PLAs / pull extra fields. -Danial, AdWords API Team. On Tuesday, February 11, 2014 10:45:

Re: How to create upgraded mobile extensions

2014-02-12 Thread Danial Klimkin
Hello Mark, Please see this guide: https://developers.google.com/adwords/api/docs/guides/feed-services I am locking this thread as it is more than a year old. Please feel free to open a new one should you have any questions. -Danial, AdWords API Team. On Tuesday, February 11, 2014 7:52:5

getRefreshToken url is not working (produces fault)

2014-02-12 Thread Paris Theofanidis
Hi, I use the getRefreshToken (php lib) to get the refresh token but when I follow the provided url I get the following error. I have double checked I am logged in with the user that created the client-id (native app). How can I get past this? Thanks [page reports the following] *Σφάλμα:in

AdWords Account Link Format

2014-02-12 Thread Siu Pang Tommy Choi
We have an intranet website showing a list of AdWords accounts we hold under our MCC, with our own business information shown next to each account. I am thinking to construct a direct link to the AdWords account web interface, so that our account managers can easily go and edit the corresponding

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2014-02-12 Thread Michael Cloonan (AdWords API Team)
Hi Shobha, You can't get stats through the AdWords API services anymore. If you want information on Clicks, Cost, Conversions, etc., you need to use reports. If you want this data on an AdGroup level, you should use the AdGroup P

How to export AdWords account for upload to Bing Ads

2014-02-12 Thread Visar Shabi
Hi, I'm currently working on a way to export my AdWords account to Bing Ads via making API calls. I don't want to have to export my entire account every time I want to upload a few changes. Is there anyway to get from AdWords the recent changes to my account? I have tried using the GetAccoun

Re: TargetingIdeaError

2014-02-12 Thread Josh Radcliff (AdWords API Team)
Hi Mani, The maximum of 800refers to the maximum number of *results* per page, not the maximum number of queries elements allowed. This does point out a gap in our documentation, however. I'll look to a

ContentBid After February 18th

2014-02-12 Thread Evan Halley
Hi, What happens to contentBid (on Adgroup) after February 18th (reference: http://googleadsdeveloper.blogspot.com/2014/01/reminder-change-to-contentbid-setting.html). I know that we will no longer be able to set content bids anymore, but what happens to calls to read the content bid. What va

Re: getRefreshToken url is not working (produces fault)

2014-02-12 Thread adwords
For reference to other people trying to figure this out, here is the solution go to the google api console => APIs & Auth => Push => Fill in the required (1st two) inputs. After this the refresh token page will be able to ask for permissions to access your account and provide you with the tok

OAuth 2.0 Redirect URI issue

2014-02-12 Thread Karthik vvs
We have registered our site as a web application and in which there is a redirect url which redirects to the status of the application ex: https://app_name.organization_name.com/status . when I run the getRefreshToken() method, I have to get a code on which typing it on the input console while

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
Dear Bikram, Really sorry for bugging. What has happen was, person who handles the MCC account has given me wrong developer token. He had typed B instead for 6. I can't understand why he haven't copy and pasted it. Thank you very much for help. Thanks Kasun On Wed, Feb 12, 2014 at 3:17 PM, Mcc

Re: error when calling v201306.AddCampaigns

2014-02-12 Thread GigiCom
Hello, I try to use .NET library with a test account and got the same error. Can someone help me? Thanks Am Donnerstag, 2. Januar 2014 21:28:35 UTC+1 schrieb Josh Radcliff (AdWords API Team): > Hi, > > Could you provide some more details, such as the customer ID of the > account you are usi

Campaign report for all clients using Python API and OAuth

2014-02-12 Thread Mojmír Vinkler
I'm trying to download campaign report for all clients in one MCC account. I can do it easily using AdWordsClient(headers=headers) with appropriate credentials and clientCustomerId - I would get all accounts via GetManagedCustomerService and then loop through them and use AdWordsClient again wi

Re: Unable to connect to the remote server

2014-02-12 Thread Jeremy K
Hi Danial, Thanks for your reply. I've been told that yes we do use a transparent proxy. I'm not sure what implication that has. Is there a way around it? I should add that the guy who got your ruby sample working had no problem. And I've checked that his config settings (e.g. Developer Token/

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
I found a article on google and it had this Test MCC account procedure. https://developers.google.com/adwords/api/docs/test-accounts?hl=fr The Client account I use to test is visible under the MCC account. I used the email of the Client Account and created the OAuth details and added them to the a

Change to contentBid setting in "Display Network Only" campaigns

2014-02-12 Thread Sudip Datta
We have been creating "Display Only Campaign" and the adgroups under this campaign have the following properties , *contentBidCriterionTypeGroup is set as "*USER_INTEREST_AND_LIST" *biddingStrategyConfiguration.bids is set as *{ 'xsi_type': 'CpmBid',

Re: Alert Service required MCC account.

2014-02-12 Thread Ray Tsang (AdWords API Team)
Chirag, Just to confirm, you will need to set the clientCustomerIds to a real CID rather than the sample 00. If you have changed it to the real CID, please use the "Reply to Author" feature to send me your request/response log/payload. Thanks! -- Ray Tsang (AdWords API Advisor) On

Re: structure report for CriterionUserList

2014-02-12 Thread GregT
Hi, Danial. I'm not sure how I overlooked the TargetingSetting field in the report. Thanks very much for the confirmation on #1 and help with #2. Greg On Wednesday, February 12, 2014 3:55:29 AM UTC-6, Danial Klimkin wrote: > > Hello Greg, > > > Sorry for the delay, this thread was re-assigned

Re: How to get keyword status information from adwords api

2014-02-12 Thread Ray Tsang (AdWords API Team)
Silver, The Status field is documented in: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-AdGroupCriterionService It's right beneath QualityScore and above SystemServingStatus. Hope this helps, -- Ray Tsang (AdWords API Advisor) On Tuesday, February 11, 2014 10

Re: Statistics for particular campaign and adgroup

2014-02-12 Thread Ray Tsang (AdWords API Team)
Karthik, Stats are only available in the reports starting v201309. Please see our v201309 announcement. You will need to use reporting (AWQL or report selector) to retrieve these stats. Please see our Re

Re: Ad Hoc Reporting to migrate to 309

2014-02-12 Thread Mike Young
Yes your quite right!, if I just take out the path where it is to download I get the CLI showing all of the results. How do I capture these into a variable or array, to be able to manipulate them. I have tried many ways and it seems that Curl is involved. Am I on the right track? I have read t

Basic report for many clients

2014-02-12 Thread Mike Young
How do I use a basic report for many clients. (Cost, Conversions, Impressions etc) I have 1 MCC with 30 clients (all different IDs) I would usually add the clientID in auth.ini , but as it changes have wrote a script with a counter that each time the API is run using a scheduled task (every 1

Re: error when calling v201306.AddCampaigns

2014-02-12 Thread Josh Radcliff (AdWords API Team)
Hi, A common cause of this error is that your App.config contains the ClientCustomerId of the MCC account. Please make sure that ClientCustomerIdhas the ID of a non-MCC AdWords account. Cheers, Josh, AdWords API Team On Wednesday, February 12, 2014 4:53:29 AM UTC-5, GigiCom wrote: > > Hello,

Re: Error> CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION on Managed Placements Bids

2014-02-12 Thread Takeshi Hagikura (AdWords API Team)
Great. Thanks for the update. Best, - Takeshi, AdWords API Team On Monday, February 10, 2014 10:22:11 PM UTC+9, Maurício Alves de Souza Oliveira wrote: > > Hello Takeshi, > > Yes, sorry about that. > > The problem is that we were getting the placement (via report) - along > with biddingStrateg

Re: Strange and Inconsistent Keyword Performance report behavor

2014-02-12 Thread Takeshi Hagikura (AdWords API Team)
Hi Oliver, Sorry for the delay. Can you share your request XML? Let me pull reports against your campaigns and see the behavior. Best, - Takeshi, AdWords API Team On Tuesday, February 11, 2014 11:44:09 PM UTC+9, Oliver wrote: > > Hi Takeshi, > > Sorry to chase this, do you have any idea why t