Hi All,
I started dev of small scale system which the main goal is to update the capaign with
updated sitelinks on a daily baisis, I was managed to do the following:
1. connect to google ads api endpoint v16/v15 - done.
2. create campaign asset site links
3. query the relevant campaign and get all assets site links
The main issue I have is with the point of updating the assets site links, I was not able to accomplish it via php sdk / rest api.
the main goal is to be able to be able to update the sitelinks on a cycle, I do not mind deleting and recreated them.
in the code example of php library there are 2 samples:
1. AddSitelinks.php - this create sitelinks as campaign extention and it clearly declared that this will be deprecated soon and direct you to use site links as assets.
2. AddSitelinksUsingAssets.php works as excpected but there is no example of how it is possible to update or remove the assts.
Any suggestions of how can I achieve my simple goal here, which is to be able to update my campaign assets site links?