Re: Invalid_Client using OAuth2TokenGenerator

2013-09-03 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm assuming you are using .NET client library. If so, to get started with OAuth2 there is a usage here (you can see it when you run the OAuth2TokenGenerator). As menti

Re: Get list of all clients

2013-09-03 Thread Brett Baggott
I'm using OAuth2 authorization so I'm not 100% sure this will work for you but I think you need to drop the line about the customerService.RequestHeader and set the Client ID for the account you want to get the account list for by using: config.ClientCustomerId = "111-222-" I just tried th

Re: Best practice for making sure your local API data is up to date with live Adwords data

2013-09-03 Thread Brett Baggott
I'm going to answer my own question because I just stumbled upon the CustomerSyncService that seems to have been made for just the sort of thing I'm trying to do. I guess the idea here is to start with a compl

Re: Use existed developer token to access test account( with OAuth2)

2013-09-03 Thread techstyled
Read the guide on ClientLogin API and OAuth. In particular, read the section under the heading "Making Adwords API calls". That section makes it clear that you need 2 things, a Developer Token _and_ authorized cr

Re: Failed to Get a List of Automatic Placements via AdGroupCriterionService

2013-09-03 Thread David Torres (AdWords API Team)
Hi Heather, It should return only managed placement data, but we had a temporary issue with the report and it was returning both for a bit, it should be working as expected right now. Let me know if that is not the case. Best, - David On Tuesday, August 27, 2013 3:38:54 PM UTC-4, HeatherH wro

Kevin's Google App Engine Python Demo

2013-09-03 Thread Daniel
Hey Kevin/API team, Is there an updated version of this demo available for download somewhere? Went to download it and noticed it was deprecated. Thanks, Daniel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.c

Best practice for making sure your local API data is up to date with live Adwords data

2013-09-03 Thread techstyled
I'm just getting started with accessing our Adwords account information via the API. One of the most basic functions I'm trying to get right is making sure my local data I'm basing my API updates on is current. Therefore, the very first thing I do before I change anything is use CampaignService

Re: Adwords content retrieval

2013-09-03 Thread techstyled
The AdGroupAdService"get" operation will return "ad content" such as Headline, Description1, Description2, and so forth. The "id" field of Ad (and the various subclasses such as Text Ad, Mobile Ad, etc.) is a "se

Completed OAuth2 setup but still being asked for email and password pair

2013-09-03 Thread Alan Coleman
Hello everyone, I have completed my OAuth2 set up but am still receiving errors asking for the email and password pair. This was my process, as per the documentation: 1. Set up an application in the API Console 2. client_id and client_secret added to auth.ini 3. client_id and client_s

Re: Cross account conversion tracking

2013-09-03 Thread GregT
Great - thanks for the response! On Monday, September 2, 2013 7:37:18 AM UTC-5, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Greg, > > #1 It includes both conversion trackers of the MCC and the ones of the > client account. > > #2 conversion Ids are globally unique. > > Best, > - Takeshi,

Re: Performance Reports on Product Listing Ads

2013-09-03 Thread David Torres (AdWords API Team)
Hi Simon, Sorry but I have you no updates. Best, - David On Monday, August 19, 2013 9:23:03 AM UTC-4, Simon Day wrote: > > Hi David, > > Do you know if this has been implemented yet, or if there are any plans to > do so? > > Thanks > Simon > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Get list of all clients

2013-09-03 Thread Rivka
How can I get a list of all clients of an adwords account? Right now I have: ManagedCustomerService customerService = (ManagedCustomerService)user.GetService(AdWordsService.v201302.ManagedCustomerService); customerService.RequestHeader.clientCustomerId = null; ManagedCusto

Re: Display Network cost and the criteria performance report

2013-09-03 Thread HeatherH
Hi Paul, I am pulling segmented data, yes, but the cost numbers stay the same whether I remove or include those segments (that is, when I remove AdNetworkType1/2). This indicates that the segments simply take the same superset of data (a superset which includes automatic placements) and slice

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-03 Thread frans
Hi Takeshi, We also seem to be experiencing this issue. We have a client account that, according to the AdParamPage objects we get from the adparamservice, contains 402856 ad params. After succesfully retrieving a number of pages we get: [SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'1900

Re: Issues running GetRefreshToken.php

2013-09-03 Thread Alan Coleman
Hi Ewan and Evgeniy, Okay, GetRefreshToken.php needs to be run through the command line. My fault for not reading the documentation properly! This gave me a URL and a token to use to access the final refresh token. Thanks again for taking the time to reply to my issue. On Wednesday, August 28

Re: Need Help with ValidateOnly-Header

2013-09-03 Thread testmcclevel1
Hello, ok, the main workflow is clear to me. At the moment im trying to fetch an exception for a non-valid keyword but cant get one. I have tried it with several brand keywords or porn and stuff like that. Can you give me an example for which keyword the validateOnly-header throws an exception

Re: Internal API error when requesting feed items

2013-09-03 Thread frans
Dear Anash, Do you have an update on this issue? Thank you. Kind regards, Jaap-Jan Frans bGenius Op woensdag 28 augustus 2013 09:09:41 UTC+2 schreef fr...@bgenius.com: > > Great, thank you for you reply. We will await your update. > > Kind regards, > > Jaap-Jan > > Op dinsdag 27 augustus 201

Re: 502 Bad gateway error

2013-09-03 Thread shobha . procentris
Hi Anash, Even we are facing bad gateway issue for quite some time(till yesterday Sep 02 2013). We are trying to update the bids at keywords level using the Bulk Mutate job service. Can you please let us know if this has been fixed? On Wednesday, August 21, 2013 4:48:39 PM UTC+5:30, Andreea

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-03 Thread Dorian Kind
Hi Takeshi, thanks for your reply. Request ID 0004e575769593380ae55dd213fc is an example. It returned SelectorError.START_INDEX_IS_TOO_HIGH @ ; trigger:'105000' even though there happen to be 106107 Adparams in that specific campaign. Best regards, Dorian On Monday, September 2, 2013 2:39: