Skip to content
gpawade edited this page Feb 11, 2018 · 1 revision

Google Map API

Tutorial - http://www.tutorialspoint.com/google_maps/

Create the API Key from Google console

AIzaSyDc0188BAC6-NyuwzrfkVY-orLpfN-KOg8

Google map URL

https://maps.googleapis.com/maps/api/js

The following libraries are available we can pass in query string libraries=

  • drawing
  • geometry
  • places
  • visualization

Places search

https://developers.google.com/maps/documentation/javascript/places

Google analytics

Campaign

URL parameter

utm_source

Required.

Use utm_source to identify a search engine, newsletter name, or other source.

Example: google

utm_medium

Use utm_medium to identify a medium such as email or cost-per- click.

Example: cpc , banner,   email

utm_campaign

Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.

Example: utm_campaign=spring_sale

utm_term

Used for paid search. Use utm_term to note the keywords for this ad.

Example: running+shoes

utm_content

Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.

Examples: logolink or textlink

Example

https://www.example.com/?utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale&utm_term=t&utm_content=v1_10perc_off

Url Builder

https://ga-dev-tools.appspot.com/campaign-url-builder/