Re: Getting all sitelinks from my MCC

2016-01-21 Thread Josh Radcliff (AdWords API Team)
Hi, The placeholder *type* will always be 1 for sitelinks, but the attribute IDs you get back in the JSON may vary by feed. There are two phases to setting up a feed: 1. Create the Feed and specify the list o

Re: Getting all sitelinks from my MCC

2016-01-21 Thread Mark
Hello Josh, Thanks for the information. So placeholder field ID = 1 always be sitelinks. And by looking at respective Attribute values under feed item report I can get sitelink urls. I'm following correct path here? Thank, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Getting all sitelinks from my MCC

2016-01-20 Thread Josh Radcliff (AdWords API Team)
Hi, Rather than assume that the feed attribute IDs in the JSON response will always be the same, it's best to look up the mapping of placeholder field ID to attribute ID in the corresponding FeedMapping

Re: Getting all sitelinks from my MCC

2016-01-20 Thread Mark
Hello Josh, I have run the PLACEHOLDER_FEED_ITEM_REPORT, but where I can get Sitelink Urls? Should I look for the AttributeValues for the Site link Urls? Should I assume the JSON response for AttributeValues always be in this order *Link Text*, *Final URLs*, *Line 1*, and *Line 2?* Thanks, O

Re: Getting all sitelinks from my MCC

2014-08-13 Thread murali . pushgroup
Hi Anash, Thank you for the reply and it was very helpful. Murali On Saturday, August 2, 2014 1:47:04 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > One quick note - you will have to run the report for each AdWords account > individually. You cannot run the PLACEHOLDER_FEED_

Re: Getting all sitelinks from my MCC

2014-08-01 Thread Josh Radcliff (AdWords API Team)
Hi, One quick note - you will have to run the report for each AdWords account individually. You cannot run the PLACEHOLDER_FEED_ITEM_REPORT for all accounts under an MCC in a single request. Thanks, Josh, AdWords API Team On Friday, August 1, 2014 4:15:59 PM UTC-4, Josh Radcliff (AdWords API

Re: Getting all sitelinks from my MCC

2014-08-01 Thread Josh Radcliff (AdWords API Team)
Hi Murali, Sitelinks (as well as some other extension types) are implemented using feed services . The most straightforward way to find the sitelinks for an account is to run the PLACEHOLDER_FEED_ITEM_REPORT

Getting all sitelinks from my MCC

2014-08-01 Thread murali . pushgroup
Hi I have a MCC account I want to get all accounts , campaigns, adgroups , ads , keywords and sitelinks under my MCC accounts I am able to get all other than sitelinks. Which service can I use to get sitelinks and how to do it with PHP client library ? Thank you in Advance Murali -- --