Geocodificacao para buscar latitude e longitude

2016-09-15 Thread cris . vaz1980

Boa Tarde!

Preciso de uma ajuda, 

como eu faço um script que traga a latitude e longitude. 

Exemplo.

No meu mysql tenho uma BD com table com 5 colunas   ( nome; endereço; 
Cidade; estado; pais, latitude; longitude)

Todos campos vão estar preenchido. Apenas a Latitude e longitude que 
estarão vazias.


Como eu faço que apareça automaticamente quando eu coloque o endereço no 
campo apareça latitude e longitude:?


Ou também, sem mysql, 

posso ter uma base em arquivo.csv

Com as mesmas colunas  ( nome; endereço; Cidade; estado; pais, latitude; 
longitude)


Algo que rode o arquivo e me mostre todos as lat e long,



At´[e logo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c526a9a7-36bf-48b5-9500-aedf359064ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Need Help - How to do an automatic report

2013-03-26 Thread Cris

Hello there,
I'm new in Goole Adwords and I am trying to do something that I don't know 
if it's possible.

I'm not looking for clicks or bids or campaigns.
What I really want is to do an automatic report about the number that a 
certain keyword is searched locally and globally!

More detailed:
I have a list of keywords and a list of countries.
What I want is for each keyword with all the countries, get the numer of 
searches that the specific keyword was searched worldwide and locally.

Example:
KeywordCountry  Global searches Local 
searches
Beaches in Brazil;  Brazil;140500  
100500
Food in Thailand Thailand  11567 
8600
Golf in USAUSA  245000  
15

Can this be done in an automatic way, without doing it manually for every 
keyword/country (like one/two single script that thoes it all)?!
Is this possible in Google Adwords?
If it's possible, how it can be done?

Thank you in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Placement categories

2011-03-05 Thread Cris
Hi there,

Has this functionality been available yet in the most recent release?
Is it possible to target placements with the category id ?

Thanks,

Cris


On Jan 18, 3:28 pm, AdWords API Advisor 
wrote:
> Hi Vesso,
>
> We apologize for the delay in making those categories available.  We
> had planned to expose them, but some other changes forced us to wait
> and the topic was forgotten.  I'll raise this issue with the
> documentation team and see if we can make those available soon.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 13, 10:34 am, veseo  wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I noticed that by using TargetingIdeaService we could get a placement's
> > PLACEMENT_CATEGORY. The problem is that we can do nothing with that category
> > ID, especially when we do not have the list of Placement categories, like we
> > have with the Keywords categories. I see that a year ago one of the Advisors
> > mentioned that there were plans to expose the list of categories in the API
> > documentation - that is already done with the keyword categories, what about
> > the placement categories?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


GoogleInternalError

2011-03-04 Thread Cris
Hi,

I'm using adwords4r and deploying on heroku. Using the sandbox, I get
this error

AdWords::Error::GoogleInternalError ():

So far all I am doing is adding a campaign, What specifically is
causing this? code below :

   operation = {
  :operand => {
:name => 'Sample Campaign - %s' % Time.new,
:status => 'PAUSED',
# The 'module' method being called here provides a shortcut to
the
# module containing the classes for this service. This helps
us avoid
# typing the full class name every time we need to create an
object,
# e.g. AdWords::V200906::CampainService::ManualCPC
# It also makes it easier to migrate code between API
versions.
:biddingStrategy => campaign_srv.module::ManualCPC.new,
:budget => {
  :period => 'DAILY',
  :amount => {
:microAmount => 5000
  },
  :deliveryMethod => 'STANDARD'
}
  },
  :operator => 'ADD'
}


response = campaign_srv.mutate([operation])


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en