Re: when clickType is used, impressions do not match (bigger)

2011-08-10 Thread Stefan Podkowinski
What I did is to stick with the headline views for aggregation, as the headline should be present every time the ad is served. Other elements, such as sitelinks or product extensions, will be included in your ad based on position, relevance and other factors. The way I understand the number of

השב: Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Dmitry
It looks like I have the same issue: MCC report with Perl API failed: error ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@CriteriaParametersat .../MCCReportDownloader.pm line 106. This report has been working everyday until now and continue to run ok manually. --

Update text and match_type of keyword in AdGroupCriterionService

2011-08-10 Thread g.a
I tried to update keyword in AdGroupCriterionService with rails. the 'bids' and 'user_status' fields were updated *but* 'text' and 'match_type' *aren*'t . I didn't get any api error . Thanks in advance -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Begin with google API and PHP

2011-08-10 Thread Mouloud Zennadi
Hello, i'm french developper, and i search everywhere in google documentation about API SOAP, and i don't understant, how does it work. Does anybody have a starter code with SOAP and PHP... How to connect to google service API with php? Best regards --

Re: Begin with google API and PHP

2011-08-10 Thread Joseph Ng.
Hi, Use your gmail account to work with adwords apis in sandbox. Find file auth.ini in your adwords apis folder then input something like below: email = youracco...@gmail.com password = YOUR_PASSWORD userAgent = MOZ applicationToken = ignored developerToken = youracco...@gmail.com++USD

Re: Calling the get() for the CampaignService??

2011-08-10 Thread Neil Kirk
Hey David Is it possible to use the client API without installing it; ie. copying the files to a directory and using: use FindBin; use lib $FindBin::Bin/; use Google::Ads::Adwords; My hosting company isn't able to install the library as it's not on CPAN, so this is the last option available to

GetAllAccountChanges problem

2011-08-10 Thread Joseph Ng.
Hi, I'm stuck with this problem: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@126c1bc after run script GetAllAccountChanges.php. I don't know how to run this script successfully, I didn't make any change in the script, and the error is thrown into my face

Re: Online pharmacy certification required.

2011-08-10 Thread Pete Lavetsky (AdWords API Guru)
Javeed, You can add Exemption Requests to your Ads / Keywords : http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.ExemptionRequest.html Pete On Aug 10, 7:56 am, javeed javeed.s...@gmail.com wrote: Hi, We are getting some problem/exception from adwords while using

Re: Sandbox and conversion optimizer

2011-08-10 Thread David Andrey
Could you add my name to the list of people requesting this feature. It's painful and potentially expensive to test this in production, especially now that ConversionOptimizer support is required for preferred pricing. Thanks, Dave -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Problems with authentication: Could not get Client Login token for user ...

2011-08-10 Thread Kevin Winter
Hi Daniel, Could you provide a little more detail about the exact error you are receiving? It sounds like the script requests a new Client Login token each time it runs. These authtokens are valid for 2 weeks. Have you tried caching them and see if reusing them prevents this type of

Re: GetAllAccountChanges problem

2011-08-10 Thread Ken Foster
The 2 problems I had, if it helps, is in the DateTimeRange the min and max date time formats have to be 'MMdd HHmmss' you can't just send 'MMdd'. And make sure the account (represented by the clientEmail) has campaigns. But other than that, it worked. --

RE: Account Access

2011-08-10 Thread Tony
In the web interface under My Account = Account Access there is a list of users who have access to the MCC which shows the Email address, Last Logged In date and their Access Level which is great, BUT there seems no way to access this information programatically via the API. I know the Customer

Re: ReportDefinitionError - Simple Campaign Report

2011-08-10 Thread Jon Brown
I've been experiencing a similar issues since the 8th. Specifically, when I GET https://adwords.google.com/api/adwords/reportdownload?__rd=report_id_here I get: !!!1|||report_id_here|| ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@UserAndExperimentStatus??? --

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
I also had problems with field names in the XML and It appeared that the documentation was a little out of date. The simplest way to find out for sure is to call a method of the v201003 or higher API on the ReportDefinitionService object. It has a method called getReportFields() which returns you

Re: ReportDefinitionError - Simple Campaign Report

2011-08-10 Thread opalepatrick
Hi Jon, yes I spoke to soon and it returned again this morning. Strange thing is that I have identical reports running on two accounts. One lot works the others dont. I have raised the issue with support as well, but early days. I noticed that another thread has spring up with the same sort of

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Jon Brown
Tony, thanks, but these are reports created via the AdWords web interface. I have only selected the basic fields, but clearly behind the scenes something is wrong. When I pull the report definitions via the API, I see the bad field(s) in the selector:

Re: Can I use the same ReportDefinition for different clientEmails?

2011-08-10 Thread Tony
I had exactly the same problem waiting for MCC Cross client reporting so I created a report for every individual client account and combined them later. Oh and you should NOT use client email but account number instead. The code looks like this using the v201101 .NET API Client Library in C#

Re: Can I get all ads by campaign at once?

2011-08-10 Thread Eric Liu
Thanks a lot for the reply. Another question is: if I do not specify paging, will it return all the creatives? Thanks Eric On Mon, Aug 8, 2011 at 5:19 AM, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hello Eric, Yes, it is possible with Generic Selectors. You can use the IN

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
Hi there your right in the sense that something has changed and what used to work now doesn't and I know how annoying that can be. My point was simply that for reports that are needed regularily you would be better insulated from such problems by creating them completely via the API at the point

Re: UseOAuth in the Example of PHP SDK

2011-08-10 Thread Eric Koleda
Hi Doug, If you call $user-SetOAuthInfo() before you create a service the library shouldn't require a password. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

V201101 AdGroup bids is Nothing

2011-08-10 Thread okiebug1...@gmail.com
I have been using V201008 and have started migrating to V201101 and immediately was stumped on where my AdGroup.bids have gone? What is the secret to obtaining the bids when using the AdGroupService to obtain/get an Adgroup. The selector.fields was my first thought and to add bids but it does

V201101 CampaignCriterion and Keyword.text missing

2011-08-10 Thread okiebug1...@gmail.com
OK, next up when using the V201101 web service to obtain the campaign level negative keywords, I obtain the match type but not the text. Another method that is not backward compatible w/o documentation outlining - so I assume it is a break that I should be reporting to the dev team. Please don't

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Jon Brown
Understood. There was some combination of things that wouldn't allow me to do it that way at the time. I think it had to do with old versus new reports for MCC account cross-client reports. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

assigning Adwords customer ID dynamically

2011-08-10 Thread knstech
Currently we have hard coded Adwords customer ID in INI file. But we need to change our script to call different Adwords accounts based upon a key input field.May I know how to assign adwords account ID dynamically? I really appreciate your help. --

Re: Performance Report geo codes instead of English names, and geo codes updates listening

2011-08-10 Thread SEM
Thanks David! An RSS feed for geo codes page(s) would be really efficient, as API Blog may talk about many other things and it'd be quite easy for geo-interest parties to miss the updates... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Authentication Issue with Adwords API (v201101)

2011-08-10 Thread Nariz Wallace
Hi, I downloaded the .Net Adwords Library, I've been reviewing the samples (TargetingIdeaService) I extracted some code to start working on some proofs of concept, but my problem so far is that I cannot get logged in to the sandbox, I modified the default values in the the app.config to use the

Authentication problems with .Net Library

2011-08-10 Thread Nariz Wallace
Hi, I downloaded the .Net Adwords Library. I've been reviewing the samples programs (TargetingIdeaService). I extracted some code to start creating some proofs of concept, but bigest issue, so far, is that I cannot get logged in to the sandbox, I replaced the default values for my authentication

Re: Authentication problems with .Net Library

2011-08-10 Thread Nariz Wallace
I found how to set the AuthToken in the app.config, it was right in front of me: add key=AuthToken value=INSERT_YOUR_AUTH_TOKEN_HERE/ Anyway, I'm still looking the answers for my other questions. Thanks. On Aug 10, 9:17 pm, Nariz Wallace lomb...@gmail.com wrote: Hi, I downloaded the

Daily reporting - Best time to execute.

2011-08-10 Thread Rob Ryan
I remember reading an article or blog post on here about when the best time is to execute say a report on yesterdays stats to ensure they are all fully up to date. Just wondering what the link was if you know of the one I'm talking about. Thanks. --

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread opalepatrick
I have been having the same problem over on another thread, and without wishing to suggest that this won't work for some, I do know that I created reports yesterday directly from the API and still have the same sort of problem: This seems to be the favourite