Re: get upgraded sitelinks info by campaign

2013-04-09 Thread Takeshi Hagikura (AdWords API Team)
Hi, Using CampaignFeedServicehttps://developers.google.com/adwords/api/docs/reference/v201302/CampaignFeedService.get, you can get the info what FeedId is associated with a CampaignId. You can also get what feed item id is mapped by querying MatchingFunction. Best, - Takeshi On Monday,

Re: In Placement Performance Report V201302 how can I identify between Automatic placements and managed?

2013-04-09 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please make sure requesting the same fields in Placement Performance Reports and Managed Placement Performance Reports? If that still happens, can you please share the xml (or AWQL String) here? Best, - Takeshi, On Monday, April 8, 2013 9:32:57 PM UTC+9, nf7588 wrote: Ok, but

Re: AdExtension stats

2013-04-09 Thread Takeshi Hagikura (AdWords API Team)
Hi, If you are using upgraded sitelinks, you should get the stats using place holder reporthttps://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item . CampaignAdExtensionService is used for legacy sitelinks. Best, - Takeshi, AdWords API Team On Monday, April 8,

Re: In Placement Performance Report V201302 how can I identify between Automatic placements and managed?

2013-04-09 Thread nf7588
hi, i found my mistake - the old managed placement report included paused ads and ad with 0 impressions. so everything is OK now, Thanks! :) On Tuesday, April 9, 2013 9:31:21 AM UTC+3, Takeshi Hagikura (AdWords API Team) wrote: Hi, Can you please make sure requesting the same fields in

Apostrophe's in a textAd

2013-04-09 Thread Alan Coleman
Hello everyone, This has to be a simple one. I'm trying to add an apostrophe in a textAd but the outcome is being escaped: Input to API: UK's Output from API: UK\'s I've tried inputting an HTML apostrophe but that reads as text once passed through the API. Any ideas would be greatly

Re: Apostrophe's in a textAd

2013-04-09 Thread Alan Coleman
Sorry to waste anyone's time but this was a PHP Issue with magic_quotes_gpc = on Thanks On Tuesday, April 9, 2013 10:01:15 AM UTC+1, Alan Coleman wrote: Hello everyone, This has to be a simple one. I'm trying to add an apostrophe in a textAd but the outcome is being escaped: Input to

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2013-04-09 Thread Elvis Taghu
Hi Anash, We are still having this but with less frequency. Our client's campaigns still have many ad extensions. Should we reduce the pagination to resolve this? Thanks On Tue, Mar 19, 2013 at 12:34 AM, Anash P. Oommen (AdWords API Team) adwordsapiadvisor+an...@google.com wrote: Hi,

Re: AdExtension stats

2013-04-09 Thread Joni Salmi
Hi, I'm loading reports from MCC account, this helps with sitelinks. Are these Upgraded sitelinks account wide, or why can't I make Campaign predicates. I'd like to dowload stats per campaign if possible. I'm having issues with Phone/MobileExtensions too. There is same problem with stats,

Feed to Campaign Mapping questions

2013-04-09 Thread joel
Hello, I have a couple of questions about mapping a feed to a campaign for SiteLinks: 1) Is there an easy way to map ALL items in a Feed to a Campaign? The example in the guide iterates over all Feed items for the Function but this seems cumbersome, especially if items are added or removed.

Re: Feed to Campaign Mapping questions

2013-04-09 Thread joel
And 2 more follow-ups: 4) Is there a limit to how many Feed Items I can map to a Campaign? How does AdWords decide which SiteLinks to display? 5) I know AdGroupFeedService is still in Beta, but for planning design purposes, how will this work in relation to Campaign SiteLinks? Will AdGroup

Re: AdExtension stats

2013-04-09 Thread Takeshi Hagikura (AdWords API Team)
There is no upgraded Mobile extensions currently. The API only support Sitelinks, Call and App. Please see this documenthttps://developers.google.com/adwords/api/docs/appendix/placeholders . Placeholder Feed Item Report is account wide and currently it's not possible to include CampaignId,