Ads API .NET library
|
Data needed to push a creative to a mobile device. More...
Properties | |
long | lineItemId [get, set] |
The ID of the LineItem to preview. More... | |
bool | lineItemIdSpecified [get, set] |
long | creativeId [get, set] |
The ID of the Creative to preview. More... | |
bool | creativeIdSpecified [get, set] |
long | nativeStyleId [get, set] |
The ID of the native style to preview the creative with. More... | |
bool | nativeStyleIdSpecified [get, set] |
Data needed to push a creative to a mobile device.
|
getset |
The ID of the Creative to preview.
This field is required.
|
getset |
true
, if a value is specified for creativeId, false
otherwise.
|
getset |
The ID of the LineItem to preview.
This field is required.
|
getset |
true
, if a value is specified for lineItemId, false
otherwise.
|
getset |
The ID of the native style to preview the creative with.
This field is optional but the referenced object must exist.
|
getset |
true
, if a value is specified for nativeStyleId, false
otherwise.