-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmarketplace.json
35 lines (35 loc) · 1.25 KB
/
marketplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"label": "Pacing Ads Block",
"category_label": "Models",
"branding": {
"image_uri": "https://marketplace-api.looker.com/block-icons/pacing-ads-block.png",
"tagline": "Designed to provide a centralized view of campaign performance over time across multiple sources. "
},
"constants": {
"CONNECTION_NAME": {
"label": "Connection Name",
"value_constraint": "connection"
},
"PROJECT_ID": {
"label": "BigQuery Project ID"
},
"FADS_DATASET_NAME": {
"label": "FB Ads Dataset Transfer Name",
"description": "Dataset name where the data transfer for Facebook is located. Leave the value empty if you're not using the source, otherwise you'll get an error"
},
"GADS_DATASET_NAME": {
"label": "Google Ads Dataset Transfer Name",
"description": "Dataset name where the data transfer for Google Ads is located. Leave the value empty if you're not using the source, otherwise you'll get an error"
},
"GADS_CUSTOMER_ID": {
"label": "Google Ads Customer ID",
"description": "Customer ID that is associated to your current Google Ads dataset in BigQuery"
}
},
"models": [
{
"name": "pacing_block",
"connection_constant": "CONNECTION_NAME"
}
]
}