I've got a custom integration for post types and users where I need to save the post_id (to avoid users seeing posts with the same name when they should not).
My issue is that the default for the AWeber plugin is to save the value (totally reasonable). What I need to do is modify the data being sent to AWeber so that it gets the text instead.
It looks to me like I can filter the $entry object via the gform_aweber_ad_tracking filter. Can anyone confirm this. Seems that it has the whole $entry object, the whole $form object, and the $feed.