Skip to content

Releases: fblascogarma/google_ads_frontend

Fran Ads v6

21 Nov 19:29
Compare
Choose a tag to compare

We are launching Fran Ads v6.

Changes include:

  • Migrated to Google Ads API v18
  • Improved Keyword Theme Recommendations, Ad Creatives Recommendations, and Budget Recommendations functions by handling better when geo target location resource name is empty. This way, the app still gives recommendations for keywords, ad creatives (headlines, descriptions), and budget.
  • Improved function to edit smart campaign. If campaign doesn’t have ad schedule, now the API returns the campaign_criterion.ad_schedule.day_of_week as zero (0). Therefore, I added a handler statement for these cases.
  • Updated README files with more helpful information

Fran Ads v5

22 May 21:10
Compare
Choose a tag to compare

We are launching Fran Ads v5.

Changes include:

  1. Updated to newest Google Ads API: v.16.1.0.
  2. Changed deeplink to Billing Setup.
  3. Changed UI wording after Google Ads account creation to update to Google’s new wording used in email invitation, and clarify that users have 20 days to accept invitation before losing access to it.
  4. Improved frontend handling for keyword selection.
  5. Updated footer component.
  6. Updated requirements.txt with new library version.
  7. Updated technical guide.

Fran Ads v4

20 Sep 22:37
Compare
Choose a tag to compare

We are launching Fran Ads v4.

Changes include:

  1. Updated to newest Google Ads API → v14.1. Impacted files: requirements.txt in Backend repo to show google-ads==22.0.0 (previously was 19.0.0).
  2. Improved info on campaign type in Reporting dashboard. File impacted: get_campaigns.py. Before it showed “Unspecified” for campaigns that were not Smart Campaigns. With this change, you get what campaign is if it’s not Smart Campaigns. For example, Performance Max, Search, or Display.
  3. Added clarification that the Edit Campaign feature works just for Smart Campaigns. Fran Ads can’t edit other campaign types. File impacted: Campaigns.js
  4. Updated Copyright message to 2023. File impacted: Footer.js
  5. Updated README files for both backend and frontend.

Fran Ads v3

14 Jan 00:35
Compare
Choose a tag to compare

We are launching Fran Ads v3.

Changes include:

  1. Migration to Google Ads API v12
  2. Changed Keyword Recommendations
  3. Changed Smart Campaign Creation

Fran Ads v2 - RMF Compliant

17 Jun 19:46
Compare
Choose a tag to compare

We are launching Fran Ads v2 that now is RMF compliant! This means that cloning Fran Ads v2 has all the minimum required features to get your app approved by Google.

The features launched in this v2 include:

  1. Migrated Google Ads API v9 to v10.1.
  2. Add Ad Schedule to a Smart Campaign (feature 1 out of 2 to be RMF compliant).
  3. Add Negative Keyword Themes to a Smart Campaign (feature 2 out of 2 to be RMF compliant).
  4. Improved end-to-end User Flows.
  5. Improved Security.
  6. Fixed Bugs.

MVP launch