Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
Hi Peter. To tell you the truth I don't see any huge problem. The main problem here is linking with current ads+keywords and your code. You can link existing ads or create new one. After the you just need to go throw your keywords and check for 'blue', 'red'. For example: Table will should help

Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
You just need to store values in database. For example in such table: product | price | count | ad group id | keyword id | date. Every time when your script will get new merchant feed it should compare current price and database value. If they differs you just need to update parameters in Adwords

Re: How to use AdWords API in my application?

2011-05-10 Thread Evgeniy Bogdanov
Hi Dmitry. Don't panic. :) Answers are by text. On 10 май, 12:23, Dmitry Kravchenko wrote: > Hi! > > I don't understand a security ideology of accessing AdWords API. > > I need to write an application for my customer, which uses AdWords. But as I > see, I require some "developer token" to access

Re: Data for the day before yesterday

2011-05-10 Thread Evgeniy Bogdanov
Hi Peter. Really can't understand what type of your issue: PHP or Adwords API? Why you're creating 'daybeforeyesterday' with such strange way? On my opinion the best is: $startDate = date('Ymd', strtotime('-1 day')); $endDate = $startDate; Or I'm missing something? Regards, -- =~=~=~=~=~=~=~

Re: Keyword Tool API

2011-05-10 Thread Evgeniy Bogdanov
Yes Google have such API. This is link for it http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/TargetingIdeaService.html Regarding http://code.google.com/intl/en-EN/apis/adwords/docs/ratesheet.html You have 2 ways to query Google: 1. Perform query by grouped keywords. 2. Ask

Re: Google adwords API library crashes with cake PHP 1.1

2011-05-10 Thread Evgeniy Bogdanov
Hi I'm not familiar with CakePHp but got such error in CodeIgniter in the past. The problem were in similar class name. Perhaps your issue is the same? Something like: Selector, Page, Language etc... ? Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Re: SOAP response cut off

2011-05-10 Thread Evgeniy Bogdanov
Hi. I think that this happens cause you're trying to download all 88653 entries. Try to download this data using Paging, and group keywords by 3000 for example. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: Adwords-brand names

2011-05-11 Thread Evgeniy Bogdanov
Hi. Adwords made such exceptions for one of my clients. As I understand he showed to the support that he is official seller off goods with such brand names. Anyway your question better to ask to Adwords not to Adwords API support. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: How To Get Broad/Exact Searches for Large Keyword Lists

2011-05-12 Thread Evgeniy Bogdanov
Hi. No, this can't be done. You can use TargetingIdea service to get count of searches http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/TargetingIdeaService.TargetingIdeaSelector.html#requestedAttributeTypes but this is not search results. Regards, -- =~=~=~=~=~=~=~=~=~=~=~

Re: Broad Match Modified Kwords

2011-05-13 Thread Evgeniy Bogdanov
Hi. echo preg_replace("#^'#", "", "'+red shoes"); Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-14 Thread Evgeniy Bogdanov
Hi Peter. I didn't meet with such problem but as an idea: All clients have also Client ID field. Adwords API can accept this ID instead of client e-mail. So you need way to get this IDs for such accounts. Take a look on this methods: http://code.google.com/intl/en-EN/apis/adwords/docs/reference

Re: Which parameter to use, to receive account's datas?

2011-05-14 Thread Evgeniy Bogdanov
Regarding this: http://code.google.com/intl/en-EN/apis/adwords/docs/headers.html You need to use clientCustomerId and point Customer ID not Client E- mail. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Auth token could not be retrieved because of IOException: com.ibm.jsse2.util.h: No trusted certificate found

2011-05-14 Thread Evgeniy Bogdanov
I've meet with same problem but on PHP. :) Try to disable all SSL certificates checks. Or other way - setup your server storage certs. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.

Re: Can you use Google API to pull organic competing pages (i.e. About 1,000,000 results)

2011-05-15 Thread Evgeniy Bogdanov
Hi Brett. Unfortunately this can be done with Google Adwords API. By the way - scraping web search results is violating Google Web Search Terms Of Use. Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: Can you use Google API to pull organic competing pages (i.e. About 1,000,000 results)

2011-05-16 Thread Evgeniy Bogdanov
Yes, right, this can't be done via Google Adwords API. You can try to use Google AJAX Sarch API, but it have different results with Web Search. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: Developer Token Still Returns "Fake" Sandbox Data

2011-05-17 Thread Evgeniy Bogdanov
Hi Austin. > KEYWORD In v201101 were changed set of fields for TargetingIdeaService. Now it haven't KEYWORD. You should use CRITERION. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Are you sure that you've installed SoapClient extension? Create file with And execute it. Search for SOAP keyword. If you don't have it you need to install it. Installation of this extension is depends on your operating system. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: MCC -> List Adwords Accounts

2011-05-20 Thread Evgeniy Bogdanov
Hi. Yes, it is possible. Take a look on: http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/ServicedAccountService.html (v201101) - preferred. http://code.google.com/intl/en-EN/apis/adwords/docs/developer/AccountService.html (v13) - will be closed in few months. This is example

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Evgeniy Bogdanov
Hi Claudio. Yes, you're right. You don't have PHP SOAP extension. I'm not familiar with Darwin or Mac OS yet. :) Try to use this link http://wiki.developerforce.com/index.php/Workbench#Option_4:_Compile_and_install_soap_module to install SOAP extension. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Bulk Mutate Service shows no error and no result in sand box

2011-05-22 Thread Evgeniy Bogdanov
Hi. When I've started my meeting with BulkMutateService I've found 2 strange things: 1. If one operation were failed all queue will be failed. 2. Even if all queue were failed it will be marked as COMPLETED not as FAILED. Did you get results of your jobs? Are you sure that they were successful?

Re: Keyword Tool API

2011-05-23 Thread Evgeniy Bogdanov
Hi. This functionality is available in Adwords API. Link to the document for this: http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/TargetingIdeaService.html Link to the example (PHP): http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetRelat

Re: How to find a specific campaign?

2011-05-25 Thread Evgeniy Bogdanov
Hi. You can find ID of campaign via UI. You need to open needed campaign and take a look on URL in browsers address bar. Campaign id will be in &__c parameter. This picture http://s41.radikal.ru/i094/1105/99/5abb6f76abfc.png will help you to understand if I'm not too clear. Regards, -- =~=~=~=

Re: Always Under Consideration

2011-05-25 Thread Evgeniy Bogdanov
Hi. Quote from: http://groups.google.com/group/adwords-api/msg/99582a5df9cdf8ca >Hi everyone, >If you are facing delays in getting your tokens reviewed, please mail your >API MCC customer id to me (anash.p.oom...@google.com) and ping this thread. >I'll escalate the review process for you. >Chee

Re: Regarding silverlight support for adword api

2011-12-15 Thread Evgeniy Bogdanov
Hi. You can develop your application using Silverlight 2.0 and official client for DotNet. http://code.google.com/p/google-api-adwords-dotnet/ Regards, Evgeniy. On 15 дек, 19:09, teginder shergill wrote: > Hi > > i want to know that whether that Ad Words API support silverlight > applications.

Re: I sthere anyway to talk to a human about my account?

2011-12-15 Thread Evgeniy Bogdanov
Hi Nikki. You can try to trick a system. :) Search forum for Aneesh's (sorry if misspeled) or Danil's. I remember that they posted that you can send them direct mails if you have some problems with activation/suspending accounts. But just to clarify - they're humans who can, but shouldn't help y

Re: Connecting to Adwords API in C#

2011-12-15 Thread Evgeniy Bogdanov
Not sure if it will works in C# library (can't check it's source code for validation), but try to setup your clientCustomerId as client_1+compancy...@gmail.com. Sandbox and your Adwords Api account are not linked with data or any relations. They both have only one same enter point - API's develope

Re: GetAllAdGroupCriteria.php returning incorrect data

2011-12-15 Thread Evgeniy Bogdanov
Hi. So, you've executed PerformBulkMutateJob.php and it showed you a lot of messages like: Ad group criterion with ad group id 123456 criterion id 111223232 .. was added But, when you're executing AddAdGroups.php and edited it with same adgroup id as in PerfomrBulkMutateJobs.php it returns no

Re: using clientCustomerId instead of clientEmail, but what about the AuthToken?

2011-12-15 Thread Evgeniy Bogdanov
Hi. To tell you the truth I can't understand why you need to ask both customerId and e-mail. Adwords API can authenticate your requests if you use one of them. Can you show your code or give more details? I think that this will help to solve your problem faster. Regards, Evgeniy. On 14 дек, 11:

Re: Keyword returned as "Content"

2011-12-15 Thread Evgeniy Bogdanov
Hi Vishal. Which library do you using? I think that you want to use TargetingIdeService, but have errors in your parameters. Please, show your code or SOAP XML request. Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2011-12-15 Thread Evgeniy Bogdanov
Hi Evgeny. Just to clarify - you don't able to get data for this 44619 keywords for any parameters set? Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Individual Adwords Account

2011-12-17 Thread Evgeniy Bogdanov
Hi. You need to register new MCC account to get API credentials. "New" means new E-mail and password combination, not your existing. After you will register MCC account you need to link your current account with this MCC account, and request your API token. Regards, Evgeniy. -- =~=~=~=~=~=~=~=~

Re: Developer Token

2011-12-20 Thread Evgeniy Bogdanov
Hi. Try to send your problem description directly to adwordsapi- tok...@google.com Regards, Evgeniy. On 20 дек, 13:54, Tom Zeithaml wrote: > Hello, > i'm from germany and want to use the Adwords API. Until September we > can use the API with no problems, but our status is reduced to > "appendin

Re: Keyword Diagnose (are they served?) & Targeting Method

2011-12-20 Thread Evgeniy Bogdanov
Hi KEYWORDS_PERFORMANCE_REPORT? Regards, Evgeniy. On 20 дек, 12:33, MMV Hessen wrote: > Ah i found it out :) > > I used the Version 201008. > > Now i found the newest version (in the german docs it isn't listed, perhaps > you can include it there aswell and show the docs in english until its >

Re: API Integration

2011-12-20 Thread Evgeniy Bogdanov
Hi Vijay. Problem is you're using sandbox with real environment account credentials. To run your tests you need to switch your settings to https://adwords.google.com/ If you want to perform your tests within Sandbox - research this link http://code.google.com/apis/adwords/docs/sandbox.html Reg

Re: Problems in obtaining connection

2011-12-20 Thread Evgeniy Bogdanov
Hi. I think that problem is in misspelling domain name. Or may be firewall blocks requests for Java instance. Regards, Evgeniy. On 19 дек, 15:36, Felipe - Goobest wrote: > Hello, I'm starting with the Adwords API now, and I'm getting errors > in the following line: > > CampaignServiceInterface

Re: Token Approval - waiting and waiting

2011-12-21 Thread Evgeniy Bogdanov
Hi Andreas. Quote from Anash P. Oommen's answer for similair question: "You need to email adwordsapi-tok...@google.com specifying your account details, and they will get back to you with steps to get the tokens activated. The team is a bit loaded at the moment, so if you don't get a response in a

Re: Anyway to check status on token approval? Been over 4 weeks now and still "Pending"

2011-12-21 Thread Evgeniy Bogdanov
Hi John. Try to ping Adwords API approval team by adwordsapi-tok...@google.com Regards, Evgeniy. On 21 дек, 13:28, John wrote: > We submitted our response to the email from Google's API team requesting > more information when it was originally disabled.  Since then I've followed > up via email a

Re: Token Approval - waiting and waiting

2011-12-22 Thread Evgeniy Bogdanov
If not secret - that type of your application? Why they think that data loaded from API will be in public access? On 22 дек, 15:08, "adwo...@seonative.de" wrote: > @Evgeniy > > Thank you very much, but I know how to contact the Adwords API team. > > I have now received a response. > > They declin

Re: API has been pending for about a month. Help Please!

2011-12-23 Thread Evgeniy Bogdanov
Hi. You cam ping adwordsapi-tok...@google.com for speed up approval request. Regards, Evgeniy. On 23 дек, 12:05, "dev_seo_...@yahoo.com" wrote: > I thought API's were approved within 10 days. But I have not heard back > regarding my request (about a month ago). > > I have a legitimate need for

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-24 Thread Evgeniy Bogdanov
Hi. This is part of my working code... $returnKeywords = array(); // We need only keywords for United States $countryTarget = new CountryTarget('US', false); $countryTargetSearchParameter = new CountryTargetSearchParameter(); $countryTargetSearchParameter->

Re: DEFAULT_VERSION

2011-12-29 Thread Evgeniy Bogdanov
Hi Luis. This constant is used to point library which version of API should be used by default to connect. So you can use just: $targetingIdeaService = $user->GetService('TargetingIdeaService'); Instead of: $targetingIdeaService = $user->GetService('TargetingIdeaService', 'v201109'); Regards, E

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-29 Thread Evgeniy Bogdanov
My code were outdated. For not last version of API (which is currently v201109). I've researched this issue and this is new version of code that you need, it's based on examples/v201109/GetRelatedKeywords.php, changes are commented: try { // Get AdWordsUser from credentials in "../auth.ini" //

Re: Filtering reports by city

2011-12-29 Thread Evgeniy Bogdanov
Hi Mikael. Unfortunately you didn't point what type of library and programming language do you use. Problem is that in v201109 changed idea of targeting. Now for all locations you need to specify ID of location, not it's name. You can get know this ID by calling LocationCriterionService (http:/

Re: Location target - find id of cities

2011-12-29 Thread Evgeniy Bogdanov
Hi Minh. For PHP you can take a look on example in official library: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/GetLocationCriteria.php Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: DEFAULT_VERSION

2011-12-29 Thread Evgeniy Bogdanov
1) If you will setup DEFAULT_VERSION to v201109 and will not specify in service object constructor other version - library will use specified version: v201109. 2) How do you see that kind of realization? Google do not promise any backward compatibility, neither API or library. So this idea will no

Re: Pending approval - 239-235-1063

2011-12-29 Thread Evgeniy Bogdanov
Hi. Did you tried to ping adwordsapi-to...@google.com with this problem? Regards, Evgeniy. On 29 дек, 22:21, Online Marketing wrote: > Our API Key has been pending for more than 3 weeks. Can I get an > update on the statue? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2011-12-29 Thread Evgeniy Bogdanov
apUtils::GetMap($targetingIdea->data); >       $keyword = $data['CRITERION']->value; >       $averageMonthlySearches = >           isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->value) >           ? $data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->va

Re: Iam cannot getting Customer ID...........Please Help me for solution

2011-12-30 Thread Evgeniy Bogdanov
I think that problem is in the Sandbox initialization. You didn't initialized your Adwords API Sandbox environment. Read this article for more info http://code.google.com/intl/ru-RU/apis/adwords/articles/adwords_api_sandbox_best_practices.html#initsandbox Sorry, I've found link only in Russian, E

Re: Filtering reports by city

2011-12-30 Thread Evgeniy Bogdanov
Hi Mikael. I do not understand your problem. If you have string - you can get ID and vice versa, what is wrong? You're trying to compare different APIs. GA API have many good things, but this is generally other API for other platform. And this 'other platform' makes such differences. Regards, Ev

Re: Location target - find id of cities

2011-12-30 Thread Evgeniy Bogdanov
                  { >                                 return locationCriterion.location.id; >                             } >                         } >                     } >                 } >             } >             catch (Exception ex) >             { >              

Re: Filtering reports by city

2011-12-30 Thread Evgeniy Bogdanov
er using the city name string, like in the Analytics API). > > On Dec 30, 12:44 pm, Evgeniy Bogdanov wrote: > > > > > > > > > Hi Mikael. > > > I do not understand your problem. If you have string - you can get ID > > and vice versa, what is wro

Re: PHP: Get "exact monthly local traffic for keyword"-value from Adwords API

2012-01-01 Thread Evgeniy Bogdanov
; foreach ($page->entries as $targetingIdea) { > $data = MapUtils::GetMap($targetingIdea->data); > $keyword = $data['CRITERION']->value; > $averageMonthlySearches = > isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->val

Re: how to get adwords impressions,Visits,clicks,

2012-01-02 Thread Evgeniy Bogdanov
Hi. This is Adwords API not Analytics API forum. Regards, Evgeniy. On 2 янв, 18:06, Arunkumar Santharam wrote: > hi friends, > >                   anybody can help me for retrieve the data from > google analytic s api ( particularly adwords  datas like Impressions, > visits( visits in adwords s

Re: New to Google Adwords API, using TargetingIdeaService. How to use LanguageSearchParameter and LocationSearchParameter?

2012-01-02 Thread Evgeniy Bogdanov
Hi Dinesh. For PHP you can take a look on example here http://groups.google.com/group/adwords-api/t/2a1c1f42760484c4 Regards, Evgeniy. On 2 янв, 14:51, Dinesh Ahuja wrote: > Hi, > > I am using TargetingIdeaSelector in which i want filter out results based > on language and location. I am using

Re: Keyword Tool API Documentation

2012-01-05 Thread Evgeniy Bogdanov
Hi Mark. You can use TargetingIdeaService API section to implement Keyword Tool functions. Regards, Evgeniy. On 5 янв, 02:55, mark collier wrote: > I'm looking for documentation on using the Google Adwords Keyword Tool via > the Adwords API, although I see 2009/2010 blog post references to such

Re: SoapHeader problem with the api

2012-01-06 Thread Evgeniy Bogdanov
Hi Máté. I think that this is problem is not API-related. It is PHP-based. Problem is in your Soap object constructor. As and Idea - run example for TargetingIdeaService from library example (by default it will save logs) and compare raw requests - generated by official library and yours. If thi

Re: LocationCriterionService returning bad results?

2012-01-06 Thread Evgeniy Bogdanov
Hi Brian. Till you're waiting answer from Google team try to remove: "ParentLocations", "Reach" May be problem located in strings comparing on API side. So Reach is determines not as Euro Countries association, but like one of locations in Tennessee state in United States. Regards, Evgeniy. On

Re: Java Client LIbraries, tryng to access an account via a master account

2012-01-09 Thread Evgeniy Bogdanov
Hi Gavin. Based on http://code.google.com/p/google-api-adwords-java/source/browse/trunk/src/com/google/api/adwords/lib/AdWordsUser.java construction like yours: AdwordsUser adwordsUser = new AdWordsUser(masterAccountEmail, masterAccountPassword, accountId, userAgent, developerToken); should wor

Re: Adwords api SOAP+XML error

2012-01-09 Thread Evgeniy Bogdanov
Hi Máté. Could you show which error cURL returns? echo curl_error($ch); Regards, Evgeniy. On 9 янв, 17:27, Máté Markovics wrote: > Hi, > > Please help! I do not know what the problem. > Reason a request to CURL, but I get an error! > > Error: > soap:ClientXML_STREAM_EXC > > File: > > $xml_dat

Re: Where is the AuthToken in MyClientCenter (MCC)?

2012-01-11 Thread Evgeniy Bogdanov
Hi. If you mean Developer Token, you can find it on My account -> Adwords API Center. Regards, Evgeniy. On 11 янв, 16:43, jepster <400...@googlemail.com> wrote: > Hi, > > I've already got the AuthToken by the MCC. The problem is: that was > some months ago! How I can navigate to the page, where

Re: Respond SOAP XML - Error

2012-01-12 Thread Evgeniy Bogdanov
Hi Máté. Other way, but same result :) $xml = simplexml_load_string(trim($xmlstr)); $ns = $xml->getNamespaces(true); $soap = $xml->children($ns['soap']); $keywords = $soap->Body->children()->getResponse->rval->entries; var_dump($keywords); Regards, Evgeniy. On 10 янв, 15:11, Máté Markovics w

Re: How can I tell if my code works after Feb 29th 2012?

2012-01-12 Thread Evgeniy Bogdanov
Hi Wolfram. To test if your code will work with new version you need to switch your libraries to latest API version. This switch is different for all languages, but if you have programmed your code by yourself - you should understand where it is and how you can change it. After you will switch t

Re: API Key Pending approval

2012-01-12 Thread Evgeniy Bogdanov
Hi Christopher. Usually it takes up to 3 weeks. But double check that your application will not violate API ToS. In other way your request can be not approved. Regards, Evgeniy, On 12 янв, 14:26, Christopher Heathwood wrote: > Hi, > > We really want to get cracking on some API tools how long d

Re: issues with Language filter

2012-01-12 Thread Evgeniy Bogdanov
Hi Luis. Same result is generated by Keyword Tool. Are you sure that Spanish-speaking peoples can't search "throttle" ? Regards, Evgeniy. On 12 янв, 22:09, Luis Siquot wrote: > I am trying to filter keyword volumes by language using > "LanguageSearchParameter" on v201109 > seems to work good wh

Re: How to get SOAP requests?

2012-01-16 Thread Evgeniy Bogdanov
Hi. Official libraries can save SOAP requests in logs/ directory. Communication is encrypted as it uses SSL. Regards, Evgeniy. On 16 янв, 10:54, bakwaas baba wrote: > This might be a stupid question, but how do you guys get the SOAP > request that is being sent and received? > > Are you using >

Re: How to get SOAP requests?

2012-01-16 Thread Evgeniy Bogdanov
. So if I create a > logs/ directory inside the directory from which I am running my > application, that should be enough? > > Thanks again. You've given me hope. > > On Jan 16, 5:31 pm, Evgeniy Bogdanov wrote: > > > > > > > > > Hi. > &g

Re: sandbox using

2012-01-17 Thread Evgeniy Bogdanov
Hi Dmitry. Yes, Google have Adwords API Sandbox Viewer project: http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html or you can use http://code.google.com/p/google-api-adwords-php/wiki/SampleWebApp as your Sandbox viewer. Regards, Evgeniy. On 17 янв, 05:19, Dmitry Orlov w

Re: sandbox using

2012-01-17 Thread Evgeniy Bogdanov
r a response. > > On Jan 17, 10:33 am, Evgeniy Bogdanov wrote: > > > > > > > > > Hi Dmitry. > > > Yes, Google have Adwords APISandboxViewer > > project:http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-release... > > or you can &g

Re: Google AdWords API (Third Party Software?)

2012-01-18 Thread Evgeniy Bogdanov
Hi. As I understand from this http://code.google.com/intl/en/apis/adwords/docs/terms.html You can't develop software which will ask client for their Adwords API key. So you can develop such software it will use OAuth authorization and users will need to link with your MCC account. As other way -

Re: API Key Pending approval

2012-01-19 Thread Evgeniy Bogdanov
Hi Chris. You can start implement your tools in Sandbox now, without API key. I know 2 ways to get know more about approval progress: 1. Send message to adwordsapi-tok...@google.com about how is going approval and how long it can be. 2. Google Office Hours (every Friday you can contact with Googl

Re: Selector->searchParameters in v201109 TargetingIdeaService

2012-01-22 Thread Evgeniy Bogdanov
Hi Jai. Please, read carefully info on http://code.google.com/intl/en/apis/adwords/docs/reference/latest/TargetingIdeaService.Language.html I'll quote for you here: > >Represents a Language criterion. > >A criterion of this type can only be created using an ID. A criterion of this >type is only

Re: explain how to get Get Search volume and Competition value of keyword

2012-01-23 Thread Evgeniy Bogdanov
Hi. Unfortuanelly you didn't pointed neither which programming laguage do you use or what you mean by Dimitriy's way. First of all you need to research documentation for TargetingIdeaService which is located (http://code.google.com/intl/en/ apis/adwords/docs/reference/latest/TargetingIdeaService.

Re: how to get Search volume and Competition value of keyword

2012-01-24 Thread Evgeniy Bogdanov
Hi. Why you've created second thread? http://groups.google.com/group/adwords-api/browse_thread/thread/d531b1ce1ae7f79e# What you don't understand in my reply? Regards, Evgeniy. On 24 янв, 10:48, Hasitha Eranga wrote: > can any one explain me how to get Search volume and Competition value > of

Re: PHP API v201109 - Set scheduling for campaign

2012-01-27 Thread Evgeniy Bogdanov
I've created code for you (it assumes that file located in lib/ examples/v201109/ directory: LogDefaults(); // Get the CampaignCriterionService. $campaignCriterionService = $user->GetService('CampaignTargetService', 'v201109'); $campaignId = 'INSERT_CAMPAIGN_ID_HERE; $bidMutliplie

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
Hi Peter. Glad to hear that your application is live now :) Please, read carefully specification - http://code.google.com/intl/en/apis/adwords/docs/reference/latest/AdGroupAdService.html#mutate I'll quote here for you: "Set - Updates an ad group ad. Except for status, ad group ad fields are not m

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
Seems that my message is lost< if not - sorry for double :) Hi Peter. Glad to hear that your project is live now. :) About your question. Please, read carefully this http://code.google.com/intl/en/apis/adwords/docs/reference/latest/AdGroupAdService.html#mutate I'll quote here for you: "Set - Upda

Re: Using AdGroupAdOperation 'SET' instead of Add

2012-01-27 Thread Evgeniy Bogdanov
асибо! > > -Peter > > On Jan 27, 4:34 pm, Evgeniy Bogdanov wrote: > > > > > > > > > Hi Peter. > > > Glad to hear that your application is live now :) > > > Please, read carefully specification > > -http://code.google.com/intl/en/apis/adwo

Re: Help getting Started with the new Python API - cant create users in the sandbox

2012-01-28 Thread Evgeniy Bogdanov
Hi. Please read carefully http://code.google.com/intl/en/apis/adwords/docs/sandbox.html#getting-started In other words you need to remove Login client email []: client_1...@gmail.com And execute example script GetAllCampaigns After that you can perform example GetClientId and you will get Clien

Re: PHP Working Example of TrafficEstimatorService v201109

2012-02-01 Thread Evgeniy Bogdanov
Hi. You can find this example in older releases of Adwords API PHP Library. Main idea why old version is not works, in v201109 were changed idea of setting targeting. Now you need to specify not country, language or other string codes, but integer IDs of them. Here is example which I've: http://

Re: Send Reports to my Clients

2012-02-05 Thread Evgeniy Bogdanov
Hi Silvio. I think that the best way for you is http://support.google.com/adwords/bin/answer.py?hl=en&answer=187470 This group is about Adwords API and creating such system within Adwords API is not so simple, as you think. You need to: 1. Setup reports (either manually of by API) 2. Download r

Re: Sandbox Add campaign not working with non-mcc customer id

2012-02-09 Thread Evgeniy Bogdanov
Hi Francisco. Sandbox have own Customer Ids. You need to initialize your Sandbox using this http://code.google.com/intl/en/apis/adwords/docs/sandbox.html#getting-started After that you can execute example to get Customers Id in your sandbox. If you will use those Ids with your script all should w

Re: API Token approval in the last 4-5 month

2012-02-09 Thread Evgeniy Bogdanov
Hi Andreas. At least Peter does. :) http://groups.google.com/group/adwords-api/browse_thread/thread/70f3cf53c05f6176 Did you tried to ping Adwords Aproval Team by e-mail? Regards, Evgeniy. On 9 фев, 17:40, "adwo...@seonative.de" wrote: > Hello, > > is here anybody how had a successfull api ap

<    1   2