Retrieve final URL over API

2015-06-17 Thread Dominic Asche
Hi, my question is about how to obtain tracking template settings over API: *Sitiuation* We are replacing the URLs of our clients AdWords over API to redirect them to one of our landingpage For backup reasons, we'd like to get the finale URL for any keyword / Ad *Problem* Since the introducti

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-06-17 Thread Sarah Riddell
###()*E&^qwIdaqD Thanks everyone to solve my problem sany -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~

Error "unauthorized_client" when trying to get the campaign data with Google Adwords v201502

2015-06-17 Thread Susan
Can someone please help with the issue on my adwords tool development? I am still creating my adwords tool with code igniter in PHP. These are my step: 1. I already got my approved developer token 2. I have created the Client ID from here -> https://console.developers.google.com 3. Once I have go

Re: Parsing WSDL error

2015-06-17 Thread Дмитрий Сидоров
Where could I find more information on how remove my IP blocking? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Tracking template for DSAs

2015-06-17 Thread mm
No, I was primarily concerned that there was some reason on your end that using {unescapedlpurl} at the end of my tracking template (which directs traffic to a 3rd party tracker) would be ignored for my DSAs and I would have untracked traffic. So far, using {unescapedlpurl} at the end of my tem

Re: Tracking template for DSAs

2015-06-17 Thread Josh Radcliff (AdWords API Team)
Hi mm, I'm still trying to get a definitive answer for you on this. One piece of information I did get was that the reason you can set a *trackingUrlTemplate* at the campaign or account level that wouldn't be considered valid for a specific DSA is that the campaign or account level template co

Re: KEYWORDS_PERFORMANCE_REPORT empty Structure Reports

2015-06-17 Thread Umesh Dengale
Hi Michael, The KEYWORDS_PERFORMANCE_REPORT does implicit segmentation . Usually, you can just select attribute, but this is not the case for the KEYWORDS_PERFORMANCE_REPORT. Thanks, Umesh, AdWords

Re: What is the difference between lpurl and escapedlpurl ?

2015-06-17 Thread Umesh Dengale
Hello, Please use {lpurl} instead of {escapedlpurl}. The reason for using {lpurl} over {escapedlpurl} is explained in this forum discussion . Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Syntax error when inserting onClick tag

2015-06-17 Thread Nadine Sundquist (AdWords API Team)
Hi Alex, I wish I didn't have to redirect you further, but this forum only deals with questions directly related the AdWords API . I would recommend posting to the Tracking and Reporting AdWords forum

Re: KEYWORDS_PERFORMANCE_REPORT empty Structure Reports

2015-06-17 Thread Michael Buetow
Based on documentation and experience with the API you can pull structural reports to collect details on an account. We've been pulling reports in this manner for millions of keywords for a long time, up until 6/15 withou

Re: Upgraded URL - Final URL & Tracking templates

2015-06-17 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, I think I (finally) understand your original question. Based on what you describe, I think you should be fine in terms of the domain check, provided that your tracking template ultimately redirects the user to a site on the same domain as your display URL. However, if your content cha

Re: Synchronising Product Partitions - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2015-06-17 Thread Nadine Sundquist (AdWords API Team)
Hi John, I'll need to dig a little deeper to find the root of the issue. Please click *Reply privately to author* and send your failed SOAP XML request *only to me*. I want to narrow down which AdGroupCriterion could be causing this error. Thanks, Nadine, AdWords API Team On Wednesday, June

Re: PlacementURL Not Returned Properly in Keywords Performance Report

2015-06-17 Thread Anthony Madrigal
Hi Charlie, The *PlacementUrl* and *KeywordText* fields both contain the same information: a descriptive string for the criterion. Therefore, I'd recommend selecting one or the other. If you select both, you'll still only get back one field with the display name "Keyword". We're aware that thi

Re: Filtering Terms out of Search Query Report Results

2015-06-17 Thread Anthony Madrigal
Hi, Since this issue is regarding AdWords Scripts, could you please submit your question again on the AdWords Scripts forum ? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Syntax error when inserting onClick tag

2015-06-17 Thread Alex M
I was directed here by a Google Adwords Support member after a lengthy conversation in which she was eventually unable to help me with this code. Anywho, I am attempting to add an onClick tag to an "Add to Cart" image button so that I can track the conversions of people clicking it. This code

I want to get Vertical of japanese

2015-06-17 Thread tanaka Yusaku
Now, Use the ConstantDataService (v201502) to get Vertical of japanese. But Vertical List is all english. Is there a good way to get in Japanese ? i use ruby to operate adwords api -- -- =~=~=~=~=~=~=~=

Re: KEYWORDS_PERFORMANCE_REPORT empty Structure Reports

2015-06-17 Thread Umesh Dengale
Hi Michael, Your initial KEYWORD_PERFORMANCE_REPORT request did not contain metric fields, so no rows returned. After you added the metric (Impressions) field in your request, your response contains d

Re: API key AdWords for smaller agencies

2015-06-17 Thread bastien rabaute
Hi Barbora, Maybe you can try to see if https://www.awql.me can fit your needs. If it doen't as is, let me know. Bastien SunnyReports and AWQL.me cofounder Le vendredi 22 mai 2015 15:09:47 UTC+2, Barbora Ilic a écrit : > > Hi everyone, > > here is the issue. We have a webapp: Our customers co

PlacementURL Not Returned Properly in Keywords Performance Report

2015-06-17 Thread Charlie Saunders
Hello all, I am having an issue with the Keywords Performance Report where I request the PlacementURL field and it seems to come back as the KeywordText field. I made the following request: https://adwords.google.com/api/adwords/cm/v201502";> KeywordText PlacementUrl

Re: Tracking template for DSAs

2015-06-17 Thread mm
Hey Josh - Any update on this? We're moving into our upgrade process & would sure appreciate it if we could get a resolution on this. Thanks! mm On Monday, June 8, 2015 at 9:09:08 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi mm, > > Thanks for sending over the request ID. I was able

Re: Tracking Template on AdGroup Level (or higher)

2015-06-17 Thread pete
> > Completely agree with Mark - Google have used some run-time logic to >> append params with the appropriate param delimiter in the past. >> > In fact - a Value Track parameter {delim} would be perfect. What say you Google? pete -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Final Urls and Criterion ImmutableId as custom parameter within Ad Final urls

2015-06-17 Thread Josh Radcliff (AdWords API Team)
Hi Giles, Please see my responses below in blue. Cheers, Josh, AdWords API Team On Wednesday, June 17, 2015 at 7:56:05 AM UTC-4, Giles Bodger wrote: > > HI Josh > > My Second question was really just about whether if we did NOTHING and let > the system auto upgrade our destinationUrls then what

Re: Adwords API's keyword Planner use Account Setup

2015-06-17 Thread Umesh Dengale
Hi Dhwani, Glad to know that you are interested in using the API. As a first step, I suggest that you go through our sign up guide . Here's some information to get you oriented: - Developer Documentation

Filtering Terms out of Search Query Report Results

2015-06-17 Thread Austin Denny
I'm trying to determine the proper syntax to exclude terms from search query report results, but not having much luck. I'm getting a selector parsing error on line 37. Anyone have experience doing this that could better explain the process than the AWQL documentation? Thanks! AD -- -- =~=~=

Re: Final Urls and Criterion ImmutableId as custom parameter within Ad Final urls

2015-06-17 Thread Giles Bodger
HI Josh My Second question was really just about whether if we did NOTHING and let the system auto upgrade our destinationUrls then what would be the consequences. ON further reading and discussion i am thinking there would be no consequences for the day to day running of our operation (we are

Synchronising Product Partitions - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2015-06-17 Thread John
The following error is returned when we call the AdGroupCriterionService to synchronise product partitions. The problem only occurs with one of our clients, and is not resolved by repeating the request. The error first occurred on the 13th June after making changes to the shopping campaign t