Using sitelinks in multiple campaigns

2013-07-23 Thread gai-test-1
Hello,

I have a question: Can legacy sitelinks be part of various campaigns or is 
this only possible when using enhanced campaigns?

Obviously this is possible for upgraded sitelinks anyway. So far we change 
the original sitelink URl to transport the information
which campaign is affected. Is there any generic mechanism that can be used 
to retrieve the affected campaign dynamically
when someone clicks a link used for multiple campaings, e.g. like using 
value track parameters?

Thank you for answering!

Andreas B.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
Could it be that AdGroupFeedService.get(selector) is a beta feature? We get 
a beta error while trying to use it... when will it be accessible 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.
>
> 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 something about 
> AdGroupFeedService too, but I believe sitelinks are retrieved with 
> CampaignFeedService?)
>
> And how can we then modify the sitelink with the API? 
> Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
> and to add the new one? (Before, we used CampaignAdExtensionService...)
>
> Is there any example of it? We only found examples for adding new 
> sitelinks. Do we need to make any more calls (with other Services) to 
> achieve what we want to do? Like creating first a FeedService and a 
> FeedItemService - some of the examples used them before adding new 
> sitelinks, but we don't know if we need it for already existing sitelinks 
> which we just want to modify...
>
> An answer would be great, thank you!
>
> A. Bregas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
FYI:

The campaign's matching function does already contain the feedItemIds 
(rhsOperator), so you can easily retrieve them. 
 
:-)

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 some more information like e.g. destinationUrl, 
> displayText, campaignName, extensionId and sitelinksIndex.
> Shall we use the CampaignFeedService for this? (I read something about 
> AdGroupFeedService too, but I believe sitelinks are retrieved with 
> CampaignFeedService?)
>
> And how can we then modify the sitelink with the API? 
> Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
> and to add the new one? (Before, we used CampaignAdExtensionService...)
>
> Is there any example of it? We only found examples for adding new 
> sitelinks. Do we need to make any more calls (with other Services) to 
> achieve what we want to do? Like creating first a FeedService and a 
> FeedItemService - some of the examples used them before adding new 
> sitelinks, but we don't know if we need it for already existing sitelinks 
> which we just want to modify...
>
> An answer would be great, thank you!
>
> A. Bregas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
We had some success. First we use FeedMappingService (without predicates) 
and if placeholdertype==1 we use FeedItemService and then we get every 
sitelinks with their attributes (like url and name) for every campaign.
With CampaignFeedService we are able to retrieve all campaigns and their 
matching functions. There we select the campaign we want to have.

Now we'd like to know if we have FeedItems which belong to this campaign. 
We guess that this can be achieved by using the matching function, like 
james said - only that the usage is not very easy to understand.

But so far everything james metioned was correct, so thank you very much! 
We will now try to use the matchingFunction. We saw some examples, but they 
did not help much :-) If anybody has already tried this out, a snippet 
would be great :-)


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 some more information like e.g. destinationUrl, 
> displayText, campaignName, extensionId and sitelinksIndex.
> Shall we use the CampaignFeedService for this? (I read something about 
> AdGroupFeedService too, but I believe sitelinks are retrieved with 
> CampaignFeedService?)
>
> And how can we then modify the sitelink with the API? 
> Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
> and to add the new one? (Before, we used CampaignAdExtensionService...)
>
> Is there any example of it? We only found examples for adding new 
> sitelinks. Do we need to make any more calls (with other Services) to 
> achieve what we want to do? Like creating first a FeedService and a 
> FeedItemService - some of the examples used them before adding new 
> sitelinks, but we don't know if we need it for already existing sitelinks 
> which we just want to modify...
>
> An answer would be great, thank you!
>
> A. Bregas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
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 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 something about 
> AdGroupFeedService too, but I believe sitelinks are retrieved with 
> CampaignFeedService?)
>
> And how can we then modify the sitelink with the API? 
> Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
> and to add the new one? (Before, we used CampaignAdExtensionService...)
>
> Is there any example of it? We only found examples for adding new 
> sitelinks. Do we need to make any more calls (with other Services) to 
> achieve what we want to do? Like creating first a FeedService and a 
> FeedItemService - some of the examples used them before adding new 
> sitelinks, but we don't know if we need it for already existing sitelinks 
> which we just want to modify...
>
> An answer would be great, thank you!
>
> A. Bregas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 
(feedItems.getEntries). We tried with FeedMappingService too.

We assume that maybe the FeedItemId is not the CampaignId, which we use for 
requesting. But which field represents the campaign id? Or isn't it 
possible to request the sitelinks by campaignId?

It would be very nice if you could give us a hint. We also tried to use an 
"empty selector", but we always got error messages that a selector was 
required or should contain fields, etc...
Here is the code:

FeedItemServiceInterface feedItemService = 
adSession.getService(AdWordsService.V201302.FEED_ITEM_SERVICE);
Selector selector = new Selector();
selector.setFields(new String[]
{
"AttributeValues"
//"AttributeValues", "DevicePreference", "EndTime", "FeedId", "FeedItemId", 
"Scheduling", "StartTime", "Status", "ValidationDetails"
});
final Predicate predicate = new Predicate("FeedItemId",
PredicateOperator.IN,
new String[]
{
campaignId.toString()
});
selector.setPredicates(new Predicate[]
{
predicate
});
 FeedItemPage feedItems = feedItemService.get(selector);
Thank you very much!!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
Hello james!

That sounds good!! I had a very different understanding of it - I thought, 
the CampaignFeedService was used for retrieving and modifying sitelinks on 
Campaign level and the AdGroupFeedService for retrieving and modifying 
sitelinks on adgroup level and I was starting to implement it. 

But I will now start to implement it how you tell it - it would be so great 
if this would work!! :-)
Lets keep each other up to date about the progress while implementing it, 
maybe we can inform each other if it really works!

Greetings and good luck too


Am Dienstag, 16. Juli 2013 04:08:33 UTC+2 schrieb james:
>
> Have just started on this too. Here is my understanding:
>  
> Sitelinks are retrieved with the FeedItemService. That gives the sitelinks 
> with all their data.
> But it also retrieves other types of FeedItems (phone numbers, offers, 
> etc).
> You need to use the FeedMappingService to generically tell if a feed item 
> is a sitelink (by checking for PlaceHolderId=1). There are assumption based 
> shortcuts you could use such as looking at the FeedService::feedName, but I 
> don't like risk - and not sure about other language accounts. 
>  
> Feed Items (including sitelinks) exist "above" campaigns.  
> Then the campaignFeedService (or AdgroupFeedService) is used to link these 
> sitelink feed items to multiple campaigns and/or adgroups.
>  
> So the approach I am looking to implement is:
> 1 - FeedMappingService::get
> Store the results in a hash keyed on feedMappingId
> 2 - FeedItemService::get
> For each one look up validationDetails.feedMappingId in the hash. If 
> the hashed placeholderId == 1 its a sitelink
> Save the sitelinks to our system
> 3 - CampaignFeedService::get / AdgroupFeedService::get
> Find the matching feedItemIds (think this will have to be the matching 
> function)
> Store the links between sitelinks and campaigns/adgroups in our system
> 4 - FeedItemService::put
> If you want to modify the sitelinks themselves (change URLs etc)
> 5 - CampaignFeedService::put / AdgroupFeedService::put
> If you want to change which Campaigns/Adgroups the sitelinks are 
> 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 
> services as they come up with new AdExtensions. But this new Feed model 
> 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 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 for this? (I read something about 
>> AdGroupFeedService too, but I believe sitelinks are retrieved with 
>> CampaignFeedService?)
>>
>> And how can we then modify the sitelink with the API? 
>> Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
>> and to add the new one? (Before, we used CampaignAdExtensionService...)
>>
>> Is there any example of it? We only found examples for adding new 
>> sitelinks. Do we need to make any more calls (with other Services) to 
>> achieve what we want to do? Like creating first a FeedService and a 
>> FeedItemService - some of the examples used them before adding new 
>> sitelinks, but we don't know if we need it for already existing sitelinks 
>> which we just want to modify...
>>
>> An answer would be great, thank you!
>>
>> A. Bregas
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread gai-test-1
Cool! I did not see that yet, because I only have seen sitelinks on 
campaign level so far - thank you!! :-)

Am Montag, 15. Juli 2013 18:47:33 UTC+2 schrieb Oliver:
>
> See the attached screenshot. The upper grid is for campaigns while the 
> lower one is for adgroups.
>
>
>
> 
>
> Oliver
>
>
>
>
> On Monday, July 15, 2013 9:21:34 AM UTC+1, gai-t...@etracker.de wrote:
>>
>> Thanks for your answer. In the web interface, how can I find out if 
>> sitelinks are created at AdGroup or Campaign level? 
>>
>>
>>
>> Am Montag, 15. Juli 2013 09:05:46 UTC+2 schrieb Anash P. Oommen (AdWords 
>> API Team):
>>>
>>> Hi,
>>>
>>> Sitelinks can be created at AdGroup and Campaign levels - hence two 
>>> services to deal with each case. Thanks for the feedback, I'll ask our 
>>> techwriter to look into it.
>>>
>>> Cheers,
>>> Anash
>>>
>>> On Monday, July 15, 2013 12:18:57 PM UTC+5:30, gai-t...@etracker.dewrote:

 That is exactly what I meant. The guide was really easy to find, but it 
 did not help me to understand how to *retrieve and modify* sitelinks. Some 
 small advice, maybe just in words - which Services do we need to use in 
 which order - that would be so great and help so much, please!

 I am also confused by all the services - I dont really understand the 
 differences between for example AdGroupFeedService an CampaignFeedService 
 - 
 can both be used for sitelinks?

 Thank you.

 Am Mittwoch, 10. Juli 2013 10:13:57 UTC+2 schrieb Oliver:
>
> Hi Anash,
>
> The feeds guide Danial pointed out was easy to find but it covers only 
> *creating* new sitelinks.  The enquirer was asking about *retrieving *and 
> *modifying *existing sitelinks.  The logic/model of feeds, at least 
> for me, is a bit convoluted and not easy to reverse engineer the current 
> code examples to try and figure out how other use cases should work.  It 
> will really help if you can add more code examples to the feeds guide to 
> cover at least retrieving sitelinks.
>
> Many thanks
>
> Oliver
>
>
> On Wednesday, July 10, 2013 6:54:25 AM UTC+1, Anash P. Oommen (AdWords 
> API Team) wrote:
>>
>> Hi Oliver,
>>
>> You bring up an interesting point - You somehow didn't locate the 
>> guide on your own. I wonder, how could we have made this guide easier to 
>> locate? 
>>
>> 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 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 
>>> 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 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 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 something 
 about AdGroupFeedService too, but I believe sitelinks are retrieved 
 with 
 CampaignFeedService?)

 And how can we then modify the sitelink with the API? 
 Using CampaignFeedService.mutate? Or do we need to remove the old 
 sitelink 
 and to add the new one? (Before, we used CampaignAdExtensionService...)

 Is there any example of it? We only found examples for adding new 
 sitelinks. Do we need to make any more calls (with other Services) to 
 achieve what we want to do? Like creating first a FeedService and a 
 FeedItemService - some of the examples used them before adding new 
 sitelinks, but we don't know if we need it for already existing 
 sitelinks 
 which we just want to modify...

 An answer would be great, thank you!

 A. Bregas

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
G

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread gai-test-1
Thanks for your answer. In the web interface, how can I find out if 
sitelinks are created at AdGroup or Campaign level? 



Am Montag, 15. Juli 2013 09:05:46 UTC+2 schrieb Anash P. Oommen (AdWords 
API Team):
>
> Hi,
>
> Sitelinks can be created at AdGroup and Campaign levels - hence two 
> services to deal with each case. Thanks for the feedback, I'll ask our 
> techwriter to look into it.
>
> Cheers,
> Anash
>
> On Monday, July 15, 2013 12:18:57 PM UTC+5:30, gai-t...@etracker.de wrote:
>>
>> That is exactly what I meant. The guide was really easy to find, but it 
>> did not help me to understand how to *retrieve and modify* sitelinks. Some 
>> small advice, maybe just in words - which Services do we need to use in 
>> which order - that would be so great and help so much, please!
>>
>> I am also confused by all the services - I dont really understand the 
>> differences between for example AdGroupFeedService an CampaignFeedService - 
>> can both be used for sitelinks?
>>
>> Thank you.
>>
>> Am Mittwoch, 10. Juli 2013 10:13:57 UTC+2 schrieb Oliver:
>>>
>>> Hi Anash,
>>>
>>> The feeds guide Danial pointed out was easy to find but it covers only *
>>> creating* new sitelinks.  The enquirer was asking about *retrieving *and 
>>> *modifying *existing sitelinks.  The logic/model of feeds, at least for 
>>> me, is a bit convoluted and not easy to reverse engineer the current code 
>>> examples to try and figure out how other use cases should work.  It will 
>>> really help if you can add more code examples to the feeds guide to cover 
>>> at least retrieving sitelinks.
>>>
>>> Many thanks
>>>
>>> Oliver
>>>
>>>
>>> On Wednesday, July 10, 2013 6:54:25 AM UTC+1, Anash P. Oommen (AdWords 
>>> API Team) wrote:

 Hi Oliver,

 You bring up an interesting point - You somehow didn't locate the guide 
 on your own. I wonder, how could we have made this guide easier to locate? 

 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 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 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 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 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 something 
>> about AdGroupFeedService too, but I believe sitelinks are retrieved with 
>> CampaignFeedService?)
>>
>> And how can we then modify the sitelink with the API? 
>> Using CampaignFeedService.mutate? Or do we need to remove the old 
>> sitelink 
>> and to add the new one? (Before, we used CampaignAdExtensionService...)
>>
>> Is there any example of it? We only found examples for adding new 
>> sitelinks. Do we need to make any more calls (with other Services) to 
>> achieve what we want to do? Like creating first a FeedService and a 
>> FeedItemService - some of the examples used them before adding new 
>> sitelinks, but we don't know if we need it for already existing 
>> sitelinks 
>> which we just want to modify...
>>
>> An answer would be great, thank you!
>>
>> A. Bregas
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-14 Thread gai-test-1
That is exactly what I meant. The guide was really easy to find, but it did 
not help me to understand how to *retrieve and modify* sitelinks. Some 
small advice, maybe just in words - which Services do we need to use in 
which order - that would be so great and help so much, please!

I am also confused by all the services - I dont really understand the 
differences between for example AdGroupFeedService an CampaignFeedService - 
can both be used for sitelinks?

Thank you.

Am Mittwoch, 10. Juli 2013 10:13:57 UTC+2 schrieb Oliver:
>
> Hi Anash,
>
> The feeds guide Danial pointed out was easy to find but it covers only *
> creating* new sitelinks.  The enquirer was asking about *retrieving *and 
> *modifying 
> *existing sitelinks.  The logic/model of feeds, at least for me, is a bit 
> convoluted and not easy to reverse engineer the current code examples to 
> try and figure out how other use cases should work.  It will really help if 
> you can add more code examples to the feeds guide to cover at least 
> retrieving sitelinks.
>
> Many thanks
>
> Oliver
>
>
> On Wednesday, July 10, 2013 6:54:25 AM UTC+1, Anash P. Oommen (AdWords API 
> Team) wrote:
>>
>> Hi Oliver,
>>
>> You bring up an interesting point - You somehow didn't locate the guide 
>> on your own. I wonder, how could we have made this guide easier to locate? 
>>
>> 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 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 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 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 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 something about 
 AdGroupFeedService too, but I believe sitelinks are retrieved with 
 CampaignFeedService?)

 And how can we then modify the sitelink with the API? 
 Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
 and to add the new one? (Before, we used CampaignAdExtensionService...)

 Is there any example of it? We only found examples for adding new 
 sitelinks. Do we need to make any more calls (with other Services) to 
 achieve what we want to do? Like creating first a FeedService and a 
 FeedItemService - some of the examples used them before adding new 
 sitelinks, but we don't know if we need it for already existing sitelinks 
 which we just want to modify...

 An answer would be great, thank you!

 A. Bregas

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-04 Thread gai-test-1
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 ...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Retrieve and modify upgraded sitelinks with adwords api

2013-07-04 Thread gai-test-1
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, extensionId and sitelinksIndex.
Shall we use the CampaignFeedService for this? (I read something about 
AdGroupFeedService too, but I believe sitelinks are retrieved with 
CampaignFeedService?)

And how can we then modify the sitelink with the API? 
Using CampaignFeedService.mutate? Or do we need to remove the old sitelink 
and to add the new one? (Before, we used CampaignAdExtensionService...)

Is there any example of it? We only found examples for adding new 
sitelinks. Do we need to make any more calls (with other Services) to 
achieve what we want to do? Like creating first a FeedService and a 
FeedItemService - some of the examples used them before adding new 
sitelinks, but we don't know if we need it for already existing sitelinks 
which we just want to modify...

An answer would be great, thank you!

A. Bregas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Sitelinks are not displayed in Adwords Editor, only in Web Interface (enhanced campaigns)

2013-07-04 Thread gai-test-1
Hello Anash,

you are correct - I posted the question 
at https://www.en.adwords-community.com too and they told me exactly what 
you tell me now - we did not know that it is possible to upgrade sitelinks. 
We thought it was only possible to upgrade a campaign to an enhanced 
campaign and that after it all extensions (and ads and keywords and...) in 
the campaign would be "upgraded" too. We did not know that there was an 
extra mechanism. So, we will work on a solution by retrieving the new 
stelinks with the FeedServices.
Thank you very much for your help!

Greetings, A. Bregas

Am Donnerstag, 4. Juli 2013 05:58:29 UTC+2 schrieb Anash P. Oommen (AdWords 
API Team):
>
> Hi Bregas,
>
> My guess is that
> 1. You are creating legacy sitelinks using Editor, they can be retrieved 
> using CampaignAdExtensionService.
> 2. You are creating upgraded sitelinks using the Web UI, which cannot be 
> retrieved by CampaignAdExtensionService. May be AdWords Editor don't 
> support upgraded sitelinks yet, you need to confirm this by asking on the 
> product forum: https://www.en.adwords-community.com/. This forum is only 
> for AdWords API related discussions.
>
> If you can provide a campaign ID, I can confirm this for you.
>
> Cheers,
> Anash P. Oommen.
> AdWords API Advisor.
>
> On Tuesday, July 2, 2013 4:30:56 PM UTC+5:30, gai-t...@etracker.de wrote:
>>
>> Hi Anash,
>>
>> but why are we able to request Sitelinks with the 
>> CampaignAdExtensionService when they are created by using the Adwords 
>> Editor?
>>
>> What is the difference between using  the Web Interface and the Adwords 
>> Editor? In both cases we created a campaign and added sitelinks, but only 
>> when we create it with the Adwords Editor we could request them by using 
>> CampaignAdExtensionService. It can't be correct that retrieving upgraded 
>> Sitelinks is not possible with CampaignAdExtensionService, we tested it 
>> multiple times. 
>>
>> Any help would be great, thank you!
>>
>> A. Bregas
>>
>>
>> Am Dienstag, 2. Juli 2013 11:19:27 UTC+2 schrieb Anash P. Oommen (AdWords 
>> API Team):
>>>
>>> Hi Bregas,
>>>
>>> If your sitelinks are upgraded, then you should retrieve them using 
>>> FeedServices. CampiagnAdExtensionService cannot retrieve upgraded 
>>> sitelinks. See 
>>> https://developers.google.com/adwords/api/docs/guides/feed-services for 
>>> details. As for AdWords Editor behaviour, you need to ask about that on the 
>>> product forum:https://www.en.adwords-community.com/
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Friday, June 28, 2013 2:49:42 PM UTC+5:30, gai-t...@etracker.dewrote:

 Hello,

 we have a problem regarding Sitelinks (in Enhanced Campaigns):

 We have some Sitelinks in Enhanced Campaigns, which can be seen in the 
 Web Interface.
 When we use the Adwords Editor, Keywords and Ads of the Enhanced 
 Campaign are visible, but the Sitelinks are not displayed.
 We also can not retrieve them by using the Adwords API in our program. 
 The reports we download do not contain the Sitelinks.

 We do not have a general problem with Sitelinks, because 90% of the 
 Sitelinks are not problematical. 
 For example when we generate a new Campaign by using the Adwords Editor 
 and add an Sitelink, there are no problems. It is displayed on the Web 
 Interface, we can see it in the Adwords Editor and we can request them 
 with 
 the Adwords API and download reports containing the Sitelinks.

 There must be some constellation for the creation of Sitelinks which 
 results in this problem, this is at least our guess.

 We use Adwords Editor 10.1. and the adwords-api-8.11.0-loner.jar (old 
 Java library).

 We experienced this problem only with Enhanced Campaigns, but it is 
 possible that it does also happen with normal campaigns. 

 Some help would be great, thank you!

 Greetings

 A. Bregas

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Sitelinks are not displayed in Adwords Editor, only in Web Interface (enhanced campaigns)

2013-07-02 Thread gai-test-1
Hi Anash,

but why are we able to request Sitelinks with the 
CampaignAdExtensionService when they are created by using the Adwords 
Editor?

What is the difference between using  the Web Interface and the Adwords 
Editor? In both cases we created a campaign and added sitelinks, but only 
when we create it with the Adwords Editor we could request them by using 
CampaignAdExtensionService. It can't be correct that retrieving upgraded 
Sitelinks is not possible with CampaignAdExtensionService, we tested it 
multiple times. 

Any help would be great, thank you!

A. Bregas


Am Dienstag, 2. Juli 2013 11:19:27 UTC+2 schrieb Anash P. Oommen (AdWords 
API Team):
>
> Hi Bregas,
>
> If your sitelinks are upgraded, then you should retrieve them using 
> FeedServices. CampiagnAdExtensionService cannot retrieve upgraded 
> sitelinks. See 
> https://developers.google.com/adwords/api/docs/guides/feed-services for 
> details. As for AdWords Editor behaviour, you need to ask about that on the 
> product forum:https://www.en.adwords-community.com/
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Friday, June 28, 2013 2:49:42 PM UTC+5:30, gai-t...@etracker.de wrote:
>>
>> Hello,
>>
>> we have a problem regarding Sitelinks (in Enhanced Campaigns):
>>
>> We have some Sitelinks in Enhanced Campaigns, which can be seen in the 
>> Web Interface.
>> When we use the Adwords Editor, Keywords and Ads of the Enhanced Campaign 
>> are visible, but the Sitelinks are not displayed.
>> We also can not retrieve them by using the Adwords API in our program. 
>> The reports we download do not contain the Sitelinks.
>>
>> We do not have a general problem with Sitelinks, because 90% of the 
>> Sitelinks are not problematical. 
>> For example when we generate a new Campaign by using the Adwords Editor 
>> and add an Sitelink, there are no problems. It is displayed on the Web 
>> Interface, we can see it in the Adwords Editor and we can request them with 
>> the Adwords API and download reports containing the Sitelinks.
>>
>> There must be some constellation for the creation of Sitelinks which 
>> results in this problem, this is at least our guess.
>>
>> We use Adwords Editor 10.1. and the adwords-api-8.11.0-loner.jar (old 
>> Java library).
>>
>> We experienced this problem only with Enhanced Campaigns, but it is 
>> possible that it does also happen with normal campaigns. 
>>
>> Some help would be great, thank you!
>>
>> Greetings
>>
>> A. Bregas
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Sitelinks are not displayed in Adwords Editor, only in Web Interface (enhanced campaigns)

2013-06-30 Thread gai-test-1
Hello,

we have a problem regarding Sitelinks (in Enhanced Campaigns):

We have some Sitelinks in Enhanced Campaigns, which can be seen in the Web 
Interface.
When we use the Adwords Editor, Keywords and Ads of the Enhanced Campaign 
are visible, but the Sitelinks are not displayed.
We also can not retrieve them by using the Adwords API in our program. The 
reports we download do not contain the Sitelinks.

We do not have a general problem with Sitelinks, because 90% of the 
Sitelinks are not problematical. 
For example when we generate a new Campaign by using the Adwords Editor and 
add an Sitelink, there are no problems. It is displayed on the Web 
Interface, we can see it in the Adwords Editor and we can request them with 
the Adwords API and download reports containing the Sitelinks.

There must be some constellation for the creation of Sitelinks which 
results in this problem, this is at least our guess.

We use Adwords Editor 10.1. and the adwords-api-8.11.0-loner.jar (old Java 
library).

We experienced this problem only with Enhanced Campaigns, but it is 
possible that it does also happen with normal campaigns. 

Some help would be great, thank you!

Greetings

A. Bregas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.