Ads API .NET library
|
Represents an entire record in the offline call conversions feed that the advertiser uploads. More...
Classes | |
class | Fields |
List of all supported fields for the OfflineCallConversionFeed class. More... | |
class | FilterableFields |
List of all supported filterable fields for the OfflineCallConversionFeed class. More... | |
class | SelectableFields |
List of all supported selectable fields for the OfflineCallConversionFeed class. More... | |
Properties | |
string | callerId [get, set] |
The caller id from which this call was placed. More... | |
string | callStartTime [get, set] |
The time at which this call started. More... | |
string | conversionName [get, set] |
The type associated with this conversion. More... | |
string | conversionTime [get, set] |
The time that this conversion occurred at. More... | |
double | conversionValue [get, set] |
This conversions value for the advertiser. This field must be greater than or equal to 0. More... | |
bool | conversionValueSpecified [get, set] |
string | conversionCurrencyCode [get, set] |
The currency that the advertiser associates with the conversion value. This is the ISO 4217 3-character currency code. For example: USD, EUR. The length of this string should be between 3 and 3, inclusive, (trimmed). More... | |
Represents an entire record in the offline call conversions feed that the advertiser uploads.
|
getset |
The caller id from which this call was placed.
Caller ids in E.164 format with preceding '+' sign. (e.g., "+16502531234", +443308182000), National numbers which are treated as US numbers in formats like "6502531234", and International Numbers with accompanying country code and preceding '+' like +64 3-331 6005 This field is required and should not be null
. The length of this string should be between 1 and 30, inclusive, (trimmed).
|
getset |
The time at which this call started.
A time in the future is not allowed. A timezone is always required.
When a conversion for the same caller id, conversion name and conversion time is uploaded multiple times, the first one results in a conversion being recorded. The duplicates are ignored and reported as successes, to indicate that a conversion for this combination has been recorded.
String Format: yyyyMMdd HHmmss <timezone id=""> (for example, 20100609 150223 America/New_York). See the Timezones page for the complete list of Timezone IDs. This field is required and should not be null
.</timezone>
|
getset |
The currency that the advertiser associates with the conversion value. This is the ISO 4217 3-character currency code. For example: USD, EUR. The length of this string should be between 3 and 3, inclusive, (trimmed).
|
getset |
The type associated with this conversion.
It is valid to report multiple conversions for the same call since visitors may trigger multiple conversions for a call. These conversions names are generated in the front end by advertisers. This field is required and should not be null
. The length of this string should be between 1 and 100, inclusive, (trimmed).
|
getset |
The time that this conversion occurred at.
This has to be after the call time. A time in the future is not allowed. A timezone is always required.
When a conversion for the same caller id, conversion name and conversion time is uploaded multiple times, the first one results in a conversion being recorded. The duplicates are ignored and reported as successes, to indicate that a conversion for this combination has been recorded.
String Format: yyyyMMdd HHmmss <timezone id=""> (for example, 20100609 150223 America/New_York). See the Timezones page for the complete list of Timezone IDs.</timezone>
|
getset |
This conversions value for the advertiser. This field must be greater than or equal to 0.
|
getset |
true
, if a value is specified for conversionValue, false
otherwise.