Skip to content

Commit

Permalink
updated to Google Ads API v14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fblascogarma committed Sep 20, 2023
1 parent 8896452 commit d407eeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Testimonial from a company who used this project:
>"We looked at your app in great detail and learnt a lot from it.
Your app worked like a charm and gave us a good sense of various components involved.
The [document](https://docs.google.com/document/d/10WyzDUNZTVHhenWgCopf3YyaRDsyoavc7aHuOAMJF6Y/edit?usp=sharing) you provided was also very helpful.
Thank you fo putting this together."
Thank you for putting this together."

# Assumptions & Prerequisites

Expand Down
5 changes: 5 additions & 0 deletions src/components/Campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,12 @@ const Campaigns = () => {
<Fragment>
<p>See how your campaigns are performing.
You can filter by campaign status and dates.
</p>
<p>
Click a campaign if you want to make changes or see the current settings.
In this app, it's only possible to edit Smart campaigns.
For other campaign types when you click the app will break.
If you want to fix this and send a pull request, please do! It would be great.
</p>
</Fragment> :
// if user has zero campaigns yet, show this message
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import React from 'react'
export const Footer = () => {
return (
<footer className='container mt-4 text-center' font='gotham-rounded-bold'>
<p>Copyright &copy; 2021-2022 FranAds. All rights reserved.</p>
<p>Copyright &copy; 2021-2023 FranAds. All rights reserved.</p>
</footer>
)
}
Expand Down

0 comments on commit d407eeb

Please sign in to comment.