Adding text ad problem

2013-01-30 Thread Dmitriy
Hi. Today we get error line_overflow while add text ads using BulkMutateJobService. All campaigns targeted in Russia, and texts on russian language, but your servers unexpectedly disallow headlines having 26-30 characters and description lines having 36-38 characters. * * *Please, advise.*

Re: Adding text ad problem

2013-01-30 Thread Oliver
It is not unexpected :-) These are Ads character limits that have been around for a very long time. Ad headlines are allowed maximum 25 characters. The rest are allowed maximum 35 characters. Oliver On Wednesday, January 30, 2013 10:45:02 AM UTC, Dmitriy wrote: Hi. Today we get error

Re: Adding text ad problem

2013-01-30 Thread Dmitriy
http://support.google.com/adwords/answer/1704441?hl=en=en=enuls=en среда, 30 января 2013 г., 12:51:50 UTC+2 пользователь Oliver написал: It is not unexpected :-) These are Ads character limits that have been around for a very long time. Ad headlines are allowed maximum 25 characters. The

api developper

2013-01-30 Thread Maurice Largeron
Hi, Try to find an api developper for a consulting mission in France, tried to get in touch with Pete Lavetsky on twitter, to no avail. Any help finding such profil would be appreciated ! Tks in advance.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Oauth2 token in SOPA headers cause INVALID_TOKEN_HEADER

2013-01-30 Thread People Search
Hi! I have request to https://adwords.google.com/api/adwords/mcm/v201209/ManagedCustomerService with soap body: ?xml version=1.0 encoding=UTF-8?env:Envelope xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

How to access LogPath property from AppConfigBase in v201209

2013-01-30 Thread Angel
Hi All, Recently we have migrated to new version of AdWords Api v201209 and I am running into issues. major difference after adding new .net dll's in are solution is public AdWordsUser(AppConfigBase config, Dictionarystring, string headers); is not present in new version in our

AdWords API Test Account without live website?

2013-01-30 Thread jamescs88
Hi, The Test Account docs state that ...If the website is not a live page, we will not be able to process your application. Does Google completely restrict developers who do not have a live website (yet) from receiving a Test Account? Is there no way for me to dev on localhost first without

Re: Getting INVALID_CRITERION_ID after account was suspended/reactivated

2013-01-30 Thread technicalblueglass
It was our mistake. How embarrassing... In case anyone else finds this, the location and language params need to be an array of objects, not an array of ints On Sunday, January 27, 2013 9:56:22 PM UTC-8, Anash P. Oommen (AdWords API Team) wrote: Hi, If you are still facing this issue,

GetCampaigns.php working in Command line but not not in browser

2013-01-30 Thread Alan Coleman
Hello, I'm running *aw_api_php_lib_3.2.2 on localhost* I'm able to run GetCampaigns.php in the command line and return my data from Adwords. However running the same file through a browser returns a blank screen and no errors. Does anyone have any ideas? Many thanks -- --

Re: Negative Keywords blocking Targeted Keywords

2013-01-30 Thread IGS HeirSearch
How can you get the '*Negative keywords blocking targeted keywords *Link back up if you accidentially dismiss? How can you see this report, when ever you want !?! Thanks. On Friday, December 28, 2012 8:19:54 AM UTC-8, David Torres (AdWords API Team) wrote: Hi, This is not available in

make a Find keywords tool via google adwords API

2013-01-30 Thread Tran Minh Hung
HI all I want to use an api to get result form adwords.google.com Tools and Analysis Find keywords which Api does i use to do this. Please help me. Im a newbie in google adwords. Please see screen shot for more detail -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Remove the Heading Keyword Performance Report Title

2013-01-30 Thread silvester
Hi , Is it possible to remove the Keyword Performance Report title from the very first line of the CSV ADHOC Report? Thanks, Silvester -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: new to Adword Api v201209

2013-01-30 Thread Angel
Hi Anash, I went thought the link you provided in your reply. I downloaded awapi_dotnet_lib_src_v15.3.0 but unable to locate Google.Ads.Common.dll and Google.AdWords.dll in this folder. Can you please help us with this. Regards, Angel On Monday, January 28, 2013 10:32:16 AM UTC+5:30,

Policy Errors from disapproved ads

2013-01-30 Thread Michael Lavrisha
When you create an ad group text adhttps://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService#mutate and it has invalid punctuation, for instance, a PolicyViolationErrorhttps://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService#PolicyViolationError

ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread richard . worrall
Hi, I'm trying to use the following report definition: {:selector={:fields=[Id, Name, Status, AccountId], :predicates=[{field=CampaignStatus, operator=NOT_EQUALS, values=DELETED}]}, :report_name=AdWords on Rails report, :report_type=CAMPAIGN_PERFORMANCE_REPORT, :download_format=GZIPPED_XML,

TargetingIdeaService suddenly returns no results

2013-01-30 Thread Benjamin Tolman
Hi, 1. We are testing Adwords API TargetingIdeaService since December 2012. We made a lot of tests with success, but our API units summary never change (See below). It may explain the second problem. Used : 0 API units Remaining : 5,000,000 free API units System defined unit cap :

API Access Developer Token Taking very lang time? Even we have done all as per API team's Instructions??

2013-01-30 Thread Zcubator dave
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Google

Re: ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread Danial Klimkin
Hello Richard, The keys are expected to be symbols, try changing: field=CampaignStatus, operator=NOT_EQUALS, values=DELETED to: :field =CampaignStatus, :operator =NOT_EQUALS, :values = [DELETED] -Danial, AdWords API Team. On Monday, January 28, 2013 7:31:09 PM UTC+4, Richard Worrall

Re: ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread Richard Worrall
Thanks Danial, I figured out that was the answer :) On Wednesday, 30 January 2013 12:33:58 UTC, Danial Klimkin wrote: Hello Richard, The keys are expected to be symbols, try changing: field=CampaignStatus, operator=NOT_EQUALS, values=DELETED to: :field =CampaignStatus, :operator

Re: API Access Developer Token Taking very lang time? Even we have done all as per API team's Instructions??

2013-01-30 Thread Paul Matthews (AdWords API Team)
Hi Zcubator, Please send an email to adwordsapi-supp...@google.com with your request info so we may investigate this further. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Remove the Heading Keyword Performance Report Title

2013-01-30 Thread Jeremy Aube
It seems like removing that title would break a lot of other tools that already account for that title being there. On Tuesday, January 29, 2013 4:00:37 AM UTC-5, silv...@techwyseintl.com wrote: Hi , Is it possible to remove the Keyword Performance Report title from the very first line

Re: GetCampaigns.php working in Command line but not not in browser

2013-01-30 Thread Alan Coleman
If comment out the return line in the following, then the script works: // Don't run the example if the file is being included. if (__FILE__ != realpath($_SERVER['PHP_SELF'])) { //return; } Does anyone know why this is? Many thanks On Tuesday, January 29, 2013 6:07:36 PM UTC, Alan Coleman

Re: Adding text ad problem

2013-01-30 Thread Oliver
Hi Dmitriy, Apologies, I wasn't aware of this fact that there are different Ad restrictions for different countries. Sorry, I can't be of much help. Oliver On Wednesday, January 30, 2013 10:58:49 AM UTC, Dmitriy wrote: http://support.google.com/adwords/answer/1704441?hl=en=en=enuls=en

Fault occured while processing

2013-01-30 Thread Artur Meinzer
Hi, I was trying to delete a negative keyword, but it didn't work. I always get this error. Here is the soap response: HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=UTF-8 Content-Encoding: gzip Date: Wed, 30 Jan 2013 14:24:45 GMT Expires: Wed, 30 Jan 2013 14:24:45 GMT

Re: Negative Keywords blocking Targeted Keywords

2013-01-30 Thread David Torres (AdWords API Team)
Hi Anuj, This notification is not available in the API, but you can always pull down all keywords associated to a campaign and compare with the negative keywords to generate this kind of report on your side. Best, - David On Tuesday, January 29, 2013 1:06:48 PM UTC-5, IGS HeirSearch wrote:

Re: Empty adType attribute for html5 ad

2013-01-30 Thread j.e.frank
The forum page is working again. (this is my subtle way of bumping this topic) On Monday, January 28, 2013 10:23:47 AM UTC-5, j.e.frank wrote: Hi Paul, I did try that to get the logging. What I end up with is three empty files in a log directory: aw_api_lib.log, request_info.log, and

Re: Empty adType attribute for html5 ad

2013-01-30 Thread Paul Matthews (AdWords API Team)
Hi j.e.frank, So further investigation, given the information you've provided, it seems it is as you suspected, that reporting hasn't got the latest set of data yet. We're looking into this issue, I'll update this thread as soon as I have any more information. Regards, - Paul, AdWords API

Re: Adwords API giving incorrect volume

2013-01-30 Thread rizo
Hi find the information you requested attached: ?xml version=1.0 encoding=UTF-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header ResponseHeader xmlns=https://adwords.google.com/api/adwords/o/v201209;

Re: Strange segmenting behavior when using ConversionTypeName in account performance report

2013-01-30 Thread Dorian Kind
Hi Takeshi, are there any insights into this behavior yet? Thanks and best regards, Dorian On Thursday, December 13, 2012 12:45:25 PM UTC+1, Dorian Kind wrote: Thanks Takeshi, looking forward to the reponse! On Thursday, December 13, 2012 9:16:54 AM UTC+1, Takeshi Hagikura (AdWords API

Do I need to use OAuth 2.0 Authentication?

2013-01-30 Thread Alan Coleman
Hello everyone, A a newbie to the Google AdWords API I'm experimenting with the examples in v201209 I have GetCampaigns.php returning data from my test account successfully. However when I run GetCampaigns.php from a server I get an error: An error has occurred: Failed to get authToken.

Do I need to use OAuth 2.0?

2013-01-30 Thread Alan Coleman
Hello everyone, As a newbie to the Google AdWords API I'm experimenting with the examples in v201209 I have GetCampaigns.php returning data from my test account successfully on localhost. However when I run GetCampaigns.php from a server I get an error:* An error has occurred: Failed to get

DOMDocument error

2013-01-30 Thread Alan Coleman
Hello everyone, I'm running GetCampaigns.php successfully on my localhost (PHP Version 5.4.3) However when I run GetCampaigns.php on a server (PHP Version 5.4.8) I receive the following error: An error has occurred: Class 'DOMDocument' not found I have the correct extensions installed on

How to access LogPath property from AppconfigBase

2013-01-30 Thread Angel
Hi, Can anybody suggest me how can i use LogPath property from appconfigbase.cs. access modifier of Set is protected. I want to set value to this . can you please suggest me hoow can i achieve this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and