Profile feed sample
Stay organized with collections
Save and categorize content based on your preferences.
Pull-based profile feed sample
{
"metaData": {
"feedCategory":"SNAPSHOT",
"feedTimestampMicros":1532930955190163,
"apiVersion": "v1",
"pagination": {
"nextTokenParam": "yre7yiesar"
},
"totalCount":1,
"partnerFeedId": "7439279432",
"language": "en"
},
"serviceProviders":[
{
"serviceProviderId":56385792,
"serviceProviderName":"King David Garage Doors, Inc.",
"description":"King David Garage Doors, Inc., prides itself on being the number one garage door company in the area",
"serviceProviderWebsiteUrl":"http://www.aigaragedoor.com",
"address":{
"addressLine1":"847 Oliver Avenue",
"city":"Valley Stream",
"region":"NY",
"postalCode":"11581",
"country":"US"
},
"aggregatorProfileUrl":"http://www.aggregator.com/king-david.html",
"yearBusinessStarted":2015,
"businessHours":[
{
"dayOfWeek":"MONDAY",
"startTime":{
"hour":0,
"minute":0
},
"endTime":{
"hour":23,
"minute":59
}
},
{
"dayOfWeek":"TUESDAY",
"startTime":{
"hour":0,
"minute":0
},
"endTime":{
"hour":23,
"minute":59
}
}
],
"businessPhoneNumber":"+17188107200",
"contact": [
{
"type": "PHONE",
"address": "+16467580442"
}
],
"targetingLanguages": ["en"],
"geoCovered": {
"criteriaIds": [
1023442,
9058754
]
},
"categories": [
{
"categoryId": "garage_door_pro",
"tasks": [
{
"taskIds": ["install_garage_door"]
}
]
}
],
"completedJobs": 5,
"callOuts": [
{
"categoryId":"garage_door_pro",
"callOutList": {
"callOutIds":[
"bbb_a_rated",
"bbb_a_plus_rated"
]
}
}
],
"active": false,
"monthlyBudget": 400,
"monthlyBudgetCurrency": "USD",
"biddingStrategy": "MANUAL_CPA",
"biddingConfiguration": [
{
"categoryId":"garage_door_pro",
"manualCostPerLead": {
"bid":35
}
}
]
}
]
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-03 UTC."],[[["The JSON payload represents a snapshot of a pull-based profile feed, containing details for service providers like King David Garage Doors, Inc."],["Each service provider's profile includes information such as business details, contact information, service areas, categories, and performance metrics."],["This particular example showcases a single service provider profile within the feed response."],["The feed also includes metadata with information about the feed category, timestamp, pagination, and total count of profiles."],["The `serviceProviders` array contains detailed information about each listed service provider, including their operational details, service offerings, and performance statistics."]]],[]]