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
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
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. O
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/
https://plus.google.com/+GoogleAdsD
attached to
>>>
>>> Now Google have made this all MUCH more complicated than it was. So I am
>>> assuming there has to be some kind of payoff for it coming down the track.
>>> I guess the advantage for them is they don't need to keep adding new
>>&g
ng 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 us
;
>
> 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, h
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
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
http://groups.google.com/group/adw
essible for
> normal usage?
>
> 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.
>>
>
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,
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 List s,
final CampaignFeed campaignFeed
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 j
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
--
--
=~=~=~=~=~=~=
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 cont
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
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 attempt
,
- 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 keyf
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 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 sitelin
trieve 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 u
er.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 some more information like e.g. d
We tried without predicate too, but the result is still null - please help
:-(
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 FeedS
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
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
>> upgrad
lf.
>
> 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.
>
>
>>>>>> Cheers,
>>>>>> Anash
>>>>>>
>>>>>> On Friday, July 5, 2013 12:23:43 PM UTC+5:30, Oliver wrote:
>>>>>>>
>>>>>>> There is very little documentation or code examples on how to d
is VERY generic and thus 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
gt;>>
>>>>>> There is very little documentation or code examples on how to do
>>>>>> this. I really hope the API team will soon add this info to the docs as
>>>>>> we've requested it few times in the past. We have lots of examples of
ve lots of examples of how to
>>>>> add
>>>>> sitelinks but nothing at all on how to read or modify them. And the way
>>>>> they work doesn't make it easy to guess either. Adding and modifying
>>>>> sitelinks is part of the RMF s
>>>> they work doesn't make it easy to guess either. Adding and modifying
>>>> sitelinks is part of the RMF so I'm sure there is huge demand for such
>>>> info.
>>>>
>>>> Oliver
>>>>
>>>>
>
h 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
>
n how to read or modify them. And the way
>>> they work doesn't make it easy to guess either. Adding and modifying
>>> sitelinks is part of the RMF so I'm sure there is huge demand for such info.
>>>
>>> Oliver
>>>
>>>
>>&g
M 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 we get
27;t make it easy 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.de wrote:
>>
>> Hello,
>>
>> we use
: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 includi
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, extensio
Edit: I found this posting
https://groups.google.com/forum/#!topic/adwords-api/RS4XA7A6ixw - Im not
sure if we mean the same thing, but as far as I understand they are only
talking of FeedItemService... maybe this is the service we need? I am not
sure ...
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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,
displayText, campaignName
eshi
On Monday, 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 libr
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 and
Hi Ori,
I've put this forward as a suggestion, I'll update this thread as soon as
we have any new information.
Regards,
- Paul, AdWords API Team.
On Monday, 11 March 2013 10:22:43 UTC, Ori Arditi wrote:
>
> Hello
>
> Do you expect to migrate the legacy sitelinks to upg
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 that
tem
>
> - Kevin Winter
> AdWords API Team
>
> On Thursday, February 28, 2013 1:56:17 AM UTC-5, Ori Arditi wrote:
>>
>> Hello
>>
>> The new upgraded sitelinks
>> feature<http://support.google.com/adwords/answer/2954783?hl=en&ref_topic=17139
gt;
> The new upgraded sitelinks
> feature<http://support.google.com/adwords/answer/2954783?hl=en&ref_topic=1713912>is
> 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 upgrad
Hi Ori,
At this moment, upgraded sitelinks are not supported through API.
Once it's available, we're sure announce it on our
blog<http://googleadsdeveloper.blogspot.jp/> or
the +page <https://plus.google.com/11565857388777174/posts>.
Please stay tuned for the update.
Hello
The new upgraded sitelinks
feature<http://support.google.com/adwords/answer/2954783?hl=en&ref_topic=1713912>is
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
47 matches
Mail list logo