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 AdWords API. I have no one
and found no way to obtain it, althoug I have AdWords account. It is said,
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
Hey Amine,
it seems the documentation for some languages are outdated. For
example, when i click the link Danial Supported, im getting redirected
to the german Version of the doc, wich is outdated. Try out the
untranslated version of the doc, its up to date: "http://
code.google.com/intl/en-US/api
.
Essentially I want to change the date the api looks at from
// $adGroupId = (float) '';
$startDate = '20110510';
$endDate = '20110510;
to something like this (but not this rubbish)
// $adGroupId = (float) '';
$startDate = $daybeforeyesterday;
$endDate =
Hello guys,
I´m using the Adwords Api for creating Excel reports for our customers.
We´re located in Germany and are using the German Excel Version. In contrast
to UK or US our decimal separator is "," instead of "." and our thousands
separator is "." instead of ","
Because of this data in Excel
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,
--
=~=~=~=~=~=~=~
No you weren't missing something. I am still learning php from the very
basics and sometimes implementing things like this within code that isn't
mine sometimes throws me.
Your solution was perfect :)
thanks again
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog an
Thanks David,
Basically as I understand your post, the "X.X" can be expected for all
bids explicitly set by something external to Google, the "auto: X.X"
is returned if a Google automated bid system is used to manage bids
and has already generated bid data, then just "auto" is returned for
Google
Hi Danial,
Thanks a lot for responding. I followed all these steps when created sandbox
account. Here is what I have found out. AdwordsApi::Api.use_mcc needs to be
used to get a list of clients. Found it in get_account_hierarchy.rb. Thanks
for pointing out. client_email doesn't need to be empty
does google have a keyword tool API where I can pass the keyword and
get the Volume (either estimated volume or last years) and the keyword
competition? If so what the pricing and what the limit in the number
of daily queries? I need to run 15,000 keywords through it
--
=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Kevin,
It looks like there is an issue with campaign ID 86122673 that is causing
this error. I'll reach out to the core engineering team to see if they can
further diagnose the error. At this time I don't have an estimate as to
when the issue will be resolved.
Best,
- Eric Koleda, AdWords
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 encountered this problem while trying to import modules that are
located in php cake 1.1 models framework.
It does not let me to import the modules and it crashes without giving
me any error message.
Does anybody have any idea what might happen here?
Thanks,
Herbert
--
=~=~=~=~=~=~=~=~=~
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 Joshua,
Do you have the request ID for a recent request that demonstrates the issue?
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=
Hi Eric,
as I mentioned above, there has been no request ID returned in the
incoming SOAP - only the
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR was returned. If you
want another recent occurrence of a returned SOAP similar to the one I
posted above, I can get it for you.
Josh
On May 10, 1:4
How Do I get the Media ID from a Youtube ID string,
I should be able to attach a video to a adgroupad but i am running up
against problems. I tried using the MediaService to see if i can resolve
this but it looks like that Ads have to be associated before the fact. Am I
missing something? It
The v201101 Ad Extensions Performance Report only returns performance
metrics for the entire SiteLink Extension. It would be much more
useful if it allowed us to breakout by each individual SiteLink
(Destination Url and Link Text). Could these fields please be added to
this report?
Thanks,
Joel
Hi everyone,
Is is allowed to have a swf Ad to load external images and texts in AdWords
?
Emmanuel de Castro Santana
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=
My API account was approved but i can't log into the MCC. I've tried
several different ways but it consistently says that i don't have
permission level to access the API. I'm the admin and my developer
token was approved... Please advice.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also f
Hi Alex,
What use_mcc does actually is omitting client_email for you. Glad to hear
the issue is resolved.
-Danial,
AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/gr
Hello Chris,
Only setting up the report definitions costs units. The
report retrieval itself is not billed.
SY, Danial,
AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.c
Hi Josh,
My apologies, I forgot that the request ID wasn't being populated. If you
could send along another SOAP XML example that would be great. Are you
seeing this error frequently? Is it limited to only certain services or
accounts?
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hey all,
while using CampaignCriterionService.Get, I am receiving a SOAP
response that seems to be cut off, leading to the SoapBuffer raising
an exception "Unable to parse SOAP buffer for incoming messages. no
element found: line 2, column 318897". All previous Get calls work
fine until this speci
Hi Eric,
here's a more updated SOAP XML request and response (the failed one
along with a successful one called right before it). I'm consistently
seeing this error only for this one account and only when using
CustomerSyncService.Get.
Thanks,
Josh
FAILED Request & Response:
*** Outgoing SOAP
Hi,
I would like to ask a question.
I tried to download search query performance report using the API and
I see some data inconsistencies.
For same search term, it gives me two different results with different
keyword ids.
And for that search term, the other metrics (such as clicks and
impressio
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
27 matches
Mail list logo