You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A des fins statistiques, on veut pouvoir récupérer l'agence géographique de chaque personne recevant un feedback (ou en ayant fait la demande) via l'annuaire Google.
L'un et/ou l'autre de ces champs nous seront utiles.
For statistical purposes, we want to be able to retrieve the geographic agency of each person receiving feedback (or having requested it) via the Google directory.
Need from the user's point of view
A des fins statistiques, on veut pouvoir récupérer l'agence géographique de chaque personne recevant un feedback (ou en ayant fait la demande) via l'annuaire Google.
Schéma Google :
user.locations = [{ type: “custom”, customType: “Agency”, area: agency}]
user.organizations = [{ type: “work”, department: agency, title: position}]
L'un et/ou l'autre de ces champs nous seront utiles.
For statistical purposes, we want to be able to retrieve the geographic agency of each person receiving feedback (or having requested it) via the Google directory.
Google Schema:
user.locations = [{ type: “custom”, customType: “Agency”, area: agency}]
user.organizations = [{ type: “work”, department: agency, title: position}]
One and/or the other of these fields will be useful to us.
The text was updated successfully, but these errors were encountered: