How Do I Cancel My Pro Subscription

To cancel your Pro Subscription on iPhone or iPad:

  1. Launch the Settings app.
  2. Tap iTunes & App Store.
  3. Tap on your Apple ID.
  4. Tap View Apple ID when the pop up window appears.
  5. Enter your Apple ID password, Face ID or fingerprint ID when prompted.
  6. Tap Subscriptions.
  7. Tap the Subscription you want to cancel.
  8. Tap Cancel Subscription.
  9. Tap Confirm when prompted to confirm that you want to cancel your subscription.

To cancel your Pro Subscription on Google Play:

  1. On your Android phone or tablet, open the Google Play Store Google Play.
  2. Tap Menu Menu and then Subscriptions.
  3. Tap the subscription you want to cancel.
  4. Tap Cancel subscription.
  5. Follow the onscreen instructions.

 

After your current period ends, whether it is part of a free trial or a regular recurring subscription, iTunes will no longer bill you for that subscription.

 

Important: Uninstalling an app will not automatically stop your subscription. You must cancel your subscription to end your subscription. If you uninstall the app without canceling your subscription, you will still be charged. If an app you’ve purchased a subscription for is removed from the App Store or Google Play, your future subscription will be automatically canceled but past subscriptions will not be refunded.

 

Extending The Widget For Lead Routing

The askavenue Chat Widget includes additional options to allow your chat widget to not only load on every page on your website, but to customize it so only specific Agents or where only a single Agent can receive chats.

To send a chat to a specific agent, the Agent ID must be passed to data-agent-id in the widget code. the Agent ID can be imported when inviting agents to your account. Alternatively, our system will generate an Agent ID for each agent if one is not supplied. The Agent ID must then be passed in your widget code on the page(s) you want to chats sent to that agent.

eg. data-agent-id=”[agent id]”

These options can be extended by passing custom parameters in the Javascript code.

A sample Javascript Widget Code block looks like this.

<script type="text/javascript" id="widget_loader" data-account-id="[your-account-id]" src="https://apiv2.askavenue.com/chat.js" data-agent-id="123" ></script>

data-agent-id=”123″ is optional and should only be passed when you want chats to only go to the agent with Agent ID = 123.

Configuration

Name Default Description

data-account-id

Assigned This is your unique identifier assigned to you by askavenue. If set, all active Agents added to your Account will receive a question.

data-agent-id

Blank This is the Agent’s unique identifier (ID). If set, only the Agent with the specified ID will receive the broadcast question. This is used for direct agent messaging and bypasses all other broadcast rules. Note: all other options are ignored if this value is set. Only letters and numbers are accepted.

data-max-agents

5 This is the maximum number (quantity) of Agents who will receive a broadcast question. If set and agent_id is blank, only the entered quantity will receive the question. If left blank, up to 5 Active Agents in the Company will receive the question. If set, must be greater than 0.

data-radius

5 This is the proximity to which the question will broadcast to in Kilometers. If set, the question is broadcast to the set distance in kilometers from [latitude] and [longitude] values defined. For example, if set to 5 then the question will broadcast to all Agents in the Company within 5 kms of [latitude] and [longitude]. This is ignored if latitude and latitude are not set. If set, must be between 1 and 500.

data-latitude

Blank This is the latitude coordinate based on where the question will broadcast to. Required if radius_limit is set. This is ignored if data-radius is not set. If set, must be between -90 and 90.

data-longitude

Blank This is the longitude coordinate based on where the question will broadcast to. Required if radius_limit is set. This is ignored if data-radius is not set.  If set, must be between -180 and 180.