Skip to content

Commit 14740c5

Browse files
committed
Merge branch 'master' of github.com:stitchdata/docs
2 parents 381c169 + 60f57ae commit 14740c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+29868
-2
lines changed

_data/taps/schemas/google-ads/v2/google-ads-v2-tables.yml

Lines changed: 528 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"properties": {
3+
"customer_id": {
4+
"type": [
5+
"integer"
6+
]
7+
},
8+
"id": {
9+
"type": [
10+
"integer"
11+
]
12+
},
13+
"maximize_conversion_value": {
14+
"properties": {
15+
"target_roas": {
16+
"type": [
17+
"singer.decimal"
18+
]
19+
}
20+
},
21+
"type": [
22+
"object"
23+
]
24+
},
25+
"maximize_conversions": {
26+
"properties": {
27+
"target_cpa": {
28+
"type": [
29+
"integer"
30+
]
31+
}
32+
},
33+
"type": [
34+
"object"
35+
]
36+
},
37+
"name": {
38+
"type": [
39+
"string"
40+
]
41+
},
42+
"owner_customer_id": {
43+
"type": [
44+
"integer"
45+
]
46+
},
47+
"owner_descriptive_name": {
48+
"type": [
49+
"string"
50+
]
51+
},
52+
"resource_name": {
53+
"type": [
54+
"object",
55+
" string"
56+
]
57+
},
58+
"target_cpa": {
59+
"properties": {
60+
"target_cpa_micros": {
61+
"type": [
62+
"integer"
63+
]
64+
}
65+
},
66+
"type": [
67+
"object"
68+
]
69+
},
70+
"target_impression_share": {
71+
"properties": {
72+
"cpc_bid_ceiling_micros": {
73+
"type": [
74+
"integer"
75+
]
76+
},
77+
"location": {
78+
"type": [
79+
"string"
80+
]
81+
},
82+
"location_fraction_micros": {
83+
"type": [
84+
"integer"
85+
]
86+
}
87+
},
88+
"type": [
89+
"object"
90+
]
91+
},
92+
"target_roas": {
93+
"properties": {
94+
"target_roas": {
95+
"type": [
96+
"singer.decimal"
97+
]
98+
}
99+
},
100+
"type": [
101+
"object"
102+
]
103+
},
104+
"target_spend": {
105+
"properties": {
106+
"cpc_bid_ceiling_micros": {
107+
"type": [
108+
"integer"
109+
]
110+
},
111+
"target_spend_micros": {
112+
"type": [
113+
"integer"
114+
]
115+
}
116+
},
117+
"type": [
118+
"object"
119+
]
120+
},
121+
"type": {
122+
"type": [
123+
"string"
124+
]
125+
}
126+
}
127+
}

0 commit comments

Comments
 (0)