Re: CampaignService RequestError.UNKNOWN

2015-06-09 Thread MCC Test
Hello Anthony, Thank you for your response.I have just figured it out that error was due to the reason that I was trying to post campaigns in "Google grants" account.And google grants don't allow to target on search partners and display network that's why I got that error.However I would like t

Re: Is the {targetid} url parameter the same as Keyword ID in Keyword Performance report?

2015-06-09 Thread Shashwat Suman
Hey, Here are the tracked params of 2 different clicks params are as follows- {campaignid}|{adgroupid}|{targetid}|{keyword}|{matchType}|{network}|{placement}|{creative}|{adposition}|{target}&redirect_url={lpurl} *Case 1.* |5892399689|253118650|19393971250|kwd-106562736730|||g||58760778130|1o1|

Re: Is the {targetid} url parameter the same as Keyword ID in Keyword Performance report?

2015-06-09 Thread Shashwat Suman
Customer ID : 5892399689 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Re: Incompatible values for AdNetworkType fields

2015-06-09 Thread Umesh Dengale
Hi David, Could you provide me the request and response output for the Campaign Performance Report? The SOAP XML request and response would be the most helpful. Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token and client customer I

Re: Product and Service ID returned by Targeting Idea Service does not exist

2015-06-09 Thread Josh Radcliff (AdWords API Team)
Hi Jon, That ID is for a topic that we exclude from our documentation intentionally because it's for a sensitive category of products/services. I'd recommend adjusting your code to ignore any IDs not found in the appendix to handle such cases. Thanks, Josh, AdWords API Team On Friday, May 15,

Re: Campaign Reference ID while importing from Json

2015-06-09 Thread Subash NG
Hi Anash, Thanks for your reply, much helpful. What would you suggest here? MJS or CampaignService? We choose MJS coz we will get xx number of products daily to our feed and need to create each products as each campaigns so only we choose MJS as we can see the jobs results and once job is compl

Re: Alternative to targettingideaservice placement ideatype

2015-06-09 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, Sorry, I don't have any news to report on this feature. Thanks, Josh, AdWords API Team On Tuesday, June 9, 2015 at 8:19:11 AM UTC-4, Chirag wrote: > > Hello Josh, > > Any update on this? I am waiting for update since long. > > Thanks, > > On Friday, 8 May 2015 20:49:23 UTC+5:30, Josh

Re: Lots of 502 bad gateway errors

2015-06-09 Thread Nadine Sundquist (AdWords API Team)
Hi Kristopher, That error usually has a different root cause than what we're seeing here in this thread. If the problem persists, please start a new thread with information on your issue. Thanks, Nadine, AdWords API Team On Tuesday, June 9, 2015 at 2:10:02 PM UTC-4, Kristopher Windsor wrote: >

Re: Placament & Upgraded URL

2015-06-09 Thread Anthony Madrigal
Hello, The targetId for the tracking template will be the keyword, DSA or remarketing list target that triggered your ad. Those values will get filled accordingly. For more information on tracking templates and the targetId, go to the *Available ValueTrack parameters -> Standard parameters*

Re: Is the {targetid} url parameter the same as Keyword ID in Keyword Performance report?

2015-06-09 Thread anash
Hi, What's the customer ID for this entry? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, June 9, 2015 at 10:10:14 AM UTC-4, Eternal Fool wrote: > > From the documentation: > > {targetid}:* The ID of the keyword (labeled "kwd")*, dynamic search ad > ("dsa"), or remarketing list targe

Re: Campaign Reference ID while importing from Json

2015-06-09 Thread Anash P. Oommen (AdWords API Team)
Hi Subash, I'm not sure I follow the issue completely, but my understanding is that when doing the import, you don't have a way to identify the campaign you are creating in MJS to the corresponding entry in your local feed. If that's the case, you might want to switch back to CampaignService, s

Re: Lots of 502 bad gateway errors

2015-06-09 Thread Kristopher Windsor
Hi, I am seeing this error much more than usual, starting sometime in the last 2-3 weeks: SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https:\/\/adwords.google.com\/api\/adwords\/cm\/v201502\/AdGroupService?wsdl' > > : failed to load external entity > \"https:\/\/adwords.google.com\/api\/

Re: CampaignService RequestError.UNKNOWN

2015-06-09 Thread Anthony Madrigal
Hello Ronak, Could you please send me your request and response you are receiving through *Reply privately to author?* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

Placament & Upgraded URL

2015-06-09 Thread pacaron
In the upgraded url world. When you enable the tracking template (campaign level). When a placement is served, I need to know if the {targetid} is populated? And if it is, what is it populated with? Thanks in advance for your help! P-A -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

CampaignService RequestError.UNKNOWN

2015-06-09 Thread MCC Test
Hello, I am facing one issue from past couple of days, I am trying to upload the campaigns in one of the adwords account but does not allow me to do so.Everytime it gives me error like "RequestError.UNKNOWN @ operations[0].operand.networkSetting, RequestError.UNKNOWN @ operations[1].operand.ne

Re: Predicate not working correctly

2015-06-09 Thread Bon S
Thanks, Josh ! It works the way you suggested. On Tuesday, June 9, 2015 at 11:21:20 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > That field is actually a percentage, so if you want rows where the > percentage is > 47%, you should filter on *SearchImpressionShare > GREATER_THAN

Re: Incompatible values for AdNetworkType fields

2015-06-09 Thread David Lonsdale
As far as I can see, the only way is to use the CmpaignService to interpret/filter the output from the Campaign Performance Report. On Tuesday, 9 June 2015 14:23:56 UTC+1, David Lonsdale wrote: > > On closer inspection, six records are returned (with combinations of the > values) but only one co

Re: Custom audiences

2015-06-09 Thread Umesh Dengale
Hello, The AdWords API supports Remarking , Rule-based Remarking and Dynamic Remarking

Re: Predicate not working correctly

2015-06-09 Thread Josh Radcliff (AdWords API Team)
Hi, That field is actually a percentage, so if you want rows where the percentage is > 47%, you should filter on *SearchImpressionShare GREATER_THAN 0.47*. Please give that a try. If that doesn't resolve the problem, could you provide the list of *CampaignId* values for which you are seeing in

Is the {targetid} url parameter the same as Keyword ID in Keyword Performance report?

2015-06-09 Thread Eternal Fool
>From the documentation: {targetid}:* The ID of the keyword (labeled "kwd")*, dynamic search ad ("dsa"), or remarketing list target ("aud") that triggered an ad. For example, if you add a remarketing list to your ad group (criterion ID "456") and target the keywords ID "123" the {targetid} woul

Re: Incompatible values for AdNetworkType fields

2015-06-09 Thread David Lonsdale
On closer inspection, six records are returned (with combinations of the values) but only one corresponds to the active campaign. So how is the correct record to be determined? On Tuesday, 9 June 2015 13:44:07 UTC+1, David Lonsdale wrote: > > Campaign Performance Report returning incompatible va

Re: Why is ManagedCustomer.accountLabels always NULL?

2015-06-09 Thread Zweitze
Yes, that did the trick. Do not set clientCustomerId to the customer id you are interested in, but to the MCC, and use a predicate to limit the results. Thank you! On Thursday, June 4, 2015 at 11:06:41 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > It looks like you may be settin

Re: Video Ads - How to pull metrics from Adwords API.

2015-06-09 Thread Refik Turkeli
Our company needs this as well. On Tuesday, June 2, 2015 at 12:26:06 AM UTC+3, Chris Alvares wrote: > > +1 to this feature being added. > > On Wednesday, January 25, 2012 at 6:16:36 AM UTC-6, Nakul Ringshia wrote: >> >> Hi >> >> I need to pull the following metrics for the video ads >> Ad >> Ad

Re: Video Ads - How to pull metrics from Adwords API.

2015-06-09 Thread Jonathan Dawson
+1 for this functionality being added.. It'd make life so much easier/faster On Wednesday, 25 January 2012 23:16:36 UTC+11, Nakul Ringshia wrote: > > Hi > > I need to pull the following metrics for the video ads > Ad > Ad previews > Video > Impressions > Views > View Rate > Avg. CPV >

Incompatible values for AdNetworkType fields

2015-06-09 Thread David Lonsdale
Campaign Performance Report returning incompatible values. Campaign type set up as 'Search Network only - All features' and Network as 'Google Search; Search partners'. AdWords API returns "advertisingChannel" as 'Search' (as expected), but "network" [aka. AdNetworkType1] as 'Display Network' (

Re: Offline Access AdWords Account Data for making Asp.Net Web Service

2015-06-09 Thread Pravin Yadav
Hi Anash, Thanks for your & Mr. Josh's suggestions. finally done my web service with offline authentication. Thank u so much. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

Re: Alternative to targettingideaservice placement ideatype

2015-06-09 Thread Chirag
Hello Josh, Any update on this? I am waiting for update since long. Thanks, On Friday, 8 May 2015 20:49:23 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi Chirag, > > No news yet, but when this happens it will be with the release of a new > version of the API since we'll be changing o