How to get all clientID in adwords acount.

2011-06-21 Thread DungCoi
Hii, Please help about problem get all clientID in a adwords acount. thank -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

get all placements from my account

2011-06-21 Thread Hongyu Li
Do we have a way to get all placement from my account, Currently i dump all criterion from the account and pick the Placements out. do we have something like. Predicate statusPredicate = new Predicate(); statusPredicate.field = "Criterion.Type"; statusPredicate.@operator = PredicateOperator.EQUAL

Re: Get all Adwords inside an Adgroup

2011-06-21 Thread Pete
Sorry for the double post; doesn't appear that I can edit my other one, I also need some more keyword information, specifically - Cost - Conversions - Clicks - Impressions Thank you! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Get all Adwords inside an Adgroup

2011-06-21 Thread Pete
Hi how do I get all the adwords under an adGroup with the PHP SDK? I can get all adgroup criteria but it doesn't include keywords: * This example gets all ad group criteria in an ad group. To add ad * group criteria, run AddAdGroupCriteria.php. To get ad groups, run * GetAllAdGroups.php. Any

Audience Targeting and Reports

2011-06-21 Thread jstedman
I have been trying to figure out how to attribute performance data to UserInterest and UserList criteria. Since there is no report which returns this information, the only way I can see getting this information would be to split adgroups and campaigns by audience and set the bids for each independe

Re: Report Content in V201101 versus V13

2011-06-21 Thread jstedman
For our update we ended up pulling 3 reports and merging their contents to get the same functionality out of the new reporting. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-

Googlemaps API

2011-06-21 Thread Kotton
Hi, I`m a newbie with the use of Googlemap APIs. So I was wondering, how you can use the Javascript-API to make an application that connects Geocodes, which you can enter yourself. Do I have to use a listener for somekind of event like "click" or something else? Hope you can help me. Kotton --

Re: Different Search Query Performance data returned from v13 and v201008

2011-06-21 Thread Joshua Chan
How that would help since it's v13 that is returning more results than v201008? That's assuming that adding a filter can only make the results smaller or the same size. I've tried many different filter combinations and it returns the same results for v201008 with or without the filter {'field':

Re: Internal API Error using CampaignTargetService

2011-06-21 Thread Joshua Chan
Hi David, I just tried the request again and this time I get a different error that's much more informative than that of five days ago - SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED I believe the general advice for this error is to use Paging but I don't see it supported in v201008's CampaignTarge

Re: UseOAuth in the Example of PHP SDK

2011-06-21 Thread Doug
Excellent thank you David! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subsc

Re: Want to get all fields of Keyword performance report

2011-06-21 Thread jstedman
In case that other thread gets buried, this link has all fields for all reports separated out into tables by report type: http://code.google.com/apis/adwords/docs/appendix/reports.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: Want to get all the fields for keyword performance report for setFields() on selector

2011-06-21 Thread jstedman
The link I posted above has all the fields selectable for all reports in separate tables for each report type. The "Name" field in the table is the name by which the report fields should be requested by through the API. The url for the all the report tables including the KeywordPerformanceReport

Re: AdWords Search Funnels

2011-06-21 Thread David Torres
Hi, This kind of report is still not available in the API but I'll communicate your request to the team. Best, -David Torres - AdWords API Team On Jun 17, 1:18 pm, Thiago Medeiros wrote: > I found this post about this issue, but it´s about 6 months ago. > > http://code.google.com/apis/adwords/

Re: Different Search Query Performance data returned from v13 and v201008

2011-06-21 Thread David Torres
Hi, The discrepancy might be coming from the fact that your filtering by SearchOnly in your v13 report while in the new report you are not applying any filters to the network AdNetworkType2. Best, -David Torres - AdWords API Team On Jun 17, 2:05 pm, Joshua Chan wrote: > Greetings, > > I'm curr

Re: International google adwords (non google US)

2011-06-21 Thread David Torres
Hi Herbert, It is not possible to obtain that information right now from the report, but I'll communicate your request to the team. Best, -David Torres - AdWords API Team On Jun 17, 1:36 pm, herbertbintoroe wrote: > Hey all, > > I just wonder if it is possible to tell if the results that I am

Re: AdWords Search Funnels

2011-06-21 Thread David Torres
Hi Thiago, We don't have any estimates yet, but I'll raise the request to my team again. Best, -David Torres - AdWords API Team On Jun 17, 1:18 pm, Thiago Medeiros wrote: > I found this post about this issue, but it´s about 6 months ago. > > http://code.google.com/apis/adwords/forum.html?place

Re: UseOAuth in the Example of PHP SDK

2011-06-21 Thread David Torres
Hi, You can use "anonymous" as consumer key and secret for testing against sandbox and then apply here http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html for using it in production. Best, -David Torres - AdWords API Team On Jun 16, 5:43 pm, Doug wrote: > Hi! So I finall

Re: UseOAuth in the Example of PHP SDK

2011-06-21 Thread David Torres
Hi, You can use "anonymous" as your consumer_key and consumer_secret for testing against sandbox or you can apply for getting both by following the instructions here http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html Best, -David Torres - AdWords API Team On Jun 16, 5:43

Re: HOW TO UPDATE AD PARAMETER?

2011-06-21 Thread Danial Klimkin
Hello reeta, The ad can not be updated once created. In order to change an ad, create a new one and delete the old one. BR, Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Re: Internal API Error using CampaignTargetService

2011-06-21 Thread David Torres
Hi, I'm not able to find your request in our logs, do you mind posting a more fresh request id? and I'l be glad to investigate. Best, -David Torres - AdWords API Team On Jun 16, 1:49 pm, Joshua Chan wrote: > Hello, > > while using v13's CampaignTargetService.Get on a certain account, I've been

Re: Migraring V13 Structure Reports to v201101

2011-06-21 Thread David Torres
Hi All. I also wanted to communicate that we have also included more information in our Report Types appendix to call out those kind of fields, like Date, that prevent report for returning zero impression rows. Please give it a look to the appendix http://code.google.com/apis/adwords/docs/append

Re: How to retrieve signup and lead conversion using API v 201101

2011-06-21 Thread David Torres
Hi Shay, You just need to add ConversionCategoryName as a field to your report and it will segment by the type of conversion. Best, -David Torres - AdWords API Team On Jun 16, 10:30 am, ShayBarChen wrote: > Hey , > > In v13 i was able to retrieve signup and leads conversion Per Ad , how > can

Re: Bulk Upload not working in production only

2011-06-21 Thread David Torres
Hi, Can you share request ids for your logs? I'll be glad to investigate in our side having your request ids. Best, -David Torres - AdWords API Team On Jun 16, 7:23 am, Pulkit wrote: > Hi, > > I just checked the staus of job it shows cmpleted but still not able > to see even a single add in li

Re: Real Time Data

2011-06-21 Thread David Torres
Hi, Most of the statistical data in reports in only available a few hours (usually 3 hours) after the ad impressions occurred. Best, -David Torres - AdWords API Team On Jun 16, 3:57 am, munna wrote: > Hi All, > Can we get the real time data for keyword report .I am using ad words > api v13. >

Re: Account name and email address

2011-06-21 Thread Rob
Hi Eric, Thanks for your reply. Once I got to grips with the different selector name and format in this service (why is that?) I can see the information you refer to, so that's a great start. If I specify a customer ID in the ServicedAccountSelector, only the Account data is returned, not the

Re: Account name and email address

2011-06-21 Thread Rob
Hi Eric, Thanks for your reply. Once I got to grips with the different selector name and format in this service (why is that?) I can see the information you refer to, so that's a great start. If I specify a customer ID in the ServicedAccountSelector, only the Account data is returned, not the Li

Re: Aw: Re: Where is the documentation for v201101 gone?

2011-06-21 Thread Eric Koleda
Hi All, You can also access the English docs by replacing "de" with "en" in the URL: http://code.google.com/intl/en/apis/adwords/docs/ Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

WANT TO UPDATE CAMPAIGN ADSCHEDULING TARGET LIST

2011-06-21 Thread Reeta Malik
Hi all, I am using v201101 to update campaign adscheduling target list. When I Try to upload adscheduling target for a specific campaign then it works successfully but When try to update bidMultiplier for AdScheduleTarget Object , then it doesn't seems work well. For example I want to update b

R: how to get keyword's bid

2011-06-21 Thread Marco T.
The same problem is for get the adgroup's bid. What's the correct procedure for retrieving info and bids? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

how to get keyword's bid

2011-06-21 Thread Marco T.
Hi, I'have some problems to upgrade my system to the new API version. I'm using the PHP client. For example when I try to download all the keywords from an adgroup the bids property are empty. Is there a field to set or is there a new procedure? thx, Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Strange behavior when Changing Destination URLs for TextAds. ChangeHistory does not fit

2011-06-21 Thread Julian
I wrote a method for adding some parameters to the destination URLs of TextAds for our customers. Because its not possible to change the URL directly i first create a new Ad as a copy of the original ad, adding the parameters to the new Ad's URL and then setting the status for the orginial Ad to de

Re: Campaign Optimizer via API

2011-06-21 Thread tt
Ok, thanks for help. Regards On Jun 20, 8:01 pm, David Torres wrote: > Hi, > > There is no API to automatically apply changes to your campaigns based on > suggestions, though is something that can be build using the API along with > the suggestions retrieved via the BulkOpportunityService. > >

Re: v201101: Need ApprovalStatus field for keyword report

2011-06-21 Thread Mack
Hi there, We are dealing with the same problem here. For efficient retrieval of the approval status, adding this field to the Keyword Performance Report would be very useful. Could you give us some feedback on the progress with this issue? Thanks, Mack. On May 17, 7:36 pm, Kevin wrote: > Hi Dav

Re: HOW TO UPDATE AD PARAMETER?

2011-06-21 Thread Reeta Malik
Here is the code: Here id's and other things are correct. // Get the AdGroupAdService. $adGroupAdService = $user>GetAdGroupAdService(); $adGroupId = (float) $engineAdGroupId; $adId = (float) $engineAdvertisementId; // Create text ad. $textAd = new TextAd(); $textAd->id = $adId;