Questions tagged [aweber]

AWeber's API is a REST and OAuth 1.0 based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts.

AWeber is a web-based service provider of email marketing software that handles editing messages, delivery, analytics, and collection of mailing list subscribers.

AWeber's API is a REST-based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts. The API uses OAuth 1.0a for authentication and returns all requested data in JSON format.

AWeber provides several API client libraries, supporting PHP, Ruby, and Python.

103 questions
0
votes
1 answer

aweber connecting to my own database and updating subscribers info

I wanted to know is it possible to "connect" - in some way Awebers subscribers list to my own database. I couldnt find anything in documentation but wanted to ask just to check. So the reason I want this is because if any of subscribers unsubscribe…
0038lana
  • 75
  • 1
  • 3
0
votes
1 answer

PHP Parse Command Line Results with Space in url string

I'm trying to parse the results from Aweber forms and unfortunately they pass the variables back with a space between the two words. For example we want to capture a phone number and we have to use the field 'custom phone' instead of just 'phone' -…
Viktor
  • 517
  • 5
  • 23
0
votes
1 answer

How i can get my aweber API credentials from aweber account?

I am working with API and i need following things, i have get first two things but dont know how to get the other two. can you please guide me: $consumerKey = '****'; # replace with your real keys $consumerSecret = '****'; # replace with your real…
Qasim
  • 21
  • 7
0
votes
1 answer

Send a broadcast e-mail in Aweber using .NET API

I want to send a broadcast email using Aweber .NET API. I can authenticate and I can retrieve a list of subscribers. When I create a broadcast, it creates succesfully (the request doesn't fail) and I get back a JSON containing the info about the…
Cosmin Ioniță
  • 3,598
  • 4
  • 23
  • 48
0
votes
1 answer

Grabbing link value using JavaScript and appending it to image tag

I'm looking to create a proper postback for an affiliate system. It's quite similar a request to: Grab a section from a URL and append it a link using jQuery But it's a little beyond me to capture it the same way. The basic link I need to call in a…
Vuk Pop
  • 3
  • 3
0
votes
2 answers

Retrieve All User Lists using Aweber API

I am adding AWeber as an autoresponder in a web application. Using AWeber API, I am able to add a new subscriber to list with a known name which is in this case is firstlist: $app = new MyApp(); $app->findSubscriber('whtever@aol.com'); $list =…
akifquddus
  • 632
  • 2
  • 10
  • 25
0
votes
1 answer

Allowing my users to push subscribers to their Aweber lists (security & tokens)

I'm creating a public app that pushes emails to my users' Aweber email lists. I've gotten to the point where I can let my user authenticate their Aweber account and then push emails to that account. However, the authentication code provided by…
kevinkt
  • 735
  • 12
  • 24
0
votes
1 answer

How to include external multiple class package in laravel?

I would like to integrate Aweber PHP API in my Laravel (Modules Package installed). I have downloaded Aweber API package from github. -> https://github.com/aweber/AWeber-API-PHP-Library. it has a library folder in which they have included lots of…
Ram
  • 35
  • 5
0
votes
1 answer

Filling form input with Javascript and passed data

This is driving me wild, and I have hunted for solutions all over with no luck... I have a form signup page which uses an Aweber signup form - it collects full name and email address. This form is submitted and redirects to a second page (a…
alexcowles
  • 37
  • 1
  • 7
0
votes
1 answer

Get aweber subscriber between date range or for specifc day

I am fetching subscribers from aweber using PHP API. I am able to fetch all subscriber or from specific list. Following code, I am using try { $params = array('status' => 'subscribed'); $found_subscribers =…
Jass
  • 3,345
  • 3
  • 24
  • 41
0
votes
1 answer

Redirection not working on Aweber custom form on wordpress blog

I use a custom Aweber form on my Wordpress blog squeeze page : http://kuznitsazdoroviya.com/podarki/ Here is the code :
Kaizoku Gambare
  • 3,143
  • 3
  • 29
  • 41
0
votes
1 answer

How to add user in AWeber?

I am using AWeber for the first time. I have a live application. I just want to add my user details in AWeber to send them emails. I have a AWeber user account at https://www.aweber.com/ and also have a developer account at https://labs.aweber.com/.…
Kaushick Gope
  • 154
  • 1
  • 11
0
votes
2 answers

Aweber integration with PHP

I am trying to add members to Aweber list when they sign up on my website but I get an error. I was wondering if anyone could help me with that. I get: AWeberAPIException: Type: NotFoundError Msg : Object: None, name: '' Docs:…
Ben Webmoosh
  • 31
  • 1
  • 3
0
votes
2 answers

Aweber form problems with encoding

I have webpage, that use utf-8. But generated aweber webform use iso-8859-1 to send signups. Problems started when I get…
mpowroznik
  • 1,012
  • 7
  • 9
0
votes
1 answer

How to disable Aweber popup on certain pages

I've got a WP site using an Aweber lightbox popup, like this: