Hello,

Have you tried using one of the *ExtensionSettingServices* such as the 
CampaignExtensionSettingService 
<https://developers.google.com/adwords/api/docs/reference/v201506/CampaignExtensionSettingService>?
 
The services allow you to create sitelinks* without *having to use a feed 
first. Our client libraries provide an example 
<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201502/Extensions/AddSitelinks.php>
 
of how to do so. 

if you want use it using feeds, then you will need to fix a few things. I 
noticed that:

   - Your *feedAttributeId 5 *refers to *SitelinkTrackingUrl, *not 
*SitelinkFinalUrls. 
   *TrackingUrlTemplate is of type STRING, so you would need to set 
   *stringValue* *not **stringValues. *
   - The *feedAttributeId *for *SitelinkFinalUrls *is mapped to *3. *You 
   will need to just set the *stringValues *to 3 instead of 5. 
   
So essentially, you could do one of two things

   - Use an ExtensionSettingService
   - Use *feedAttributeId =* *3* for the finalUrl
   

Hope this helps!

Regards,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/12b0a31b-b620-47e4-a437-bb5466a755fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to