AdWords API Keyword CPC in v2009

2010-02-25 Thread Evgeniy Bogdanov
Hi. I didn't found the way to get Cost-per-Click values for keyword as it does estimateKeywordList in v13. Is where any method to get this data in v2009? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to a

AdWords API Re: Keyword related Adwords API

2010-02-25 Thread Evgeniy Bogdanov
Where is method called TargetingIdeaService in v2009. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html On 25 фев, 11:29, dip11us wrote: > I want to get the Keywords search count per month using Adwords API, > can anyone suggest me which Adwords API I should use?

AdWords API Re: AdWords and Web Search API

2010-02-26 Thread Evgeniy Bogdanov
Hi Dave. I've tested Google Ajax Search API, but it gives different values from Google Web Search. But this is one legal way to get this data from Google. If this is good for you - you can test it. Seems that you will not get any luck in that, as I've tested partners sites, which are using Google

Re: Getting ad words and analytics by using Google API?

2013-09-12 Thread Evgeniy Bogdanov
Yes, this is possible. You need to download data by Adwords API and Analytics API and combine them into 1 table. 2013/9/11 Umair Tahir > Can i get data from ad words and analytics by using Google API? And from > the data can i make customize reports for conversion analysis against each > keywor

Re: Failed to connect to 2a00:1450:400c:c00::54: Address family not supported

2013-09-18 Thread Evgeniy Bogdanov
Hi. I was helped with this error before. Solution for old library described here - https://groups.google.com/d/msg/adwords-api/D1zTq4ZtnTs/PfatuLV_aOYJ Ideas is to force usage of IPv4 or edit URL to set IP address and Host header. 2013/9/18 > I have an adwords web application which works fin

Re: Upload Promotional code (coupon) code through API

2013-10-23 Thread Evgeniy Bogdanov
Hi. No, there is no such functionality in the API. 2013/10/23 Maciej K. Wisniewski > > Is there any feature in the API that would allow to upload a Promotional > code (coupon) to the account ? > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discus

Interested in Message Queue processing PHP example?

2013-10-30 Thread Evgeniy Bogdanov
Hi All. I was today on Hamburg Adwords API workshop, and Danial Klimkin told us great idea: "Message queue processing." This simplifies everything: API rate limits, error processing. I do not know how about you, but for me this was like a sun in dark night, I decide that all what I've done befo

Re: AccountDisabled Error

2013-12-03 Thread Evgeniy Bogdanov
If you run this code on server, try to open Adwords UI from server's IP. 2013/12/3 Maxim Kurapatkin > Hello, > > "manually and enter the Captcha string." > > Is it a special place under the account settings where i proceed with > captcha? Because i never get the captcha question during the web

Re: Your client does not have permission to get URL

2013-12-04 Thread Evgeniy Bogdanov
Such errors can be returned if your server have time difference with Google servers. 2013/12/2 Jonathan Fann > I have removed the map and put the old version of Google Maps embedded on > the page and it works... does not work when using the new Google Maps embed. > > On Friday, November 22, 201

Re: Rest of budget

2013-12-12 Thread Evgeniy Bogdanov
No. Take a look on Adwords scripts. I'm not sure, but probably this can help you. 2013/12/12 Nikita > Hi. Is there any way to get rest of account budget through Adwords API? > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > http://

Re: Confused on the use of Adwords API

2013-12-26 Thread Evgeniy Bogdanov
Hi A. Adwords API is SOAP based API. Google offers libraries for some popular programming languages, and seems that "R" is not in their favorite list. You can develop library to interact with Adwords API by your own and contribute this to others who want to use "R" for communication with Adwords

Re: GetCampaignStats.php returns nothing / blank screen

2013-12-27 Thread Evgeniy Bogdanov
Hi. Seems that there is some fatal error happens during execution. Try to insert next strings: error_reporting(E_ALL); ini_set("display_errors", 1); ini_set("display_startup_errors", 1); after > Hello, I have been completely unable to use the api to access reporting > stats. I am still rel

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
You could save WSDL on local disk and alter library to use it instead of remote URL. 2014/1/8 Mehul HvInfotech > Hi Paul , > Again From This Morning we are facing this problem .. > Till the the Day it was working fine .. > we have also checked about Open SSL enabled And it is enabled ... > >

Re: Google Adwords API developer needed

2014-01-08 Thread Evgeniy Bogdanov
Hi. Did you tried freelance sites like: odesk.com elance.com freelancer.com rent-a-coder.com ? 2014/1/5 > Hi does anyone know where my agency can find a developer experienced in > working with the Google Adwords API? We are developing a reporting and > management system. Thanks > > -- > -- >

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
I got 403 from Google only at some public proxy services (I assume that Google banned them for scrapping). Try to create SOCKS server via SSH port forwarding and open Google services at your local browser. If any Google page shows 403 - this is not related with Adwords API. For your question what

Re: PHP Fatal error: This client library requires the SOAP extension to be activated

2014-01-10 Thread Evgeniy Bogdanov
Try to call php -m this will show all enabled php modules in CLI. For some installations PHP have different php.ini and this affects such problems. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http:/

Re: Need help to config Adwords API in PHP

2014-01-10 Thread Evgeniy Bogdanov
Adwords Sandbox is deprecated. You need to use usual server. Check your settings.ini file. It should have next line: DEFAULT_SERVER = "https://adwords.google.com"; 2014/1/9 nguyen thanh Tu > > Hi! > > I have tried in 3 days with > https://code.google.com/p/google-api-adwords-php/ > > But ev

Re: Dev estimate time to build "Minimum required functionality"

2014-01-10 Thread Evgeniy Bogdanov
In Russia we're saying - devil hiding in details. ETA for your list up to 2 months, without frontend work. Also - Pay Google for any placed ad can not be done via API. 2014/1/9 Jonathan Horowitz > Hello, > > We are building a product that intends to have users create Google Ads in > our appl

Re: Cant get any result from GetRefreshToken.php

2014-01-21 Thread Evgeniy Bogdanov
Hi. You link shows 404 error. Did you checked PHP error logs before posting this message? 2014/1/20 Mahfooz Khan > Hi, > > I have been trying to use the client library for Auth2.0 , after creating > the client ID and secret and then updating it with auth.ini , i am not able > to run the getref

Re: AdWords API for Objective-C?

2014-01-23 Thread Evgeniy Bogdanov
As far as I know - no. I've started realization of such library, but can't give you any ETA, due high load on job. 2014/1/23 Matthias > Hello, > does anybody know if there is an implementation of the AdWords API > in Objective-C? > > Best regards > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: (Reasons to Hate The) AdWords API for PHP

2014-02-18 Thread Evgeniy Bogdanov
Adwords Scripts and Adwords API are different tools for different tasks. Comparing them directly is not honest, as not correct to compare PHP and Java. If you do not have big background with APIs, usage of Adwords PHP Client Library will be headache for you. But such problems are only for start, a

Re: BulkMutateJobService::get Id Error

2011-04-04 Thread Evgeniy Bogdanov
I'm expecting the same problem PHP versions: 5.3.5 (Linux), 5.2.6 (Windows). Logs: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201008"> f354873850c0a3541968608fbc504e9e 1 3230 1 https://adwords.google.com

Re: BulkMutateJobService::get Id Error

2011-04-05 Thread Evgeniy Bogdanov
I've found decision for this problem. Problem somewhere in PHP engine, it have bug on type casting for big digits. You need to build selector by yourself: Example: $user = new AdWordsUser(); // Log SOAP XML request and response. $user->LogDefaults(); // Get the BulkMutateJobService. $

How to get all bulk mutate jobs?

2011-04-06 Thread Evgeniy Bogdanov
Hi. I've problem with TOO_MANY_JOBS_IN_QUEUE error. As I understand I've many jobs in PENDING or PROCESSING states. I don't know their IDs and want to get all jobs within current Adwords account and terminate them with REMOVE operator. Regarding your documentation http://code.google.com/intl/ru

Re: Php errors

2011-04-06 Thread Evgeniy Bogdanov
Hi Peter. If you will comment such string $user->LogDefaults(); library will not use logging feature. This will help to solve your problem. :) If you're really need logs - try this: 1. Delete files: /Library/WebServer/Documents/aw_api_php_lib_2.5.1/logs/soap_xml.log /Library/WebServer/Documents/

Re: AuthTokenException

2011-04-06 Thread Evgeniy Bogdanov
You can solve your problem by editing file: src/Google/Api/Ads/Common/ Utils/CurlUtils.php Add to the method CreateSession 2 strings: curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); It will look like this: public static function CreateSession($url) {

Re: Php errors

2011-04-06 Thread Evgeniy Bogdanov
Hi Peter. First problem: Check your permissions for this file/folder /Library/WebServer/Documents/aw_api_php_lib_2.5.1/examples/v201101/ data/tv_g_ppc_data.csv and make your magic again :) Second problem: Your date range selection is commented out: // $selector->dateRange = new DateRange($start

Re: How to use Google Adword

2011-04-06 Thread Evgeniy Bogdanov
Hi Jude. First of all check rates for this at http://code.google.com/intl/ru-RU/apis/adwords/docs/ratesheet.html I'll try you to explain it. You need TargetingIdeaService rates: For every call you will be billed for API units: 5 (for every call) + round(count of returned keywords * 0.1). I've g

Re: Keyword Ideas

2011-04-06 Thread Evgeniy Bogdanov
Hi. In PHP: LogDefaults(); // Get the TargetingIdeaService. $targetingIdeaService = $user->GetTargetingIdeaService('v201008'); $countryTarget = new CountryTarget('US', false); $countryTargetSearchParameter = new CountryTargetSearchParameter(); $countryTargetSearchParameter->

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2011-04-06 Thread Evgeniy Bogdanov
Hi. This should help you: $user = new AdWordsUser(); // Log SOAP XML request and response. $user->LogDefaults(); // Get the TargetingIdeaService. $targetingIdeaService = $user->GetTargetingIdeaService('v201008'); $countryTarget = new CountryTarget('US', false); $country

Re: What is a google API?

2011-04-06 Thread Evgeniy Bogdanov
Hi Brando. I'll try. :) API unit is the currency. As every currency it have exchange rate for US dollars. I.e. somewhere in the world (Europe for example), you came to the shop and buy T-shirt. You've paid for it sum in EUROs. After that you've rent a car. You've paid other sum in EUROs. But th

Re: How to Estimate Cost of API Units

2011-04-06 Thread Evgeniy Bogdanov
Hi. Based on http://code.google.com/intl/ru-RU/apis/adwords/docs/ratesheet.html the cheapest way for you will be using TargetingIdeaService. For 50 keywords it will cost: 5 units for creating report + (0.1 * 50) = 10 API Units. Or 0.01 * US $0.25 But you should know that TargetingIdeaService do

Re: How to Estimate Cost of API Units

2011-04-07 Thread Evgeniy Bogdanov
0.1 * 25 = 2.5 (Will be rounded to 3, as described in ratesheet - count of API will be rounded to the nearest integer ) 5 (per call) + 3 (for 25 keywords) = 8 So this will be: 8 * 6000 = 48000 / 1000 * US$0.25 = US$12 As you see the biggest value here for you is fee for creating report. (7.5$ fo

Re: Failed to get authToken.

2011-04-07 Thread Evgeniy Bogdanov
Hi Daan. Seems that your problem some where in network connection. Firewall, perhaps? Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to get all bulk mutate jobs?

2011-04-08 Thread Evgeniy Bogdanov
Hi Danial. Thank you for your reply it is right on time. My greetings to you from Taganrog. In some means our towns are brothers-like. Both were built by Peter 1, in some not good for life places with one idea. :) Thank you for investigation this way is works. But to tell you the truth I'm surpri

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread Evgeniy Bogdanov
Hi David. I've met with this issue too. As I understand clients in Sandbox have own client ids. I didn't found method in v200909+ versions how I can get them. I've changed my code to use CAMPAIGN_ID for the Entity ID in Sandbox mode. If this change is too doable for you take a look on http://cod

Re: Failed to get authToken.

2011-04-08 Thread Evgeniy Bogdanov
Hi Daan. Where is open tickets in bug tracker it can be helpful for you: http://code.google.com/p/google-api-adwords-php/issues/detail?id=22&can=1 http://code.google.com/p/google-api-adwords-php/issues/detail?id=22&can=1 Other way to diagnose your problem is: 1. Open file: src\Google\Api\Ads\Comm

Re: Soap Error

2011-04-08 Thread Evgeniy Bogdanov
If you're using PHP check that you've installed openssl extension. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread Evgeniy Bogdanov
Ok. I see. Other suggestion is not simple. :) Download v13 library http://code.google.com/p/google-api-adwords-apility/ (for PHP) and with this documentation http://code.google.com/intl/en-EN/apis/adwords/docs/developer/ReportService.html create and execute report which have CustomerID via SandB

Re: Sandbox Bulk Mutate Error

2011-04-09 Thread Evgeniy Bogdanov
Hi David. You're welcome. I was glad to help you to find the solution of your problem. Your way is nice and simple too. :) Good luck with your project! Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: RelatedToKeywordSearchParameter

2011-04-10 Thread Evgeniy Bogdanov
Hi. Just as idea: May be you need to perform 2 calls to API? 1. Determine category of your source keywords 2. Query keywords related to your keywords within this category? Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Re: TargetingIdeaService not returning keyword

2011-04-13 Thread Evgeniy Bogdanov
Hi. In v201101 you should use CRITERION instead of KEYWORD. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: problem with API data

2011-04-13 Thread Evgeniy Bogdanov
Hi. I think that you (or your developer team) didn't understand full idea of Adwords API. As I understand you're using TargetingIdeaService. It's result shows not count of documents indexed by Google Search (as you point in your message), it shows count of searches by Google visitors for selected

Re: Policy Violation Error - Ads - Headline

2011-04-20 Thread Evgeniy Bogdanov
Hi. Google have list of 'policy keywords'. This list is not publicated any where, but you can check if your operation have been permitted by policy. Policy for keywords can differs. For example: RX - pharma keyword Chevrolet - trademark violation etc... Also via API you can try to ask Adwords sup

Re: Incomplete XML report file

2011-04-20 Thread Evgeniy Bogdanov
Hi. Your XML haven't any errors. Did you tried to download XML file from https://adwords.google.com/api/adwords/ReportDownload?t=AIQlfIYAAAEvc7xj8wEAk1sZ35jyOe2qjUJditOdI7wwYI2uI9ye ? On 21 апр, 01:55, ET wrote: > Hi, > > Report fetch for a specific account returns an incomplete XML

Re: v201101 Keyword Field response removed from TargetingIdeaService for RelatedToKeywordSearch???

2011-04-27 Thread Evgeniy Bogdanov
Hi Eric. Use CRITERION instead of KEYWORD. Regards, On 27 апр, 20:06, Eric Haskins wrote: > I just updated and switched over to v201101 from v201008  and noticed > that when we use the TargetingIdeaService for RelatedToKeywordSearch > > The Keyword field was removed??? Doesnt that make an getti

Re: TargetingIdeaService mystic changes

2011-04-28 Thread Evgeniy Bogdanov
d through ideas request? > I have try last php api library as well, as v201008, but got no > necessary results too. > > There was the same question > inhttp://groups.google.com/group/adwords-api/browse_frm/thread/df559c7a... > thread, but as I see, Evgeniy Bogdanov did not give

Re: Problem With Client Email

2011-04-28 Thread Evgeniy Bogdanov
Hi Alexis. All requests to Google Adwords API have unique request id. You can get it by enabling SOAP messages logging. // Log SOAP XML request and response. $user->LogDefaults(); If you're using PHP (and google adwords library) you need to add this string in your code: in logs/soap_xml.log

Re: How to use BulkMutateJob Service to create 800 Text Ads

2011-05-03 Thread Evgeniy Bogdanov
Hi. > EntityCountLimitExceeded.ADGROUP_TEXT_AD_LIMIT Check this link http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=40907 seems that this is one of Adwords Limit were exceeded. You can try to contact with Support to increase them If you feel that their limits are too doable for y

Re: EntityNotFound.INVALID_ID

2011-05-04 Thread Evgeniy Bogdanov
Hi. Is 62469004 the same dnumber as you're calling in your code? Is this campaign belong to account from which you're calling (in other words check client email)? Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Re: API - Apility PHP

2011-05-05 Thread Evgeniy Bogdanov
Hi. Apility were discontinued when v200909 released. For PHP where is other project - http://code.google.com/p/google-api-adwords-php/ It supports all version from v200909 Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Re: Examples

2011-05-05 Thread Evgeniy Bogdanov
Hi. You can take a look on: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.php http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetKeywordOpportunities.php http://code.google.com/p/google-api-adwords-php/s

Re: Billing

2011-05-05 Thread Evgeniy Bogdanov
Hi Meet. You will be billed for API hits (count of API call units). Rate sheet can be found on: http://code.google.com/intl/en-EN/apis/adwords/docs/ratesheet.html Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: how get operator information

2011-05-05 Thread Evgeniy Bogdanov
Yes, right. I meet with such behavior too. Even in Bulkmode if one of operations failed - other failed too. If you're programming on PHP you can take a look on code with idea how to handle such errors: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/HandlePart

Re: Understanding of API pricing

2011-05-05 Thread Evgeniy Bogdanov
Hi. Yes, you're right. Except one small thing. Value will be rounded to the nearest integer. I.e. for 1 keywords you will get not 5.1 (5+0.1) but 6 (round(5+1)) API units. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

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: How to get all campaigns for all clients using MCC account

2012-09-25 Thread Evgeniy Bogdanov
Hi. What type of data do you want to get? This is not best idea but you can get list of clients under MCC account and go through it to get list of their campaigns. Regards, Evgeniy. On Monday, September 24, 2012 8:20:05 PM UTC+4, Sean wrote: > > Hi there, > > Is there a way to retrieve all of

Re: Can't get campaigns using MCC account to login

2012-09-25 Thread Evgeniy Bogdanov
Hi. With first call you've got only 5 clients. Those clients do not have any campaigns. So try to call CreateCampaign.php ad try again to get campaigns. On Tuesday, September 25, 2012 2:00:20 PM UTC+4, Francesco Maiorano wrote: > > Hi guys, > I'm new to AdWords API and I need some help. > > I fo

Re: Authentication errors for a single account, from a testing environment

2012-09-26 Thread Evgeniy Bogdanov
Hi Dan. Although your issue should be very rare, but Google have some examples how to handle this. (For PHP you can take a look on http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/Common/HandleCaptcha.php) As I understand this is some security trigger and applicatio

Re: About All Campaigns

2012-09-26 Thread Evgeniy Bogdanov
Hi. As far as I know - where is no way to do that with Customer Service. Regards, Evgeniy. On Wednesday, September 26, 2012 3:30:19 PM UTC+4, Seval Zirve wrote: > > Hi, > > How can i get all campaigns (with stats ex. clicks, impressions, cost) > data under the customer service with just one que

RMF conditions explanation

2012-10-13 Thread Evgeniy Bogdanov
Hi Guys. Based on some questions like : https://groups.google.com/forum/?fromgroups#!topic/adwords-api/LM7zTySikR4 I've got own question. I want to clarify it to get understanding that to tell my clients and to help Adwords API developers decide how much functions their application should be be

Re: Uncaught SoapFault exception: [soap:Server] [RequestError.INVALID_INPUT @ ; trigger:'v201109']

2012-10-30 Thread Evgeniy Bogdanov
Hi. You need to use latest library version. v201109 is not supported any more as it is outdated. Current API version is v201209 and you can get latest library here https://code.google.com/p/google-api-adwords-php/downloads/list среда, 31 октября 2012 г., 1:42:50 UTC+4 пользователь Emin Aydan

Re: get data from google analytics

2012-11-15 Thread Evgeniy Bogdanov
> > I'm not sure about Adwords API, as export Analytics data is limited. But > you can use Analytics API to get this and wide set of other data for your > own. Regards, Evgeniy. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: TargetingIdeaService v201209: Notice Error: Array to string conversion in /Google/Google/Api/Ads/Common/Lib/AdsSoapClient.php, line 200

2012-11-22 Thread Evgeniy Bogdanov
Hi Fran, I've tried your code and it gives same result for me. I'm not sure about reasons - seems that problem is in SOAP serialization. Change to make your code working right: array_values(array_unique(array("*car*","smart tv","truck","Ipad","porshe","bmw","fiat","hotels","Iphone","*car* ","T

Re: Is it possible to download a list of clicks using the API?

2012-11-27 Thread Evgeniy Bogdanov
Hi James. I think that in terms of Adwords API you can't do this. But you can reach very similar result with Analytics API. You need to link your Adwords and Analytics accounts with each other and perform call to Analytics API. After that you'll be able to call Adwords metrics and you can mix

Re: api developper

2013-02-03 Thread Evgeniy Bogdanov
Hi Maurice. If your questions are not related to Java (as far as I know Pete uses it) I can help you. Regards, Evgeniy. среда, 30 января 2013 г., 14:21:01 UTC+4 пользователь Maurice Largeron написал: > > Hi, > > Try to find an api developper for a consulting mission in France, tried to > get

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2013-02-03 Thread Evgeniy Bogdanov
Hi R. My previous fix in this thread do not works for you? Can you create test account for me on your current host? I'll try to improve it. пятница, 1 февраля 2013 г., 10:44:15 UTC+4 пользователь RPC написал: > > We're getting this error with Bluehost. > > Are there any new fixes and if not can

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

2013-02-03 Thread Evgeniy Bogdanov
Probably your server configuration uses FastCGI or something else SAPI, which not initializes PHP_SELF correctly. If this is possible can you post var_dump($_SERVER); here? среда, 30 января 2013 г., 18:08:33 UTC+4 пользователь Alan Coleman написал: > > If comment out the return line in the follo

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2013-02-04 Thread Evgeniy Bogdanov
n answer soon > > I still think the best option is to move host - who do you use? > > R. > > On Monday, February 4, 2013 7:39:32 AM UTC, Evgeniy Bogdanov wrote: >> >> Hi R. >> >> My previous fix in this thread do not works for you? >> >> Can you

Re: TrafficEstimatorService throw EntityNotFound.INVALID_ID

2013-02-04 Thread Evgeniy Bogdanov
Hi Sanju. Can you ensure that ID is transmitted right? In other words check please logs and request XML. Even if all is good - will be good to copy it here, this will help Google team to investigate your issue. Regards, Evgeniy On Monday, February 4, 2013 6:12:25 PM UTC+4, Sanju wrote: > > Hi

Re: Having trouble with Selector fields in GetCampaigns.php

2013-02-04 Thread Evgeniy Bogdanov
Hi Alan. Adwords API do not drops errors on unknown fields. So you need to ensure that you're sending correct selector name. For you case correct name is startDate. You can validate your selectors using next link - https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-C

Re: Having trouble with Selector fields in GetCampaigns.php

2013-02-04 Thread Evgeniy Bogdanov
OK. Let's try to use StartDate and print_r(*$campaign*). To check what fields are returned from API. On Monday, February 4, 2013 9:35:34 PM UTC+4, Alan Coleman wrote: > > Here's the error passed back when I try to use startDate An error has > occurred: [SelectorError.INVALID_FIELD_NAME @ servic

Re: Having trouble with Selector fields in GetCampaigns.php

2013-02-04 Thread Evgeniy Bogdanov
he variables down to lower case, this works > with Id, Name and Status. > > Thanks again for your help. > > On Monday, February 4, 2013 6:17:38 PM UTC, Evgeniy Bogdanov wrote: >> >> OK. Let's try to use StartDate and print_r(*$campaign*). To check what >> fields

Re: How to programmatically recording an Adword conversion?

2013-02-05 Thread Evgeniy Bogdanov
Hi. No, your idea is can't be done with Adwords API. I think that best idea is to track conversions and mark (tag) them is Google Analytics. You can create Customs Variables during landing/download/after evaluation/, and use Google Analytics API to filter those data based on criteria like: tr

Re: Is google adwords keyword tool is free or paid

2013-02-05 Thread Evgeniy Bogdanov
Hi. Read please 1. Signup: https://developers.google.com/adwords/api/docs/signingup?hl=en 2. Required Minimum Functionality: https://developers.google.com/adwords/api/docs/requirements?hl=en 3. SDKs links: https://developers.google.com/adwords/api/docs/clientlibraries Resume: for now API usage

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2013-02-06 Thread Evgeniy Bogdanov
OK. Thanks RPC for giving me access for his host. I've improved my previous solution: Library version: *3.2.2* File:* src/Google/Api/Ads/Common/Util/AuthToken.php,* Function: *private function Login()* Add after: > $this->curlUtils->SetOpt($ch, CURLOPT_POSTFIELDS, $postVars); Next strings: if

Re: Is there an annual audit for each API application?

2013-02-06 Thread Evgeniy Bogdanov
I can just tell my thoughts about this. Google protecting his services from clients who uses only data and do not "brings money for them". I think that this is normal and do not to be discussed. But they changed their Rate sheet policy not far ago. As for me this means that they have strong enou

Re: how to call adwords api from HTML5

2013-03-18 Thread Evgeniy Bogdanov
Hi. HTML5 is just "cover" for data, you can't act as an API agent using it. You can use Adwords Scripts to act Javascript like agent to API or any ofServer-side SDK . Regards, Evgeniy.

Re: Can I use Google's API for a Product that I actually sell?

2013-03-18 Thread Evgeniy Bogdanov
Hi. I think that this question is out of this group. You need to read ToS&RMF, and ask legal team about this. As far as I know when we've released public tool developed for thousand of peoples, Google performed analyze of our tool, it's purposes, functionality and only after this told us - yes,

Re: Adword Keyword Tool Service

2013-03-18 Thread Evgeniy Bogdanov
Hi. Basically - yes, this is possible. Do you need developer for this? All depends of your level. I know peoples who from zero made some nice applications for their own purposes. You can start from: 1. Example

Re: Is it possible to get a graph of the campaigns / ad groups?

2013-03-18 Thread Evgeniy Bogdanov
Hi Remco. API provides you data & management functionality. You can show this as you wish & like. For graph values (I'm suppose that this is charts) - you can load reports and show them as you wish. Regards, Evgeniy. On Thursday, March 14, 2013 4:37:11 PM UTC+4, Remco Borst wrote: > > Dear peo

Re: Announcing v201306 of AdWords API

2013-07-11 Thread Evgeniy Bogdanov
Hi. Yes, you're not alone. We've told the same to Adwords technical managers at GDE Summit. They were involved and told us that command will take attention on that - and I believe that this will be fixed soon. Take a look on good documentation site, and SDK, test accounts, etc - API is growing an

Re: Issues running GetRefreshToken.php

2013-08-21 Thread Evgeniy Bogdanov
I think that for some reason this library unable to read auth.ini and build needed data structure to get OAuth2 token. 2013/8/21 Alan Coleman > Hi Ewan, > > Here is the error I'm receiving when I run GetRefreshToken.php > > Catchable fatal error: Argument 1 passed to > OAuth2Handler::GetAutho

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

  1   2   >