class GAShikomi::Subcommand::Goals

Public Instance Methods

list() click to toggle source
# File lib/ga_shikomi/subcommand/goals.rb, line 4
def list
  api.execute(
    api.analytics.management.goals.list,
    :accountId     => options['account_id'],
    :webPropertyId => options['property_id'],
    :profileId     => options['profile_id'])['items']
end