|
|
|
|
- Overview
- Handling the properties of advanced type
- Overview
- Using a property of an advanced variable
- Remark
- Assigning the variables of advanced types
- Assignment rules
The advanced types (XLS variables, ggl variables, ...) are used to handle the data via properties. To handle these types, you must declare a variable corresponding to the type to handle and instantiate this variable. This help page presents: - how to handle the properties of advanced type.
- the assignment of the advanced types.
Handling the properties of advanced type Overview A property of advanced type is a data associated with the variable. Using a property of an advanced variable The following syntax is used to call a property of a variable:
<Variable Name> . <Property Name>
or
<Variable Name>..<Property Name>
Remark The accesses to the properties can used in sequence. For example:
// Sequences of properties MyCampaign..GeoTargeting..CountryTarget..Country = "FR" + CR + "DE"
Assigning the variables of advanced types Assignment rules The assignment rules between variables of advanced type and between dynamic variables of advanced type are as follows: | | | | | | | | Operator = | Operator <= | Operator <- | Variable of advanced type | Dynamic variable of advanced type | Variable of advanced type | Dynamic variable of advanced type | Variable of advanced type | Dynamic variable of advanced type | Variable of advanced type | Copies | Copies | Copies | Copies | Taking reference | Taking reference | Dynamic variable of advanced type | Taking reference | Taking reference | Copies | Copies | Taking reference | Taking reference |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|