Re: reporting within MCC account via API v201008

2011-02-03 Thread AdWords API Advisor
Hi Daniel, We don't have a LISP library, all the libraries that we maintain are listed at http://code.google.com/apis/adwords/docs/clientlibraries.html and kept upto date with the latest version of AdWords API. So you can use the Python library if that suits you. As for your issue, - CampaignSer

Why I can't generate the Demographic Report yun the Google Adword API Service in my code?

2011-02-03 Thread Janice
Why I can't generate the Demographic Report yun the Google Adword API Service in my code? It always return an error because of job parameter name. but i use this http://code.google.com/apis/adwords/docs/developer/adwords_api_report_demographic.html as my reference. Other types of reports work

Re: getting campaigns from the sandbox

2011-02-03 Thread AdWords API Advisor
Hi, The sandbox accounts are initially empty, you need to create campaigns in them using AddCampaign.php before trying out the GetAllCampaigns.php example. Also, if you are starting fresh, I recommend you to use the latest version of the API (v201008) instead of v200909. Cheers, Anahs P. Oommen,

Re: Cannot get AdGroupadSelector Filters to work in a "Get"

2011-02-03 Thread AdWords API Advisor
Hi Keith, You can refer to the documentation of AdGroupAdSelector at http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.AdGroupAdSelector.html to see what field names you need to use in the xml. For instance, you need to add to filter by ad group id. Cheers, Anash P. Oomm

Re: deleting an adwords account

2011-02-03 Thread AdWords API Advisor
Hi, Since this question is specific to AdWords, could you ask your question at http://www.google.com/support/forum/p/AdWords?hl=en instead? Cheers, Anash P. Oommen, AdWords API Advisor On Feb 4, 4:48 am, yawnmoth wrote: > I got an invitation to share an adwords account but when I try to join I

Re: Editing Headline/Desc1/Desc2

2011-02-03 Thread AdWords API Advisor
Hi Darren, Navneet is correct, you cannot modify the ad's headline once it is created, so you cannot put the ad param in place for existing ads without deleting it and losing history. So as he suggests, try creating fresh ads with placeholders and change param values in the future. Cheers, Anash

Re: Editing Headline/Desc1/Desc2

2011-02-03 Thread Navneet
In my understanding, you should not modify the existsing ads (if you do that, you woll loose all history anyways). Best way to achive this, create brand new ads with adaparams and then you can change the values of these params in future without affecting the history. Can somebody from Google API t

deleting an adwords account

2011-02-03 Thread yawnmoth
I got an invitation to share an adwords account but when I try to join I get this error message: The Google Account u...@domain.tld already has access to an AdWords account (Customer ID: .) Is there a way to delete access to the AdWords account I currently have access to so that I might add

Sandbox with GetRelatedKeywords.php

2011-02-03 Thread dangoru
Hi, I'm try to using sandbox with the GetRelatedKeywords example, but it doesn't work. my auth.ini is: email = "da@***.com" password = "***" userAgent = "AdWords API PHP Code Example" applicationToken = "ignore" developerToken = "dan***@.com++USD" ; Uncomment to ma

Re: Detecting if Ads used on a Domain i.e. is an adwords campaign present on X domain

2011-02-03 Thread AdWords API Advisor
Hi Ben, No, this information is not available through the API. Best, - Eric Koleda, AdWords API Team On Feb 1, 7:03 pm, Ben Young wrote: > We're doing some research and trying to figure out how we can detect if an > adwords campaign is running against an X Domain.  Can we do this with the > API

Re: Ad Params for adgroups

2011-02-03 Thread AdWords API Advisor
Hi Nick, You are correct, ad parameters can only be set on a per-keyword basis, and if all keywords should show the same value then they will all need to be updated. You can set multiple ad parameters in a single request, but there is an API unit cost per ad parameter. Best, - Eric Koleda, AdWor

Re: Editing Headline/Desc1/Desc2

2011-02-03 Thread P Bond
Hi, thank you for your reply!! Very useful information! My only question is will this only work on ads created through the API, or can I set it up with my existing ads that were set up in the AdWords UI some time ago, and thus have lots of stats? Thanks, Darren On Feb 3, 7:30 pm, Navneet wrot

different values for conversionTrackingPurpose?

2011-02-03 Thread codeninja
we are pulling ad performance report with conversion columns and want to know what values get sent back in conversionTrackingPurpose field? we couldnt find any documentation on it...v13 supported Default, Lead, PageView, Signup and Sales so what string values should we expect for them and are there

Vertical placements data in managed placements performance report?

2011-02-03 Thread Reed
A few weeks ago I asked about support for vertical placements in the performance data. These are placements whose name looks like category::Computers & electronics>Software or category::Business &Industrial>Business Services>xxx Services The response was that there was no support for this, wh

Re: reporting within MCC account via API v201008

2011-02-03 Thread daniel
Unfortunately, v13 seems unable to get a list of Campaign IDs... or at least the example Python code associated with that version seems incapable. Running schedule_campaign_report.py fails because no 'entries' are found after the call to GetCampaignService(). Attempting to populate the list of ca

getting campaigns from the sandbox

2011-02-03 Thread yawnmoth
http://google-api-adwords-php.googlecode.com/svn/trunk/examples/v200909/GetAllCampaigns.php I'm using that script to connect to the AdWords sandbox and pull a list of the campaigns from the sandbox. I know what campaigns are in my regular account but have no clue what's in the sandbox. The abo

Re: Editing Headline/Desc1/Desc2

2011-02-03 Thread Navneet
Hi Darren, You can use Adparams to achieve this. http://adwordsapi.blogspot.com/2009/11/more-dynamic-ads-with-ad-parameters.html On Feb 3, 9:09 am, Darren wrote: > Hi, > > I'm new to using the AdWords API, but need it to simply do the > following: > > When we update a product price in our i

Editing Headline/Desc1/Desc2

2011-02-03 Thread Darren
Hi, I'm new to using the AdWords API, but need it to simply do the following: When we update a product price in our internal system, connect to the product's ad and edit the price, which is usually displayed in the 'headline' or one of the 'description' fields. I can't see how to do this from th

Re: Cannot get AdGroupadSelector Filters to work in a "Get"

2011-02-03 Thread Keith Pettersen
Thanks Anash! I just assumed that we had to use the idfilter across all "Gets".. I was able to filter by campaignid, and number of results, but I could "not" filter by adgroupId? Regards, Keith -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

customerId = 0 on fresh Sandbox clients

2011-02-03 Thread ABO.MCC
Dear all, since the last Sandbox DB reset it took me a while to get back authorized, at first. Once that finally worked, I now have a fresh account, but unfortunately all 5 clients have "customerId = 0". I tried for two different emails, same result. ;o( Using the Google API implementation for

AdWords API Re: Bidding strategy

2011-02-03 Thread Madhi
Hi, I want to integrate Bidding stategy to our application. I couldn't find any of the sample code in php to integrate. If you have any sample code please send it to me. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Error "The user configured in the account is invalid" when using MCC api login access

2011-02-03 Thread Mike Warwick
We are currently using 1 root MCC level login to update all of our client accounts, which sit in various sub MCC's This works for all clients except one which has its own MCC and fails around 80% of the api update attempts. The attempts fail on all accounts within this sub MCC. The error retur