Re: Auto-Update Page Feed for Dynamic Search Ads

2021-01-20 Thread Google Ads API Forum Advisor Prod
Hi Shivangi,

Thank you for your follow up.

There is currently no automatic update feature in the Google Ads API. You will 
need to implement your own scheduler or something similar on your end for it to 
trigger the calls to the API's services.

As for updating, you can use the update operation instead of create.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2B1iX2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9XnSy0QN9JTV00dLIjklOQSOGJMVQ3zekDgw%40sfdc.net.


Re: Auto-Update Page Feed for Dynamic Search Ads

2021-01-20 Thread Shivangi vyas
Hey thanks, Peter!

I'm using Google Ads API. Can  Google Ads API DSA Page Feeds 

 & 
the second link I shared in my earlier post be used to automatically update 
the page feed as new links are added/old ones are removed? 

On Wednesday, January 20, 2021 at 12:55:19 AM UTC-5 adsapiforumadvisor 
wrote:

> Hi Shivangi,
>
> Could you confirm which API it is you wish to use, is the AdWords API 
>  or the Google 
> Ads API ?
>
> If AdWords, you can refer below for the guide and example code :
>
> DSA Page Feeds 
> 
> Code example 
> 
>  (the 
> 1st Python sample you provided is the more complete example that you can 
> refer to when using the AdWords API)
>
> If you will be using the Google Ads API, you can refer to the below 
> documentation instead :
>
> Google Ads API DSA Page Feeds 
> 
>
> The 2nd Python sample you provided is the example code that you can use if 
> you will be using the Google Ads API.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B1iX2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d7fd12a-f55b-4608-bf31-9d31a66d6cfcn%40googlegroups.com.


RE: Auto-Update Page Feed for Dynamic Search Ads

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Shivangi,

Could you confirm which API it is you wish to use, is the AdWords API or the 
Google Ads API?

If AdWords, you can refer below for the guide and example code :

DSA Page Feeds
Code example (the 1st Python sample you provided is the more complete example 
that you can refer to when using the AdWords API)

If you will be using the Google Ads API, you can refer to the below 
documentation instead :

Google Ads API DSA Page Feeds

The 2nd Python sample you provided is the example code that you can use if you 
will be using the Google Ads API.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2B1iX2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bsTZS0QN7XRS00f8uKVgxPRnOkcCLTJHcQDQ%40sfdc.net.


Auto-Update Page Feed for Dynamic Search Ads

2021-01-19 Thread Shivangi vyas
Hi! I'm new to this group. I was looking at resources to automatically 
update page feed URLs on Google sheet since our website has a lot of 
inventory changes in a day. I work for a real estate agency and new 
listings get added and old ones get removed every hour in a day.

It'll be wonderful to get some suggestions on resources to refer to create 
a script so that these urls get auto-updated. I found some scripts for 
auto-updating Dynamic remarketing display ads:

   - 
   
   
   
https://developers.google.com/adwords/api/docs/samples/python/advanced-operations#add-a-page-feed-specifying-urls-for-a-dsa-campaign
   - 
   
   
   
https://github.com/googleads/google-ads-python/blob/master/examples/advanced_operations/add_dynamic_page_feed.py
   
Can these be used for Page feed for Dynamic Search Ads?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8ded762-ca4d-4489-b213-da008a12a380n%40googlegroups.com.