Questions tagged [geotargetting]
43 questions
1
vote
0 answers
How do I dynamically deliver a user to the correct regional website?
I've been able to find a lot of information on multi-region websites and their SEO setup, but i cannot find much about development for these type of sites. If a customer in Australia goes directly to the top level .com version of the website, are…

SirM
- 487
- 6
- 22
1
vote
3 answers
SOAP or REST based Geotargetting service?
Is anyone aware of a (preferablly free) webservice that would accept a SOAP or REST request.
This request would contain an IP address, and the service would return an approximation of that IP's location.
EDIT: I need resolution down to the city of…

FlySwat
- 172,459
- 74
- 246
- 311
0
votes
2 answers
"privacy" is not accepted, when posting to a Page's wall with a Pagetoken
Goal:
I want to specify privacy for posts, that are done through my application, when I post to a Page's wall, using Pagetoken.
Problem:
Using page token, I do post to URL "https://graph.facebook.com/me/feed"
with the following body —
{
…

Ilya Pimenov
- 1
- 1
0
votes
1 answer
Display results dynamically based on GeoLocation MVC
I am building a webpage that needs to Query the database and display events in your area based on the users GeoLocation. I've seen this done so many times now on a lot of websites. But I have never built this functionality before.
I have the…

EB.
- 2,627
- 8
- 35
- 55
0
votes
1 answer
Geotargetting for "Nearest Restaurant Locator"
For an online ordering system, we figured that we would take the entered address and city, calculate the distance between it and each entry in a database of addresses using the Google Maps API.
However the client was told by his previous designer…

Voriki
- 1,617
- 2
- 19
- 43
0
votes
0 answers
Redirecting wordpress website visitors to a subdomain based on their country via htaccess code
I've tried implementing a solution I found that seemed simple enough, which is to just put this code at the top of the site's htaccess file:
#Redirect multiple countries to a single page
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE}…

Rodario
- 39
- 5
0
votes
0 answers
php header redirect ignoring conditional statement
I am using Wordpress with a Geo Target plugin, the intended behavior is that if a site visitor is in Germany, they are redirected to the German version of the website and have an option to click a link to view the English version. I am doing this by…

Robert
- 143
- 14
0
votes
2 answers
How to delete hasmany relation data in laravel
How can i delete Hasmany relation data.One more think i want to delete only has_student data.
$user->has_student->delete();
Error:
Collection doesn't has delete method.

BHASHKAR BISHT
- 1
- 3
0
votes
1 answer
Display Phone Number or link based on Geolocation?
Does anyone know how to have a phone number & link to appear based on the visitors Geolocation or IP address? For instance, lets say I have 5 locations across 2 different states. I want to have the phone number in the header to show the phone number…

Zerojjc
- 21
- 10
0
votes
0 answers
Facebook php sdk api not returning geo targeted posts
I already have the facebook/graph-sdk v5.4.4 up and running.
I noticed that posts that were configured to only appear in some country or for users with certain languages were not appearing in the list return by the api.
How do I make them appear in…

Guillaume Bois
- 1,302
- 3
- 15
- 23
0
votes
2 answers
Serving geoIP targeted ads
I am a publisher that is contracted to serve an ad to only US users. We are serving this ad using geoIP database from MaxMind to identify IP addresses.
Based on DoubleClick metrics, we are showing that of 3200 impressions served, 7% are still being…

Cruike
- 1
0
votes
2 answers
Geotarget all countries except one
we have a website that offers licenses online. I hope this is the right forum for this kind of questions.
We have business partners targeting the US market, and we are responsible for all of the rest of the world. We are not allowed to offer…

tomsv
- 7,207
- 6
- 55
- 88
0
votes
1 answer
Internationalize target country for SEO using language url path
I currently have a website running under a German domain .de (www.mysite.de)
I'm adding now Internationalization support for English and French languages.
The I18n will be handled by a different URL structure for SEO purpose
www.mysite.de/en will…

spike07
- 809
- 2
- 12
- 21
0
votes
1 answer
Geotargeting a blog folder with GWT
I'm about to launch a blog in a multilingual website.
The website uses geotargeting: site.com/fr/ for france, /be/ for belgium, ch for switzerland, ...
I was wondering if the blog should be run in root level: site.com/blog/
in that case, how the…
user1190065
0
votes
1 answer
Geolocation and IP address targeting for ads
I'm trying to create a Ad campaign with either or both Google Adwords and Google Analytics. The key point for the campaign is to target a specific geographic location and a specific range of class 4 IP addresses and no one else.
I would like the…

Tower
- 1,287
- 3
- 15
- 25