CodeManager.GenerateCode

Creates a tracking code based on the specified settings.
This method only creates the code. You must still save the code by calling CodeManager.SaveCodeArchive.

CodeManager.GenerateCode parameters

Name Type Description
rsid xsd:string A Report Suite ID to use in the generated code.
char_set xsd:string The character set of the collection code.
currency_code xsd:string The default currency setting for the generated code. For example, USD (U.S. Dollar).
cookie_domain_periods xsd:int The number of periods in your domain. For example, www.mysite.com has 2 periods; www.mysite.co.uk has 3 periods.
secure xsd:int Set this parameter to 1 to use the generated code on a secure website (https://).

CodeManager.GenerateCode response

Type Description
tns:code_items A list of code items.

Comments (0)

Must be logged in to comment. or register now to comment!