Retrieves a placement catalog’s shared view including placements. Requires password if protected.
curl --request POST \
--url https://your_a2_service/placement_catalog_shares/view \
--header 'Content-Type: application/json' \
--data '
{
"placement_catalog_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"password": "<string>"
}
'{
"catalog": {
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"no": 123,
"placement_ids": [
"<string>"
],
"settings": {
"include_analytics": false,
"indicators": []
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"placements": [
{
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"no": 123,
"campaign_permission": {
"black": [],
"white": []
},
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"display": {
"clktype": 1,
"displayfmt": {
"ext": {},
"h": 250,
"w": 300
},
"h": 250,
"mime": [],
"nativefmt": {
"ext": {}
},
"w": 300
},
"ext": {
"approval_method": "admin",
"display": {
"enabled": 0
},
"native": {
"enabled": 0
},
"payout": "rates",
"responsive": "fixed",
"target_ecpm": 0,
"video": {
"enabled": 0
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_active": false,
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"clktype": 1,
"ctype": [
2
],
"delay": 0,
"h": 300,
"linear": 0,
"maxdur": 0,
"mime": [],
"mindur": 0,
"playmethod": [],
"ptype": 1,
"skip": 0,
"skipafter": 0,
"skipmin": 0,
"w": 480
}
}
]
}Successful Response
Schema for reading a placement catalog share view.
Schema for reading a placement catalog.
Show child attributes
The ID of the user who created the placement catalog
The description in JSON Quill Delta format - a JSON format that represents rich text content
Links: https://quilljs.com/docs/delta
The name of the placement catalog
The list of placement IDs
Schema for placement catalog settings.
Show child attributes
Determines whether to include statistical data for each ad placement in the placement catalog
A list of metric indicators that will be included in the placement catalog for analytics purposes
Metric indicator enum.
budget_spent, impression, click, conversion, reach, ad_revenue, cpm, cpc, cpa, roas The date and time the entity was created.
The date and time the entity was last updated.
Show child attributes
The ID of the user who created the placement
The name of the placement
The date and time the entity was created.
The description in JSON Quill Delta format - a JSON format that represents rich text content
Schema for display placement. It contains specifications for banner display formats, native formats, and other display-related properties.
Show child attributes
0, 1, 2, 3 Schema for placement default extra configuration.
Show child attributes
Approval process method for placement publication requests.
delegate: Advertisers with placement publication rights can decide on campaign exposure without the placement manager's approval
admin: Placement manager must approve the campaign exposure request
admin, delegate Default billing is optimized CPC, CPM, or CPA amount determined by the algorithm.
none: No payout is calculated for the placement
rates: Optimized CPC, CPM, or CPA amount determined by the algorithm
none, rates Defines how ad creative is displayed in placement area
fixed: Display ad creative in its original size without modification
resized: Adjust ad creative size to fit the placement area dimensions
fixed, resized The date and time the entity was last updated.
Schema for video placement. It contains specifications for video placement formats, and other video-related properties.
Show child attributes
0, 1, 2, 3 0, 1, 2 1, 2, 3, 4, 5, 6, 7 1, 2, 3, 4 0, 1 Was this page helpful?
curl --request POST \
--url https://your_a2_service/placement_catalog_shares/view \
--header 'Content-Type: application/json' \
--data '
{
"placement_catalog_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"password": "<string>"
}
'{
"catalog": {
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"no": 123,
"placement_ids": [
"<string>"
],
"settings": {
"include_analytics": false,
"indicators": []
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"placements": [
{
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"no": 123,
"campaign_permission": {
"black": [],
"white": []
},
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"display": {
"clktype": 1,
"displayfmt": {
"ext": {},
"h": 250,
"w": 300
},
"h": 250,
"mime": [],
"nativefmt": {
"ext": {}
},
"w": 300
},
"ext": {
"approval_method": "admin",
"display": {
"enabled": 0
},
"native": {
"enabled": 0
},
"payout": "rates",
"responsive": "fixed",
"target_ecpm": 0,
"video": {
"enabled": 0
}
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_active": false,
"updated_at": "2023-11-07T05:31:56Z",
"video": {
"clktype": 1,
"ctype": [
2
],
"delay": 0,
"h": 300,
"linear": 0,
"maxdur": 0,
"mime": [],
"mindur": 0,
"playmethod": [],
"ptype": 1,
"skip": 0,
"skipafter": 0,
"skipmin": 0,
"w": 480
}
}
]
}