Sha256: 5a96c50762a94f32806d12bebac44dd524eedff8378fa5663286099324b17c23

Contents?: true

Size: 1.71 KB

Versions: 2

Compression:

Stored size: 1.71 KB

Contents

# PinterestSdkClient::AdResponseAllOf1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ad_account_id** | **String** | The ID of the advertiser that this ad belongs to. | [optional] |
| **campaign_id** | **String** | ID of the ad campaign that contains this ad. | [optional] |
| **collection_items_destination_url_template** | **String** | Destination URL template for all items within a collections drawer. | [optional] |
| **created_time** | **Integer** | Pin creation time. Unix timestamp in seconds. | [optional] |
| **id** | **String** | The ID of this ad. | [optional] |
| **rejected_reasons** | **Array<String>** | Enum reason why the pin was rejected. Returned if <code>review_status</code> is \"REJECTED\". | [optional] |
| **rejection_labels** | **Array<String>** | Text reason why the pin was rejected. Returned if <code>review_status</code> is \"REJECTED\". | [optional] |
| **review_status** | **String** | Ad review status | [optional] |
| **type** | **String** | Always \"ad\". | [optional] |
| **updated_time** | **Integer** | Last update time. Unix timestamp in seconds. | [optional] |
| **summary_status** | [**PinPromotionSummaryStatus**](PinPromotionSummaryStatus.md) | Ad summary status | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::AdResponseAllOf1.new(
  ad_account_id: 549755885175,
  campaign_id: 626735565838,
  collection_items_destination_url_template: null,
  created_time: 1451431341,
  id: 687195134316,
  rejected_reasons: null,
  rejection_labels: null,
  review_status: PENDING,
  type: pinpromotion,
  updated_time: 1451431341,
  summary_status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/AdResponseAllOf1.md
pinterest_sdk-1.0.0 docs/AdResponseAllOf1.md