Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Collections are the groupings of resources we pull from your source. In your war
Below are tables outlining the properties included in the collections listed above.

### Ad Accounts

| Property Name | Description |
| ------ | ------ |
| id | Ad Account ID. |
Expand All @@ -70,6 +71,7 @@ Below are tables outlining the properties included in the collections listed abo
| spend_cap | The maximum that can be spent by this account after which campaigns will be paused. A value of 0 signifies no spending-cap and setting a new spend cap only applies to spend AFTER the time at which you set it. Value specified in basic unit of the currency, e.g. cents for USD. |

### Ad Sets

| Property Name | Description |
| ------ | ------ |
| id | Ad set ID. |
Expand All @@ -82,6 +84,7 @@ Below are tables outlining the properties included in the collections listed abo
| name | Name of ad set. |

### Ads

| Property Name | Description |
| ------ | ------ |
| id | The ID of this ad. |
Expand All @@ -100,6 +103,7 @@ Below are tables outlining the properties included in the collections listed abo
| utm_content | UTM content. |

### Campaigns

| Property Name | Description |
| ------ | ------ |
| id | Campaign's ID. |
Expand All @@ -112,6 +116,7 @@ Below are tables outlining the properties included in the collections listed abo
| stop_time | Stop time. |

### Insights

| Property Name | Description |
| ------ | ------ |
| id | Segment internal ID. |
Expand Down