-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for TrackEvent, Experiment, Banners (#5)
- new accountId param added to QueryCollection and SendEvent requests
- Loading branch information
Showing
76 changed files
with
3,243 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.3.1 | ||
5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Com.Sajari.Sdk.Model.Banner | ||
A synthetic search result that renders as an image. It takes a user to a pre-determined location when clicked. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Description** | **string** | The description of the banner, displayed in sub-head font. | [optional] | ||
**Height** | **int** | The height the banner occupies in grid cells. | [optional] | ||
**Id** | **string** | The ID of the banner, used to identify clicked banners. | [optional] | ||
**ImageUrl** | **string** | The URL of the image used for the banner. | [optional] | ||
**Position** | **int** | The 1-based index indicating where the banner appears in search results. | [optional] | ||
**TargetUrl** | **string** | The URL to redirect the user to when the banner is clicked. | [optional] | ||
**TextColor** | **string** | The color of the text as a hex code with a # prefix, e.g. #FFCC00 or #FC0. | [optional] | ||
**TextPosition** | **TextPosition** | | [optional] | ||
**Title** | **string** | The title of the banner, displayed in header font. | [optional] | ||
**Width** | **int** | The width the banner occupies in grid cells. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.