Re: php code examples update keyword status

2012-07-03 Thread Steve
Sure. No Problem. Good Luck! On Tuesday, July 3, 2012 9:31:28 AM UTC-7, opalepatrick wrote: Thanks a lot Steve, run off now and have a go :-) On Tuesday, July 3, 2012 5:36:04 PM UTC+2, Steve wrote: On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: HI, be appreciated

Re: Tracking site-link performance.

2012-07-03 Thread Kevin Winter
Hi, This report uses the same data as the UI does. It's my understanding that the intent with sitelinks is that you add a few of them and then Google's algorithms determine the best performing ones and displays those more often. You can report on sitelinks overall via the Ad Extensions

Re: Which one is the TotalConversionValue?

2012-07-03 Thread Kevin Winter
Hi Oliver, I believe they are duplicate fields for backwards compatibility. Do you see them returning different values? - Kevin Winter AdWords API Team On Wednesday, June 27, 2012 11:05:49 AM UTC-4, Oliver wrote: Hi everyone, In most of the reports there are these two fields:

SOAP Module for AdWords Maven 1.4.0 Java Client Library

2012-07-03 Thread Ewan Heming
Hi, I've built a Java client using the Maven client library; on my Ubuntu box it's working fine, but when I try and run the exact same project on Windows I get the following error: Unable to locate a SOAP module by reflection. Did you forget to add a plugin specifying which SOAP framework to

Easy To Use Client Dashboard

2012-07-03 Thread darwinification
Hello. I'm completely new to Adwords API but I'm a long time Adwords advertiser using MCC with a number of clients. I'm still a small boutique business but I'm facing a lot of competition from larger firms that provide all sorts of fancy bells and whistle beyond standard management services.

Re: why keyword performance report different result by comparing results from HTTP Request and directly from mcc

2012-07-03 Thread AdWordsAPIAdvisor
Hello Minius, Try the following predicate: predicates fieldStatus/field operatorIN/operator valuesDELETED/values valuesPAUSED/values valuesACTIVE/values /predicates -Danial, AdWords API Team. Original Message Follows: From: Minius

Creating a sandbox account python

2012-07-03 Thread nick
I am trying to create a sandbox account associated with a business account with API access. However, the readme and instructions on-line all seem to give false information. This is what I have tried: 1) README instructions - Run examples/adspygoogle/adwords/v200909/get_unit_count.py, which

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-07-03 Thread joanfihu
Hi Danial, I've created a MCC account. Anash mentioned before (*1. Run GetCampaigns code example. This initializes the sandbox and creates 5 test sandbox accounts.*). I've done it and I only got No campaigns were found. I've also tried *GetAccountHieriarchy *and I got (Customer Id, Account

Re: Campaign Daily Budget Settings

2012-07-03 Thread Ronak Shah
Hello Anash, Sorry but i didn't get you properly, let me explain you the situation here i want to know the daily budget spent on my campaign and how much of that budget is utilised for my campaigns, and also in campaign performance report there are two columns Amount and Cost.what does this

Problems wird PolicyViolationError

2012-07-03 Thread Jürgen
Hi, we use the AdGroupAdService to mutate target urls on ads. The headline and the description fields will not changed. But unfortunately we got policy violation errors on many ads, though the ads already exists in Google AdWords. It seems, that AdWords will apply different policies on *how

Re: API usage costs

2012-07-03 Thread Danial Klimkin
Hello VijayRaj, For CampaignService please refer to the ratesheet linked above: https://developers.google.com/adwords/api/docs/ratesheet In your case it will be billed by the number of campaigns returned. -Danial, AdWords API Team. On Tuesday, July 3, 2012 4:42:18 PM UTC+4, VijayRaj

Re: how can i know Ad group Id

2012-07-03 Thread Danial Klimkin
Hello Veniram, We do not document the UserInterface URL parameters nor guarantee they will be unchanged. The AdWords API is a separate product to the UI. -Danial, AdWords API Team. On Saturday, June 30, 2012 8:23:19 AM UTC+4, veniram wrote: can someone please help to find me the Ad group

Re: v201109 ad performance report keword id problem

2012-07-03 Thread Danial Klimkin
Hello Sinisa, These criteria id are in the demographic targeting range: https://developers.google.com/adwords/api/docs/appendix/ages You can't see them in keywords report as they can only be negative targeted. -Danial, AdWords API Team. On Thursday, June 28, 2012 11:06:23 PM UTC+4,

Re: LocationCriterionService sometime not work properly

2012-07-03 Thread Danial Klimkin
Hello nguyen khac tu, Please send us full XML code of the response and the server reply. Make sure to remove all sensitive data such as AuthToken and DeveloperToken. -Danial, AdWords API Team. On Saturday, June 30, 2012 2:28:12 PM UTC+4, nguyen khac tu wrote: hi all i want to estimate

Re: CustomerSyncReport instead of CustomerSyncService?

2012-07-03 Thread Danial Klimkin
Hello Daniel, The CustomerSyncService was designed to help the API users to synchronize account states of the server and the client. It is not meant to give detailed change history on all objects. As such, it is easy to get information on what was changed but extra calls are required to

Re: How to get keywords

2012-07-03 Thread Danial Klimkin
Hello Sean, It appears you are requesting a wrong field in the predicate. You can find the list of available fields in this reference article: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201206-AdGroupCriterionService Particularly, for 'userStatus' you need to

Re: When will the v201206 (python) client libraries be released?

2012-07-03 Thread Danial Klimkin
Hello Arthur, We are currently working on the releases for every client library. Generally, libraries are available within 2-3 weeks after the API release, but we don't have an exact date set. -Danial, AdWords API Team. On Monday, July 2, 2012 8:49:00 PM UTC+4, Arthur Gerigk wrote: See

Re: How to download keyword performance report for all accounts using MCC credentials

2012-07-03 Thread Danial Klimkin
Hello Sumit, This is possible with the same credentials but multiple requests. You need to make one request per client account specifying the clientCustomerId for it. You can also do it in parallel to save time. We do not have example for Python but here is one for Ruby:

Re: Conversion location field

2012-07-03 Thread Lourens
Hi David, Is there any news on exposing Conversion location through the API? I see that Mobile app downloads are now also available in the UI and we would like this to be added to the API. Kind regards, Lourens On Monday, February 6, 2012 5:50:00 PM UTC+1, David Torres wrote: Hi Greg,

How to get keywords

2012-07-03 Thread Sean
Hi there, I am trying to convert some code from v13 to v201109_1 Adwords API. I have spent hours looking around and cannot find any examples of this. Any help would be much appreciated!!! Thank you. The old code is the following: UserStatus[] userStatus = new UserStatus[] { UserStatus.ACTIVE,

Click Performance Report

2012-07-03 Thread Stefan Podkowinski
I haven't really tested the new click report yet, but reading the field description it seems the clickId is provided as a long datatype. Has anyone figured out if it can be mapped to the alphanumeric gclid parameter? Having a click level report could be a potential game changer. But there

CustomerSyncReport instead of CustomerSyncService?

2012-07-03 Thread Daniel
Hey guys, we tried to work with the CustomerSyncService to make a specific Report for our clients. In this reporting wi'll show how many changes we made in the last 30 days in their accounts, like for e.g. how many textads (or negative keywords, adgroups etc.) were added by us or how many cpc

Re: How to get keywords

2012-07-03 Thread Sean
Hi I'm sure the above code is obviously wrong and someone will see straight off, what is should be but I should have mentioned that the errors I'm getting are [SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector; trigger:'UserStatus'] I get the same error also for the BIDDABLE

Re: API usage costs

2012-07-03 Thread VijayRaj Chauhan
Hi Daniel, I am using *CampaignServiceInterface *to get the list of campaigns along with the 10 selector fields. Can you please let me know how the api units is calculated for this request?? Does it depends on the no. of selector fields requested or the no. of campaigns returned?? TIA,

Re: URL Performance Report failing on google's end

2012-07-03 Thread GregT
Hi, Bryan. I had no workaround. But, it appears that starting about mid-day yesterday (in the US), the report started working again. Anash, thanks for passing along to the reports team for them to fix. Greg On Monday, July 2, 2012 5:37:34 PM UTC-5, ADM wrote: Greg, Have you found any

Re: Selecting AdGroups by KeywordContentMaxCpc, not working?

2012-07-03 Thread Rallan
Any help? On Saturday, June 23, 2012 11:16:25 PM UTC+1, Rallan wrote: Hi. I'm working in PHP on my own site, and I am a newbie so if I am missing something obvious please be patient :-) I've been unable to get the sandbox working so I am working (carefully) with a test campaign in the

Re: Pause/Enable/Delete text ad and keyword

2012-07-03 Thread opalepatrick
I'd be an adwords guru as well if I went around giving linkd to the docs and not answering the question On Friday, January 7, 2011 9:23:43 PM UTC+1, Pete Lavetsky (AdWords API Guru) wrote: API reference is here: http://code.google.com/apis/adwords/docs/developer/index.html Code examples

Re: Dev API Token - Still Pending

2012-07-03 Thread tiredofwaiting
Hello Anash, We have been trying to get approval for our API since March 2012. Every email to adwordsapi-tok...@google.com remains unanswered since early May, ever since we setup a dedicated account for your team. when you meant 5-6 month ISO weeks I say no more but don't think you intended

Re: Dev API Token - Still Pending

2012-07-03 Thread tiredofwaiting
Hello Anash, We have been trying to get approval for our API since March 2012. Every email to adwordsapi-tok...@google.com remains unanswered since early May, ever since we setup a dedicated account for your team. when you meant 5-6 month ISO weeks I say no more but don't think you intended

php code examples update keyword status

2012-07-03 Thread opalepatrick
HI, be appreciated if someone can point me at a current link with php examples showing how to update keyword status. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: php code examples update keyword status

2012-07-03 Thread Steve
On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: HI, be appreciated if someone can point me at a current link with php examples showing how to update keyword status. Hi. Here is a function (in PHP) I use to perform basic updates to keywords... like CPC updates, activate,

Organizing Ads to fit within limits.

2012-07-03 Thread Chris
I'm a developer tasked with adding some automation to our Adwords account management. After getting partially up to speed on the API, best practices, and how we do things, I'm a little concerned about our current setup and how we can improve it. I don't want to automate a bad process. We

Re: php code examples update keyword status

2012-07-03 Thread opalepatrick
Thanks a lot Steve, run off now and have a go :-) On Tuesday, July 3, 2012 5:36:04 PM UTC+2, Steve wrote: On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: HI, be appreciated if someone can point me at a current link with php examples showing how to update keyword status.