Skip to content

Commit

Permalink
Changing native.cta to string (#971)
Browse files Browse the repository at this point in the history
Fixing native.cta -- it's a string
  • Loading branch information
bretg authored Sep 20, 2018
1 parent f84a5d7 commit 2eef5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The `native` object contains the following properties that correspond to the ass
| `icon` | Optional | Object | The brand icon that will appear with the ad. For properties, see [`native.icon`](#adUnit.mediaTypes.native.icon). |
| `image` | Optional | Object | The image object is to be used for the main image of the native ad. For properties, see [`native.image`](#adUnit.mediaTypes.native.image). |
| `clickUrl` | Optional | Object | Where the user will end up if they click the ad. For properties, see [`native.clickUrl`](#adUnit.mediaTypes.native.clickUrl). |
| `cta` | Optional | Object | *Call to Action* text, e.g., "Click here for more information". For properties, see [`native.cta`](#adUnit.mediaTypes.native.cta). |
| `cta` | Optional | String | *Call to Action* text, e.g., "Click here for more information". |

<a name="adUnit.mediaTypes.native.image" />

Expand Down

0 comments on commit 2eef5dd

Please sign in to comment.