So the question is, how to store those IDs and other intermediate results, 
so you can use them later?
Sorry, no hints for blogs or guides... your question is a general 
programming topic.

What to do? Basically you have "storage", which enable to store 
information, and retrieve that later.

For instance, you can write to a file, then save it. Later your program (or 
a different program) can open that file again and look for your 
information. This is easy to realize, you only have to make sure you have 
read and write access to the file.

When get a lot of things to store, say over 10,000, you should look into 
databases. At that point speed becomes an issue, you may want backups of 
the information, etc.etc. With databases you can have billions and billions 
of items. On the downside, it's a complicated topic - many libraries are 
filled with books on databases.

When you're in the cloud, you can't really have a local file to read from 
and write to. You may want to look at the solution seen in many AdWords 
scripts: information, settings etc. are stored in Google sheets.





On Thursday, March 28, 2019 at 12:39:55 PM UTC+1, F B wrote:
>
> Are there any good blogs or guides or best practices to managing the 
> representation of the Google Ads Objects locally.
>
> I.e. assuming I am creating 150 campaigns, all of them have adgroups, ads 
> and keywords. Now if I want to manage them based on our available 
> inventory, this means I will need some sort of "local" representation of my 
> google Ads objects. Such that I can use the API to enable or disable a 
> particular adgroup for example.
> I somehow feel like I am reinventing the wheel here.
>
> Cheers
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/357fd9d4-d516-484b-b64c-1d04512b1988%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Best pr... F B
    • Re... Zweitze
    • Re... F B
      • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to