Google Adwords API 404 Status

2013-05-16 Thread Sam
I am using google adwords api to get all accounts, I am getting The request failed with HTTP status 404: Not Found., on this line : ManagedCustomerPage page = managedCustomerService.get(selector); When searching found out need to use latest service, but as you can see I am using v201302, can

Re: Python: Structure of Credentials object

2013-05-16 Thread Dorian Kind
Hey Noah, there's epydoc documentation available at: Basically you can just do On Thursday, May 16, 2013 3:14:39 AM UTC+2, Noah wrote: > > Hello, > > I'm just getting started with the

Re: Python: Structure of Credentials object

2013-05-16 Thread Dorian Kind
Hey Noah, there's epydoc documentation available: Basically you can just do: creds = OAuth2Credentials(access_token, client_id, client_secret, refresh_token, token_expiry, token_uri, u

Re: AdWords TestAccount Incomplete Signup Error

2013-05-16 Thread mst_ad
I have accepted the Terms and Conditions and filled the Billing information. The Developer Token is pending. I just want to know if the Account is marked as a test account or if i have made a mistake. Am Mittwoch, 15. Mai 2013 22:33:13 UTC+2 schrieb Danial Klimkin: > > Hello, > > > Please check

Re: Setting AdGroup status as ENABLED throws BiddingError

2013-05-16 Thread Roelf Jansen
Hi Danial As I responded earlier, this workaround does the trick. I need to confirm that the tempory AdGroup object is just a local construct & won't be seen as a new AdGroup object in the Campaign ? We do not want to use the AdGroups' long performance histories. Regards Roelf On Wed, May 15,

.NET client library for AdGroup level bid adjustments?

2013-05-16 Thread Reed
Having trouble finding the .NET client library to allows me to manage the Enhanced Campaigns, especially at the AdGroup level. What am I doing wrong? thanks reed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Google Adwords API 404 Status

2013-05-16 Thread Oliver
You need to specify which user to access data for. You need to create an AdwordsSession object. Check the example Java code here on how to do this: http://code.google.com/p/google-api-ads-java/source/browse/#git%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201302%2Faccountm

CustomerSyncService and client IDs

2013-05-16 Thread Dorian Kind
Hi all, in the Adwords web interface, you can filter the "Recent Changes" list by user account that actually performed the change. Am I correct in assuming that this information is not available when using the CustomerSyncService? Thanks & Cheers -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

What does SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED mean?

2013-05-16 Thread Jared
I am downloading the campaign criteria via the CampaignCriterionService, and I'm getting an ApiError of type SizeLimitError with the message SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED. I cannot find any information about this error, and how to avoid it. I've used paging of 1000 records and 500 re

creating keywords via google adwords API

2013-05-16 Thread traffic
I'm interested in creating keyword campaigns via the adwords API. Is this possible, or is the API only capable of retrieving data and not sending data through it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.co

Addition of Campaign Language and Location Criteria

2013-05-16 Thread Shruti Habbu
Hi, Is it possible to add campaign target criteria at the time of creation of the campaign? Eg - within the campaign settings? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Re: Oauth2.0 directly generating access token once already allowed access

2013-05-16 Thread David Torres (AdWords API Team)
Hi Chirag, I think the problem comes from a misunderstanding of the term client ID. OAuth2 client ID is not the same of the AdWords clientCustomerId, the OAuth2 client ID which you get through the API Console identifies your application, while the clientCustomerId identifies the AdWords account

Re: Search volume for January missing

2013-05-16 Thread David Torres (AdWords API Team)
Hi Sebastian, We have already published the volumes up to March. Let me know if you are still not seeing the data. Best, - David On Monday, May 13, 2013 8:04:25 AM UTC-7, Sebastian Altenberend wrote: > > Hi David, > > you got any news on this issue? > > Best > Sebastian > > Am Donnerstag, 21

Re: Conversion Tracking Source Analytics

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi Jorik, Unfortunately, it's not supported via AdWords API. Best, - Takeshi On Wednesday, May 15, 2013 12:32:37 AM UTC+9, jorik.k...@themarketingshop.nl wrote: > > > Hello, > > I am making a reporting tool for google adwords. I started making a > overview from the conversion tracking service.

Re: Youtube ads api query

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi Tom, I'm not 100% sure what exactly you want. Currently this Video Ads is the available resource. Best, - Takeshi On Wednesday, May 15, 2013 12:47:25 AM UTC+9, tomfl...@gmail.com wrote: > > Hi, > > I cant seem to spot anything

Re: Youtube ads api query

2013-05-16 Thread Danial Klimkin
Hello Tom, Are you looking for AdWords for Video API? In this case, we do not have a public API yet. -Danial, AdWords API Team. On Tuesday, May 14, 2013 7:47:25 PM UTC+4, tomfl...@gmail.com wrote: > > Hi, > > I cant seem to spot anything about a youtube ads api, can you please > advise if t

Re: AdWords TestAccount Incomplete Signup Error

2013-05-16 Thread Danial Klimkin
Please follow the instructions in the sticky post. If you can get campaigns list on an account with a pending token, it is a Test Account. -Danial, AdWords API Team. On Thursday, May 16, 2013 4:57:10 PM UTC+4, mst_ad wrote: > > I have accepted the Terms and Conditions and filled the Billing

Re: Getting ad stats for Google Search and Search Network separately

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you mean Google search and Search Partners? If so, you can segment it by querying AdNetworkType2 in AdHoc reports. Please see the example for Campaign Report Service. https://developers.google.com/adwords/api/docs/appendix/reports#campaign (Most of other reports have AdNetworkType2 as we

Re: Setting AdGroup status as ENABLED throws BiddingError

2013-05-16 Thread Danial Klimkin
Hello Roelf, Absolutely (provided you use the same ad group ID). This is known as "sparse updates" -- we recommend to only send the fields you are actually changing, and an ID to identify the object. -Danial, AdWords API Team. On Thursday, May 16, 2013 4:47:35 PM UTC+4, Roelf Jansen wrote:

Re: Ad Preview Type of Query from php

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please elaborate more what AdWords preview type of query is? Best, - Takeshi On Wednesday, May 15, 2013 3:11:50 PM UTC+9, Zsolt wrote: > > I wonder what kind of API call can be used to execute Adwords Preview type > of query (adtest=on) from php code? -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Update descriptiveName for customer (ManagedCustomerService/ CustomerService)

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, No, descriptiveName can not be updated. Best, - Takeshi, AdWords API Team On Wednesday, May 15, 2013 11:52:04 PM UTC+9, Robert Zimmermann wrote: > > Hello, > > is it possible to update the descriptiveName of an customer which linked > in mcc? > > best regards > Robert Zimmermann. > -- -

Re: .NET client library for AdGroup level bid adjustments?

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi Reed, Do you want a code example to add a AdGroup bid modifier? If so this example helps you. https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/CSharp/v201302/AdvancedOperations/AddAdGroupBidModifier.cs Best, - Takeshi On Thursday, May 16, 2013 10:05:13

Re: How to set geo-targets in new campaign (python)

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi, The two types of geo targeting at the campaign level are the campaign criteria for Proximityand Location

Re: Can I use identical ad text for different Adwords accounts?

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi, You should probably ask this on the general AdWords forums: https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords We're definitely not experts when it comes to policy. - Kevin Winter AdWords API Team On Monday, May 13, 2013 4:05:30 PM UTC-4, Tdown wrote: > > Hi guys, > >

Re: How do I know where a visitor came from?

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi Yang, This is not specific to the AdWords API - you might want to try the general product forums: https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords - Kevin Winter AdWords API Team On Monday, May 13, 2013 11:31:13 PM UTC-4, Yang Yang wrote: > > I submitted a campaign th

Re: is Javascript allowed in display/image ads?

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi Yang, This is not supported by the AdWords product. - Kevin Winter AdWords API Team On Tuesday, May 14, 2013 3:02:12 PM UTC-4, Yang Yang wrote: > > currently through the web UI, or API I can only see ways to create a pure > image ad, with a fixed-size image and some text titles. but sometim

Re: CampaignChangeData and AutomaticPlacements

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi Tomer, No, there isn't any way to find out about new automatic placements aside from the report. - Kevin Winter AdWords API Team On Thursday, May 16, 2013 1:36:22 AM UTC-4, Tomer Peled wrote: > > Hi Kevin, > > Yes I'm aware of that, but I was wonder if there is a way (maybe some > workaroun

Re: feedMappingService returns an UNEXPECTED_INTERNAL_API_ERROR

2013-05-16 Thread Kevin Winter (AdWords API Team)
Thanks for reporting this (and the workaround). We're going to try to improve this behavior - it shouldn't return this error just because a field is omitted. - Kevin Winter AdWords API Team On Wednesday, May 15, 2013 3:46:23 AM UTC-4, fr...@bgenius.com wrote: > > Hi Liudas, > > > Great, that w

Re: Query regarding rate sheet

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi Shruti, "What would be the rate per operation?" I'm not sure what you mean - one mutate operation = 1 operation, 1 GET call (no matter how many returned) = 1 operation, Basic access gets 10,000 operations per day. - Kevin Winter AdWords API Team On Monday, May 13, 2013 5:24:34 PM UTC-4, Ke

Re: Python: Structure of Credentials object

2013-05-16 Thread Noah
Still getting permission errors. I've created a new thread with details and code sample On Thursday, May 16, 2013 5:05:38 AM UTC-7, Dorian Kind wrote: > > Hey Noah, > > there's epydoc documentation available: < > http://google-api-python-client.googlecode.com/hg/docs/epy/oauth2client.client.OAut

Unexplained Authorization Error

2013-05-16 Thread Noah
Hello, My developer key was approved. I had a client give me access via OAuth2. Have the access and refresh tokens. Trying a very simple connection to list campaigns. Getting an error: adspygoogle.adwords.AdWordsErrors.AdWordsAuthenticationError: [AuthorizationError.USER_PERMISSION_DENIED @ ;

Re: Show customer balance

2013-05-16 Thread Chris Golden
Has there been an update to this code? It no longer works and I would love this functionality to set up Icinga / Nagios alerts to allow me to know when my clients are running low on funds. On Tuesday, June 12, 2012 4:49:22 AM UTC-4, Freddie Leeman wrote: > > I've created a php/curl script to ret

Re: Developer Account Operation Count Inconsistencies

2013-05-16 Thread David Apps
TLDR: Wrong operation counts getting returned when using a developer account. Any ideas? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Unexplained Authorization Error

2013-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Noah, You need to look at your clientCustomerId, and the login for which you generated your OAuth2 tokens. Does the login that the OAuth2 belongs to have access to this customerId? (i.e. it is a login to this customerId, or an MCC that has access to this customerId) Cheers, Anash P. Oommen,

Re: Ad Preview Type of Query from php

2013-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi, This cannot be done from AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, May 14, 2013 11:11:50 PM UTC-7, Zsolt wrote: > > I wonder what kind of API call can be used to execute Adwords Preview type > of query (adtest=on) from php code? -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Unexplained Authorization Error

2013-05-16 Thread Noah Silverman
Anash, I used an MCC account (of which the customer is not a member) for generating the OAuth2 tokens. The "client_customer_id" is the ID of MY MCC account. Is that incorrect? In general, we want to develop a service where we can access the accounts of many clients programmatically. I've see

Re: Adwords API read only access via OAUTH2

2013-05-16 Thread Scott Nagy
Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Go