RE: Upgraded sitelinks

2021-10-19 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Jacob, Thank you for your questions for our API support team. However, since this update was performed in the Google Ads interface (Product) and possibly by the Google Ads system, then I'm afraid that this is already outside of our API team's scope, and our team would not be able to provide

Upgraded sitelinks

2021-10-18 Thread Jacob Höglund
sitelinks in the “legacy” view be removed? - If we have sitelinks in “legacy” view and not in “upgraded” view, do we have no manually create new sitelinks in order to transfer them to “upgraded” sitelinks? - If we do not transfer legacy sitelinks to upgraded, will our sitelinks

Re: Retrieve and modify upgraded sitelinks with adwords api

2015-08-20 Thread Anash P. Oommen (AdWords API Team)
Hi Milo, You'd probably want to take a look at ExtensionSetting services; they are a simplified set of services on top of FeedServices that make working with extensions simple. https://developers.google.com/adwords/api/docs/guides/extension-settings has usage and examples. Cheers, Anash P.

Re: Retrieve and modify upgraded sitelinks with adwords api

2015-08-19 Thread Milo Hou
Have there been any updates to sitelink removal or examples? Once a sitelink is removed how should i re-add it to a campaign? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Retrieve and modify upgraded sitelinks with adwords api

2014-10-24 Thread Kevin Moritz
, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl

Re: Retrieve and modify upgraded sitelinks with adwords api

2014-07-30 Thread Anash P. Oommen (AdWords API Team)
on this and am learning each day myself. Good luck On Friday, July 5, 2013 12:54:56 AM UTC+10, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-10-07 Thread Francesco Della Vedova
Hi all...I'm trying to retrieve the site links as well, with the python library. I tried following the instructions in this thread but all I get is: adspygoogle.adwords.AdWordsErrors.AdWordsApiError: Fault occurred while processing. I tried providing FeedId when GETting from feeditemservice, I

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-08-26 Thread Alexandre Miyagi
Ok, I retrieve the adGroupFeeds but the matching function is null. So I can't retrieve the feeditemIds. am I missing something? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-08-13 Thread james
? Am Donnerstag, 4. Juli 2013 16:54:56 UTC+2 schrieb gai-t...@etracker.de: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including

Re: Getting a campaign's upgraded sitelinks

2013-08-09 Thread Oliver
Many thanks Peter. Oliver On Thursday, August 8, 2013 6:20:35 PM UTC+1, Peter Kingswell wrote: Of course. It's rough-and-ready but here it is. The payload of the campaign's sitelink Ids (as Pete highlighted) is in the rhsOperands of the CampaignFeed's matching function. Good luck,

Re: Getting a campaign's upgraded sitelinks

2013-08-08 Thread Oliver
Hi Peter, We're currently trying to do the same thing (figure out which sitelinks belong to the campaign). If it's ok with you, do you mind posting the java code you're using to do this? Many thanks Oliver On Tuesday, August 6, 2013 6:25:22 PM UTC+1, Peter Kingswell wrote: I managed to

Re: Getting a campaign's upgraded sitelinks

2013-08-08 Thread Peter Kingswell
Of course. It's rough-and-ready but here it is. The payload of the campaign's sitelink Ids (as Pete highlighted) is in the rhsOperands of the CampaignFeed's matching function. Good luck, Peter private static void stringAppendCampaignFeedSitelinks(final ListString s, final CampaignFeed

Re: Getting a campaign's upgraded sitelinks

2013-08-07 Thread pete
No Probs - I've run this code in against some large accounts now and the only thing I've come across is the type casting the lhs operands to RequestContextOperand - so included a type check prior to casting objects in both the lhs and rhs operands pete -- --

Re: Getting a campaign's upgraded sitelinks

2013-08-06 Thread Peter Kingswell
I managed to java-ify that and indeed rhsOperands does indeed contain only the campaign's sitelinks - thanks very much! Peter On Monday, August 5, 2013 9:01:50 AM UTC-4, pete wrote: Hi Peter - does the CampaignFeedItem.matchingFunction.rhsOperand contain an Array of long values where

Re: Getting a campaign's upgraded sitelinks

2013-08-05 Thread pete
Hi Peter - does the CampaignFeedItem.matchingFunction.rhsOperand contain an Array of long values where contextType == RequestContextOperandContextType.FEED_ITEM_ID? In my tests, this contains the specific feedItems mapped to a Campaign. Here's a C# snippet where I have a list of CampaignFeed

Getting a campaign's upgraded sitelinks

2013-08-02 Thread Peter Kingswell
Hi, I have a campaign with one sitelink extension that belongs to an account with 5 sitelinks. However when I download the sitelinks for the campaign, all 5 sitelinks are returned. All the sitelinks in question are upgraded. Can someone spot the problem with the code below? The code

Re: Does Keyword Performance Report contain statistics of upgraded sitelinks?

2013-07-26 Thread David Torres (AdWords API Team)
, - David Torres - AdWords API Team On Monday, July 22, 2013 9:43:19 AM UTC-4, gai-t...@etracker.de wrote: Hello, does the Keyword Performance Report also contain keyfigures of upgraded sitelinks? Or do we need to query the Placeholder Feed Item Performance Report for keyfigures of upgraded

Does Keyword Performance Report contain statistics of upgraded sitelinks?

2013-07-22 Thread gai-test-1
Hello, does the Keyword Performance Report also contain keyfigures of upgraded sitelinks? Or do we need to query the Placeholder Feed Item Performance Report for keyfigures of upgraded sitelinks? Thank you :-) Andreas B. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
to guess either. Adding and modifying sitelinks is part of the RMF so I'm sure there is huge demand for such info. Oliver On Thursday, July 4, 2013 3:54:56 PM UTC+1, gai-t...@etracker.dewrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread Anash P. Oommen (AdWords API Team)
upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl, displayText, campaignName, extensionId and sitelinksIndex. Shall we use the CampaignFeedService for this? (I read

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl, displayText, campaignName, extensionId and sitelinksIndex. Shall

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
Hello, I tried to implement it like you said. Requesting AttributeValues is only for testing, we just want to test that we can request Sitelinks in general. The campaign we use for testing has for sure upgraded sitelinks. Unfortunately, every time we start the request, the result is null

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl, displayText, campaignName, extensionId and sitelinksIndex. Shall we use the CampaignFeedService for this? (I read

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread gai-test-1
so I'm sure there is huge demand for such info. Oliver On Thursday, July 4, 2013 3:54:56 PM UTC+1, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread gai-test-1
, gai-t...@etracker.dewrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread Oliver
...@etracker.dewrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread james
quite daunting when you first start. As I said I've just started on this and am learning each day myself. Good luck On Friday, July 5, 2013 12:54:56 AM UTC+10, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-10 Thread Oliver
. Adding and modifying sitelinks is part of the RMF so I'm sure there is huge demand for such info. Oliver On Thursday, July 4, 2013 3:54:56 PM UTC+1, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-09 Thread Danial Klimkin
:54:56 PM UTC+4, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
and modifying sitelinks is part of the RMF so I'm sure there is huge demand for such info. Oliver On Thursday, July 4, 2013 3:54:56 PM UTC+1, gai-t...@etracker.de wrote: Hello, we use Adwords API 201302 and we are wondering how to retrieve and modify upgraded sitelinks with the new

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-05 Thread Oliver
to retrieve and modify upgraded sitelinks with the new FeedServices. If we have a campaignId, how can we get all the Sitelinks for this campaignId including some more information like e.g. destinationUrl, displayText, campaignName, extensionId and sitelinksIndex. Shall we use the CampaignFeedService

Re: get upgraded sitelinks info by campaign

2013-04-09 Thread Takeshi Hagikura (AdWords API Team)
, April 8, 2013 7:11:20 PM UTC+9, ha...@sokrati.com wrote: Hi, I could not find any example on how to *get* upgraded sitelinks mapped to a campaign. Can you please elaborate on this here or post an example for the same in the examples library. Thanks. Haiku

get upgraded sitelinks info by campaign

2013-04-08 Thread haiku
Hi, I could not find any example on how to *get* upgraded sitelinks mapped to a campaign. Can you please elaborate on this here or post an example for the same in the examples library. Thanks. Haiku -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Legacy Sitelinks to Upgraded Sitelinks

2013-03-11 Thread Ori Arditi
Hello Do you expect to migrate the legacy sitelinks to upgraded sitelinks in the future? Thank you -- This e-mail, as well as any attached document, may contain material which is confidential and privileged and may include trademark, copyright and other intellectual property rights

Re: Upgraded Sitelinks

2013-03-09 Thread Ori Arditi
AdWords API Team On Thursday, February 28, 2013 1:56:17 AM UTC-5, Ori Arditi wrote: Hello The new upgraded sitelinks featurehttp://support.google.com/adwords/answer/2954783?hl=enref_topic=1713912is a big step forward! 1. Is it possible to get the upgraded sitelinks in the ad-hoc

Re: Upgraded Sitelinks

2013-03-08 Thread Kevin Winter (AdWords API Team)
upgraded sitelinks featurehttp://support.google.com/adwords/answer/2954783?hl=enref_topic=1713912is a big step forward! 1. Is it possible to get the upgraded sitelinks in the ad-hoc reports? 2. Is it possible to get and manage the upgraded sitelinks in the API? Thanks This e-mail

Re: Upgraded Sitelinks

2013-03-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Ori, At this moment, upgraded sitelinks are not supported through API. Once it's available, we're sure announce it on our bloghttp://googleadsdeveloper.blogspot.jp/ or the +page https://plus.google.com/11565857388777174/posts. Please stay tuned for the update. Best, - Takeshi

Upgraded Sitelinks

2013-02-28 Thread Ori Arditi
Hello The new upgraded sitelinks featurehttp://support.google.com/adwords/answer/2954783?hl=enref_topic=1713912is a big step forward! 1. Is it possible to get the upgraded sitelinks in the ad-hoc reports? 2. Is it possible to get and manage the upgraded sitelinks in the API? Thanks