Skip to content

Commit

Permalink
Merge pull request #853 from danisbet-adobe/AMO-137123
Browse files Browse the repository at this point in the history
[AMO-137123] - Add Channel Name to Search Engines Schema
  • Loading branch information
prabhum2 authored Apr 6, 2020
2 parents 83a714d + 7b5bdd1 commit 850c292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"searchads:searchEngineId": 3,
"searchads:adPlatform": "Google AdWords",
"searchads:channelName": "search",
"repo:createDate": "2019-04-26T14:00:00+00:00",
"repo:modifyDate": "2019-04-26T14:00:00+00:00"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"title": "Search Engine Identifier",
"type": "integer",
"description": "The application-specified identifier used to identify the Search Advertising Platform Name."
},
"searchads:channelName": {
"title": "Search Engine Channel Name",
"type": "string",
"description": "The application-specified classification for the Search Engine Platform."
}
}
}
Expand Down

0 comments on commit 850c292

Please sign in to comment.