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
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
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
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,
--
=~=~=~=~=~=~=~
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
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
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
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
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,
--
=~=~=~=~=~=~=~=~=~=~=~
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
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
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
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.
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
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
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
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,
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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,
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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?
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
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,
--
=~=~=~=
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
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.
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
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
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
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:
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
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
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.
--
=~=~=~=~=~=~=~=~
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
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
>
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
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
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
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
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
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
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->
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
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"
//
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:/
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:
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
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
apUtils::GetMap($targetingIdea->data);
> $keyword = $data['CRITERION']->value;
> $averageMonthlySearches =
> isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->value)
> ? $data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->va
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
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
{
> return locationCriterion.location.id;
> }
> }
> }
> }
> }
> catch (Exception ex)
> {
>
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
; foreach ($page->entries as $targetingIdea) {
> $data = MapUtils::GetMap($targetingIdea->data);
> $keyword = $data['CRITERION']->value;
> $averageMonthlySearches =
> isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']->val
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
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
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
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
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
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
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
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
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
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
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
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
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
>
. 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
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
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
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 -
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
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
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.
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
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
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
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
асибо!
>
> -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
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
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://
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
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
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
101 - 182 of 182 matches
Mail list logo