ePages 6.10 - DE_EPAGES/Etracker/API/Etracker.pm

Package DE_EPAGES::Etracker::API::Etracker

Etracker functions

@EXPORT_OK
CreateEtrackerAccount
DeleteEtrackerAccount

Functions

CreateEtrackerAccount
DeleteEtrackerAccount

CreateEtrackerAccount

Creates a new etracker account and sets the shop attributes EtrackerClientID, EtrackerCode, EtrackerSecureKey and EtrackerDirectBookmark. Activates all eTracker actions.

Syntax
CreateEtrackerAccount
Example
CreateEtrackerAccount
Input
$Shop (object)
shop object
$hData (ref.hash)
account data
  • FirstName - first name - string
  • LastName - last name - string
  • Password - password for etracker statistics - string
  • EMail - e-mail address - string
  • Street - street address - string
  • Zipcode - zip code - string
  • Country - 2-letter country code - string
  • Company - company name (optional) - string
  • Description - web site description (optional) - string
  • LanguageCode - 2-letter language code (optional, default: 'en')
    - string

DeleteEtrackerAccount

Deletes an etracker account for the Shop

Syntax
DeleteEtrackerAccount
Example
DeleteEtrackerAccount($Shop);
Input
$Shop (object)
shop object