Skip to content Skip to footer
Mon - Fri 8:00 - 18:00 / Sunday 8:00 - 14:00
1-800-458-56987
47 Bakery Street, London, UK
Azurexpat
  • Ressources
  • tel
  • email
  • Voyageurs
  • Travailleurs
  • Étudiants
  • FAQ
Azurexpat
Azurexpat
  • Notre histoire
  • Notre équipe d’experts
  • Nos partenaires
Azurexpat
Azurexpat
Azurexpat

Upcoming Events

Azurexpat Close
  • Ressources
  • tel
  • email
  • Voyageurs
  • Travailleurs
  • Étudiants
  • FAQ
0 events found.

Events

Notice
There are no upcoming events.
Notice
There are no upcoming events.

Events Search and Views Navigation

Event Views Navigation

  • List
  • Month
  • Day
Today
  • Today
  • Google Calendar
  • iCalendar
  • Outlook 365
  • Outlook Live
  • Export .ics file
  • Export Outlook .ics file
Azurexpat Logo



À propos

  • Notre histoire
  • Notre équipe d’experts
  • Nos partenaires

Services aux particuliers

  • Vous voyagez
  • Vous partez vivre ou travailler à l’étranger
  • Vous partez étudier

Services aux entreprises

  • Expatriation / détachement d’un collaborateur
  • Collaborateur en mission
  • Risques spéciaux

Ressources

Nous contacter

DEMANDE DE DEVIS
FR : 01 84 17 80 77
USA : (917) 267-7766
contact(@)azurexpat.com

mentions

Mentions légales – Protection des données / RGPD AzurExpat – FL SOLUTIONS – Etablissement de Courtage SARL au capital de 5 000 € | RCS | PARIS 798456109 | Enregistrée à l’ORIAS Sous le numéro 14000504

This site uses functional cookies and external scripts to improve your experience.

  • English
  • Français (French)

Privacy settings

Privacy Settings

This site uses functional cookies and external scripts to improve your experience. Which cookies and scripts are used and how they impact your visit is specified on the left. You may change your settings at any time. Your choices will not impact your visit.

NOTE: These settings will only apply to the browser and device you are currently using.

Google Analytics

/** * Lists Analytics accounts. */ function listAccounts() { try { const accounts = Analytics.Management.Accounts.list(); if (!accounts.items || !accounts.items.length) { console.log(‘No accounts found.’); return; } for (let i = 0; i < accounts.items.length; i++) { const account = accounts.items[i]; console.log('Account: name "%s", id "%s".', account.name, account.id); // List web properties in the account. listWebProperties(account.id); } } catch (e) { // TODO (Developer) – Handle exception console.log('Failed with error: %s', e.error); } } /** * Lists web properites for an Analytics account. * @param {string} accountId The account ID. */ function listWebProperties(accountId) { try { const webProperties = Analytics.Management.Webproperties.list(accountId); if (!webProperties.items || !webProperties.items.length) { console.log('tNo web properties found.'); return; } for (let i = 0; i < webProperties.items.length; i++) { const webProperty = webProperties.items[i]; console.log('tWeb Property: name "%s", id "%s".', webProperty.name, webProperty.id); // List profiles in the web property. listProfiles(accountId, webProperty.id); } } catch (e) { // TODO (Developer) – Handle exception console.log('Failed with error: %s', e.error); } } /** * Logs a list of Analytics accounts profiles. * @param {string} accountId The Analytics account ID * @param {string} webPropertyId The web property ID */ function listProfiles(accountId, webPropertyId) { // Note: If you experience "Quota Error: User Rate Limit Exceeded" errors // due to the number of accounts or profiles you have, you may be able to // avoid it by adding a Utilities.sleep(1000) statement here. try { const profiles = Analytics.Management.Profiles.list(accountId, webPropertyId); if (!profiles.items || !profiles.items.length) { console.log('ttNo web properties found.'); return; } for (let i = 0; i < profiles.items.length; i++) { const profile = profiles.items[i]; console.log('ttProfile: name "%s", id "%s".', profile.name, profile.id); } } catch (e) { // TODO (Developer) – Handle exception console.log('Failed with error: %s', e.error); } }

Powered by Cookie Information
Icône 1
VOYAGER
Icône 2
TRAVAILLER
Icône 3
ÉTUDIER