Re: Field ConversionTypeName is sometimes returned as ConversionType instead of ConversionActionName

2013-09-18 Thread Dorian Kind
Same here, but we encountered this in the Campaign Performance report. It's easy enough to change our tool in order to accomodate the modified field name, but if this changes depending on the client ID, this would make for some very ugly code. So I'd appreciate any feedback from Google's side.

Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-25 Thread Dorian Kind
Hi all, I have an issue where just adding a predicate filtering by ConversionValue in an AdGroup Performance Report will raise the deaded ERROR_GETTING_RESPONSE_FROM_BACKEND response. Here's my report definition (Python syntax, but you'll get the idea): { 'reportName': 'Test', 'dateRange

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Dorian Kind
on as we have more information. > > Regards, > > - Paul, AdWords API Team. > > On Monday, 25 November 2013 12:27:20 UTC, Dorian Kind wrote: >> >> Hi all, >> >> I have an issue where just adding a predicate filtering by >&

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Dorian Kind
API Team) wrote: > > Hi Dorian, > > We're still looking into the errors, but one thing that came up is that > the use of ordering and paging aren't supported by AdHoc reports. > > Regards, > > - Paul, AdWords API Team. > > On Wednesday, 27 November 2013 08

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Dorian Kind
FWIW, out of the ~480 accounts I can see in our agency's MCC account, around 70 have no login email set. So it seems this hasn't been a required field to create an Adwords account for some time already. On Wednesday, September 17, 2014 3:03:33 PM UTC+2, Oliver wrote: > > > > On Wednesday, Septem

Re: Campaign performance report doesn't match web interface

2014-09-17 Thread Dorian Kind
Total shot in the dark here, but could it be that the account in question also uses video campaigns? Because those aren't reported over the API. On Wednesday, September 17, 2014 2:27:36 AM UTC+2, Liam O'Boyle wrote: > > Attempting to pull a campaign performance report (with no filters) results >

Cannot Filter by Domain or DisplayName in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2014-10-22 Thread Dorian Kind
Hello, like the title says, I'm unable to filter an adhoc automatic placements report by either of these two fields. If I try "Domain", I receive an INVALID_PREDICATE_FIELD_NAME error, while "DisplayName" returns an INVALID_FIELD_NAME_FOR_REPORT exception. Both of these fields should be legal

Re: Cannot Filter by Domain or DisplayName in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2014-10-22 Thread Dorian Kind
Update: a colleague just enlightened me (by using ReportDefinitionService.getReportFields) about the fact that "DisplayName" is not a filterable field, so that explains half of the issue. But "Domain" should still be usable in a filter. On Wednesday, October 22, 2014 3:30

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2015-04-13 Thread Dorian Kind
Hi there, sorry to revive this old thread, but I just wanted to clarify whether it's still the case that once an ad group is set to "removed" state, its name can never again be used in the containing campaign (as re-enabling or renaming the ad group is not possible)? Thanks & cheers, Dorian O

Some questions regarding multiple final URLs

2015-04-22 Thread Dorian Kind
Hello there, >From the API documentation we know that the final URL fields of Ad objects ("finalUrls", "finalMobileUrls", "finalAppUrls") are lists. I'm having a hard time understanding how ad serving works if there are multiple final URLs for a given ad, for example, how does Adwords choose w

Re: Some questions regarding multiple final URLs

2015-04-23 Thread Dorian Kind
; Ad ID,Final URL,Impressions > 123456789,http://www.example.com/1?a;b; http://www.example.com/2?c;d,0 > > Cheers, > Josh, AdWords API Team > > On Wednesday, April 22, 2015 at 11:16:56 AM UTC-4, Dorian Kind wrote: >> >> Hello there, >> >> From the API docume

Re: Some questions regarding multiple final URLs

2015-04-28 Thread Dorian Kind
in your *CreativeFinalUrls* will not be > escaped. However, it does appear that there will be a space following the > semicolon delimiter, e.g.: > > "AD_PERFORMANCE_REPORT (Apr 22, 2015)" > Ad ID,Final URL,Impressions > 123456789,http://www.example.com/1?a;b; http://www.e

Re: Some questions regarding multiple final URLs

2015-04-29 Thread Dorian Kind
> to get the final URLs. > > Cheers, > Josh, AdWords API Team > > On Tuesday, April 28, 2015 at 10:56:09 AM UTC-4, Dorian Kind wrote: >> >> Hi Josh, >> >> a quick follow-up about URL lists from Upgraded URLs. >> >> In the Placeholder Feed Item Re

Re: Some questions regarding multiple final URLs

2015-04-30 Thread Dorian Kind
final URLs or > multiple final mobile URLs you may have to use the *FeedItemService*-based > approach I mentioned. > > Thanks, > Josh, AdWords API Team > > On Wednesday, April 29, 2015 at 3:54:38 AM UTC-4, Dorian Kind wrote: >> >> Hi Josh, >> >> thanks a

IPv6 Exclusion

2015-05-06 Thread Dorian Kind
Hi there, Just out of curiosity, I've tried to set up some IP exclusion rules in a test account. It appears that IPv6 addresses are supported in the corresponding dialog, as I cannot save incomplete or invalid entries. However, I have found no way to exclude whole prefixes. With IPv6 privacy e

Re: IPv6 Exclusion

2015-05-12 Thread Dorian Kind
x27;m looking into this and will get back to you. If you get a chance to > test it before I have the answer for you, I would like to hear about the > outcome. > > Best, > Nadine, AdWords API Team > > On Wednesday, May 6, 2015 at 11:40:28 AM UTC-4, Dorian Kind wrote: >>

Re: How to get total AverageCPC?

2015-05-13 Thread Dorian Kind
Hi Mike, I would assume that AverageCPC is weighted by clicks, not by days. So you would need to take the total cost of this adgroup for the week and divide it by the total number of clicks to get the same result. Cheers, Dorian On Tuesday, May 12, 2015 at 5:15:10 PM UTC+2, Michael D wrote: >

{*lpurl} ValueTrack parameters in Tracking Templates

2015-05-20 Thread Dorian Kind
Hello, while preparing for the upcoming Upgraded URLs migration, we started to wonder about the difference between {lpurl} and {escapedlpurl} in Tracking Templates. Previously, the two parameters would be encoded differently, insofar that {lpurl} would not encode colons and slashes (but some ot

Re: {*lpurl} ValueTrack parameters in Tracking Templates

2015-05-22 Thread Dorian Kind
=bar, trackerid = 1234 > Serving URL1 = http%3A%2F%2Fwww.example.com%3Ffoo%3Dbar&trackerid=1234 > > Hope this helps? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, May 20, 2015 at 6:17:14 AM UTC-4, Dorian Kind wrote: >> >> Hello,

Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Dorian Kind
Hi all, as the title says, I was looking for clarification as to whether changing any custom parameters on ad objects also implies having to delete the old ad and create a new one. From my understanding, the answer should be yes, but the documentation isn't quite clear on it: > *Note: Ad objec

Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Dorian Kind
le. You can't add/remove the parameters (placeholders) to/from the > existing ad tracking template though. > > > -Danial, AdWords API Team. > > > On Wednesday, June 24, 2015 at 9:18:21 AM UTC+2, Dorian Kind wrote: >> >> Hi all, >> >> as the title say

Re: Exclude IP Address using Adwords API

2015-07-08 Thread Dorian Kind
What about ? Or am I misunderstanding the question? On Tuesday, July 7, 2015 at 5:54:28 PM UTC+2, Umesh Dengale wrote: > > Hello, > > Unfortunately *exclude IP addresses *feature >

Re: Adgroup tracking templates and MISSING_TRACKING_URL_TEMPLATE_TAG

2015-07-24 Thread Dorian Kind
Hi Josh, sorry to ressurect this thread, but I've just stumbled upon this behavior. We have a case where a client uses Flurry Analytics to track his app downloads. There's an app for Android and iOS each, and a handful of campaigns promoting either of the two. The tracking links coming from Fl

Re: Adgroup tracking templates and MISSING_TRACKING_URL_TEMPLATE_TAG

2015-08-11 Thread Dorian Kind
ld think that additional > parameters like this wouldn't cause a problem, but maybe I'm missing > something. > > Thanks, > Josh, AdWords API Team > > On Friday, July 24, 2015 at 11:18:08 PM UTC+9, Dorian Kind wrote: >> >> Hi Josh, >> >> sorry to

Unexpected Segmentation In GEO_PERFORMANCE_REPORT

2015-08-25 Thread Dorian Kind
Hey there, I just noticed that adding a predicate based on AdGroupStatus to a GEO_PERFORMANCE_REPORT will result in an implicit segmentation of the report by ad group ID, even if the "AdGroupStatus " field itself is not included in the report definition. Is this the expected behavior? I'm aski

Re: Unexpected Segmentation In GEO_PERFORMANCE_REPORT

2015-08-25 Thread Dorian Kind
Hi Anthony, I've replied to you privately sending the requested information. Thanks for your support! Best regards, Dorian On Tuesday, August 25, 2015 at 4:29:43 PM UTC+2, Anthony Madrigal wrote: > > Hi Dorian, > > I was unable to replicate the results you were getting. Could you please > send

Re: Tracking Template on AdGroup Level (or higher)

2015-11-02 Thread Dorian Kind
Hey Josh, any news on this topic? The current situation makes it very hard to use tracking templates for DSA campaigns because there's no way to tell whether the final URL of the dynamically generated ad already contains a query string separator or not. Thanks for any feedback and best regards

Re: Tracking Template on AdGroup Level (or higher)

2015-11-05 Thread Dorian Kind
, November 3, 2015 at 11:58:40 AM UTC-5, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi Dorian, >> >> I don't have any news at this point, but I'll check in with the upgraded >> URLs team again and let you know if they have an update. >> >&

Re: Target specific placements with bid only

2016-01-26 Thread Dorian Kind
Hi all, I think what OP wants to do is possible via TargetingSettingDetail (https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupService.TargetingSettingDetail). If you set its field targetAll to true, then "criteria of this type can be used to modify bidding but will not re

Re: Campaign MCC URL via API or any other way (like substitute params with remote_id or something like that ...)

2016-02-01 Thread Dorian Kind
Hey there, we're having the same problem. What's a bit annoying is the fact that this used to be possible, i.e. a year ago or so you could construct an URL containing the account ID as "__c" parameter and the campaign ID in the fragment, but at some point this stopped working (even though the UR

Re: Tracking Template on AdGroup Level (or higher)

2016-03-24 Thread Dorian Kind
Because I keep coming back to this topic to look for the documentation link: The Help Center article Josh mentioned seems to have moved here: https://support.google.com/adwords/answer/6305348 On Thursday, November 5, 2015 at 4:04:18 PM UTC+1, Dorian Kind wrote: > > Hi Josh, > >

Re: Retry-interval when an access token could not be refreshed.

2016-04-21 Thread Dorian Kind
If this only happened on this specific occasion, it might have been because of Google's OAuth2 outage on that date: http://mashable.com/2016/04/19/google-oauth-down/#FjNp2S9IUgqQ On Tuesday, April 19, 2016 at 4:21:24 PM UTC+2, Biniam Asnake wrote: > > It happened again. Please help. > > Here is

Re: Batch job service v201603 Decoding error(Python API)

2016-04-25 Thread Dorian Kind
Hey there, you might have experienced this bug: https://github.com/googleads/googleads-python-lib/issues/111 Note that the issue's description is not entirely accurate as the symptom in Python 2 was indeed an encoding error if you had any non-ASCII characters contained within your operations. I

Percent Encoding of Custom Parameters

2016-05-10 Thread Dorian Kind
Hello, Is there a reference somewhere about which characters are being automatically percent-encoded by the Adwords API when setting custom parameters? I've noticed that any characters outside basic ASCII seem to always be encoded, but for the first 128 the behavior seems less clear. For examp

Re: Percent Encoding of Custom Parameters

2016-05-10 Thread Dorian Kind
Hi Shwetha, thanks for your quick reply. I'm afraid the ValueTrack documentation isn't of much help, though. What I'm observing is that custom parameters are neither being handled "as per standard URL specifications" (as not all reserved characters are escaped) nor does the escaping for {lpurl}

Re: Percent Encoding of Custom Parameters

2016-05-12 Thread Dorian Kind
aped with final URL > So the list of escaped char depends on if {lpurl} or {escapedlpurl} is > used. > > If they're used directly in the tracking template, they're not escaped. > > Best, > Thanet, AdWords API Team > > On Wednesday, May 11, 2016 at 1:55:01 AM UT

How is Target CPA bidding reflected in the keywords performance report

2016-05-21 Thread Dorian Kind
Hi there, recently I noticed something unexpected in a KEYWORDS_PERFORMANCE_REPORT. The campaign for which the report was generated is set to a Target CPA bidding strategy, yet the keywords 'CpcBidSource' was shown as CRITERION and its bid as '--'. Is this expected behavior? To me it would make

Re: How is Target CPA bidding reflected in the keywords performance report

2016-05-24 Thread Dorian Kind
> On Saturday, May 21, 2016 at 6:08:20 AM UTC-4, Dorian Kind wrote: >> >> Hi there, >> >> recently I noticed something unexpected in a KEYWORDS_PERFORMANCE_REPORT. >> The campaign for which the report was generated is set to a Target CPA >> bidding strategy, yet

Re: Java API: list of managed customer accounts in some date range

2016-05-24 Thread Dorian Kind
Hi Lukasz, to the best of my knowledge, what you want to do is not possible. Structural information is not availably historically, only performance data is. You'll have to save that information yourself. Cheers, Dorian On Tuesday, May 24, 2016 at 11:37:06 AM UTC+2, Łukasz Gaża wrote: > > Hi, >

Re: Percent Encoding of Custom Parameters

2016-06-01 Thread Dorian Kind
eters in the below image? > > Thanks in advance. > > Best, > Thanet, AdWords API Team > > On Thursday, May 12, 2016 at 9:43:11 PM UTC+9, Dorian Kind wrote: >> >> Hi Thanet, >> >> I'm not sure if that's correct. To me it seems that there's c

Exact behavior of ConversionTypeName in reports

2016-06-09 Thread Dorian Kind
Hello, I am currently a bit confused about the ConversionTypeName field. The reference page for CAMPAIGN_PERFORMANCE_REPORT states that it is an attribute and that it "prevents zero-conversion rows from being returned". However, downloading a campaign report using a predicate to exclude campai

Re: Exact behavior of ConversionTypeName in reports

2016-06-10 Thread Dorian Kind
Hi Umesh, thanks for your reply. I'm really not sure whether ConversionTypeName is an attribute. As an example, for a given account and the following report definition: https://adwords.google.com/api/adwords/cm/v201603";> CampaignId Conversions GREATER_THAN 0

Re: Exact behavior of ConversionTypeName in reports

2016-06-20 Thread Dorian Kind
appening > here. Let me check with a couple of teammates here, and I'll get back to > you. > > Best, > Nadine, AdWords API Team > > On Friday, June 10, 2016 at 4:08:11 AM UTC-4, Dorian Kind wrote: >> >> Hi Umesh, >> >> thanks for your r

Re: Exact behavior of ConversionTypeName in reports

2016-06-21 Thread Dorian Kind
PI Team) wrote: >> >> Hi Dorian, >> >> Thanks for checking in. Let me ping one of my teammates again because I >> haven't gotten the answer back, yet. I've always found >> *ConversionCategoryName* unique, and I just want to make sure I have it >

Re: Exact behavior of ConversionTypeName in reports

2016-06-21 Thread Dorian Kind
onValue* will not get you the *CostPerConversion*. > > As for getting back 0 conversions in a row when specifying > *ConversionTypeName*, could you please click *Reply privately to author* > in the forum and send me the customer ID where you're seeing this? > > Thanks, > Nadi

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2016-06-22 Thread Dorian Kind
Hi Anthony, thanks for getting back. Could you clarify whether that means that it's now possible to rename a deleted ad group or to re-activate it from the removed state (or both)? Best regards, Dorian On Tuesday, June 21, 2016 at 9:41:37 PM UTC+2, Anthony Madrigal wrote: > > Hi guys, > > I ju

Re: How do you find available customer IDs?

2016-06-22 Thread Dorian Kind
For scenarios where you don't know the customer ID beforehand (e.g. if you're offering a web service to any Adwords user), you also might want to check out the CustomerService. Its "get" method will return the current, authenticated customer. On Tuesday, June 21, 2016 at 8:07:08 AM UTC+2, Joyce

Re: Exact behavior of ConversionTypeName in reports

2016-06-22 Thread Dorian Kind
arges for manual calls to > Google forwarding numbers, and it was decided that this field no longer > needed to be exposed. I'll go check for you to find out if there's a > replacement for that field or a way to calculate the CostPerConversion some > other way. > > I&#x

Re: batch-jobs taking too long or hanging indefinetely

2016-07-20 Thread Dorian Kind
Just here to confirm that—since this morning the BatchJob service doesn't show any progress for any submitted jobs. As an example, I currently have a job with ~40'000 operations that has been at 0% progress for the last hour. Would job IDs help to diagnose this issue? On Wednesday, July 20, 201

Re: batch-jobs taking too long or hanging indefinetely

2016-07-20 Thread Dorian Kind
;> Hello, >>>> >>>> I will pass this information along to engineering. A batch job ID would >>>> help immensely. >>>> >>>> I will post here when I have anything to report about this. >>>> >>>> Regards, >>&

Re: batch-jobs taking too long or hanging indefinetely

2016-07-21 Thread Dorian Kind
n and I will update this thread as necessary. > > Regards, > Mike, AdWords API Team > > On Wednesday, July 20, 2016 at 11:16:51 AM UTC-4, Dorian Kind wrote: >> >> Another batch job ID: 326763413. It contains only 8 operations and has >> been ACTIVE at 0% for around

Re: KEYWORDS_PERFORMANCE_REPORT returns duplicate keywords

2016-08-05 Thread Dorian Kind
I might be mistaken, but to me it looks as if these two keywords have different match types: "1031 exchange" is a phrase keyword, and [1031 exchange] is an exact match keyword. You can get this information out of the KEYWORD_PERFORMANCE_REPORT by including the "KeywordMatchType" field. Hope thi

Some Thoughts on the {ignore} Parameter

2016-08-08 Thread Dorian Kind
Hi there, I just had a use case for the {ignore} parameter in Final URLs. While reading up on the documentation, it occurred to me that it seems to be possible to use this parameter to circumvent Adwords policy by redirecting to a different page for specific URLs. As an example, let's say I us

Re: Some Thoughts on the {ignore} Parameter

2016-08-09 Thread Dorian Kind
Hi Shwetha, thanks for your efforts. Unfortunately, the AdWords Community forum has not quite the same level of expertise as this group, in my experience. I'll try anyways. Best regards, Dorian On Monday, August 8, 2016 at 10:02:28 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Do

Re: Some Thoughts on the {ignore} Parameter

2016-08-17 Thread Dorian Kind
insights about the {ignore} parameter? Thanks and best regards, Dorian On Tuesday, August 9, 2016 at 10:49:47 AM UTC+2, Dorian Kind wrote: > > Hi Shwetha, > > thanks for your efforts. Unfortunately, the AdWords Community forum has > not quite the same level of expertise as this group, i

Re: Some Thoughts on the {ignore} Parameter

2016-08-18 Thread Dorian Kind
;t provide a better help in this case, but that is > really the go-to for questions like this. > > That being said, I don't think it's wise to try to us this feature to > circumvent policy. > > Regards, > Mike, AdWords API Team > > On Wednesday, August 17

Receiving CustomerError.UNKNOWN failures

2016-09-16 Thread Dorian Kind
Hi all, since this morning, we've been receiving (very) sporadic "CustomerError.UNKNOWN" API errors. They don't seem to be documented anywhere—should we just retry? Thanks for any feedback and best regards, Dorian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Receiving CustomerError.UNKNOWN failures

2016-09-16 Thread Dorian Kind
Hi Joyce, thanks for your quick reply. Unfortunately we don't have SOAP logging enabled on production systems for efficiency reasons. We'll try to reproduce the error using full logging, but as it's quite sporadic I can't promise that we'll manage to do so. Best regards, Dorian On Friday, Sep

Quick Account Stats

2011-08-19 Thread Dorian Kind
Hello, The API provides quick statistics for a given campaign via the CampaignService, by getting a Campaign and using the contained CampaignStats. Is there a similar option for a whole account, or are those statistics only available via an ACCOUNT_PERFORMANCE_REPORT (the creation of which costs 4

Re: Quick Account Stats

2011-08-23 Thread Dorian Kind
Hi Danial, thanks for your reply. I am aware of the possibility to create free reports in the sandbox, but I think they won't be of much interest to our customers (: So I take it that the cheapest way to get statistics for a whole account is to sum over all campaigns using CampaignStats (assuming

Re: Quick Account Stats

2011-08-24 Thread Dorian Kind
Hi Danial, thanks again for your suggestions. Unfortunately, we produce many reports with custom date ranges, so using a previously created report or a rolling date range is not possible most of the time. I will just sum all campaign statistics to get the values for the whole account. Best regard

Digit group separator in ad params

2011-08-26 Thread Dorian Kind
Hello, currently, only "." and "," are supported as digit group separators for a numeric value used to update an ad parameter. In some regions of the world, it is customary to use an apostrophe ("'"). Are there any plans to include other symbols in the future? Thanks and best regards, Dorian --

Combine Multiple Selector Predicates Using OR

2012-01-06 Thread Dorian Kind
Hi all, In a blog post[1] dating back to 2010, it is stated that "[i]t’s not possible to combine predicates using OR logic at this time[...]". I was wondering whether this is still correct. For example, I'd love to filter campaign data according to the campaign names using the CONTAINS predicate,

TrafficEstimatorService Behavior

2012-01-30 Thread Dorian Kind
Hello, While experimenting with the TrafficEstimatorService, I've noticed that depending on how I split up a request for multiple keywords, I get quite different results. I'm sorry if this is obvious, but I could not find any detailed documentation on this subject. I basically tried 3 different w

Re: TrafficEstimatorService Behavior

2012-01-31 Thread Dorian Kind
Update: I just found this thread where the same behavior is described and where it is stated that keywords in the same AdGroupEstimateRequest are treated like they were in the same

Getting client/MCC ID for given credentials

2012-02-16 Thread Dorian Kind
Hello, our agency has multiple sub-MCCs (all linked to a 'master' MCC, where the developer token resides), that correspond to different access privileges for our account managers---e.g. account manager A has only access to MCC A which contains his managed accounts, account manager B accesses MCC B

Re: Getting client/MCC ID for given credentials

2012-02-16 Thread Dorian Kind
Disregard my question; of course you don't have to provice a client ID to access ServicedAccountService. Don't know why I was thinking that. Cheers On Feb 16, 3:24 pm, Dorian Kind wrote: > Hello, > our agency has multiple sub-MCCs (all linked to a 'master' MCC, w

Re: Getting client/MCC ID for given credentials

2012-02-17 Thread Dorian Kind
account list contains just one entry, looking like this: {'accounts': [{'canManageClients': 'false', 'customerId': '0'}]} Is there any other way to get the client ID for an arbitrary client login that is not associated with any MCC? Thanks and be

Optional Path fields in Expanded Text Ads and CSV Reports

2016-10-17 Thread Dorian Kind
Hi, I just noticed that with ETAs, the path1 and path2 fields are optional—you can create an ad without either of these two fields set. This is in contrast to the previously used text ads, where every field is required. This has an interesting effect, as the CSV reports show unset path fields

Re: Optional Path fields in Expanded Text Ads and CSV Reports

2016-10-18 Thread Dorian Kind
Dorian On Monday, October 17, 2016 at 9:22:00 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > Hi Dorian, > > Thanks for reporting, I'll ask the reporting team to take a look. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Monday, October 17,

Re: Third Party ads are not being returned from the AdGroupAdService

2016-10-18 Thread Dorian Kind
Hi there, sorry for reviving this old thread, but I just now experienced the same issue. Third-party ads are being returned in the AD_PERFORMANCE_REPORT with ad type THIRD_PARTY_REDIRECT_AD, but cannot be retrieved when using the AdGroupAdService. The ads in question are third party ads from

Re: Optional Path fields in Expanded Text Ads and CSV Reports

2016-10-20 Thread Dorian Kind
> > On Tuesday, October 18, 2016 at 7:40:42 AM UTC-4, Oliver wrote: >> >> We believe path1 and path2 used to be blank until early last week. The " >> --" is something we started seeing only last week as our parsing code broke >> for exactly this reason. >

Question About Label Limits

2016-10-24 Thread Dorian Kind
Hey there, on the limits page of the API documentation there's a section about "Labels" (https://developers.google.com/adwords/api/docs/appendix/limits#label). >From the description of the two limits, I would assume they are specific to AccountLabels (even though the links in the "Error" colum

Re: Question About Label Limits

2016-10-27 Thread Dorian Kind
tion to show my findings. I'll let you know as soon as I have an >> answer. >> >> Regards, >> Mike, AdWords API Team >> >> On Monday, October 24, 2016 at 11:57:15 AM UTC-4, Dorian Kind wrote: >>> >>> Hey there, >>> >>> on the l

Do AdGroupCriteria support temporary IDs?

2016-11-18 Thread Dorian Kind
Hey there, in the batch job processing guide , we can see that it's possible to create campaigns and ad groups with temporary (negative) IDs, so that we can populate them without having to create a new batch

Lots of Spurious Policy Violations for "Destination not working"

2016-11-24 Thread Dorian Kind
Hello, first of all I want to apologize, this is a question that is not strictly about the Adwords API. However, in my experience I've been able to get more valuable information in this group than in the Google Advertiser Community. So since a few months we've been increasingly experiencing the

Re: Lots of Spurious Policy Violations for "Destination not working"

2016-11-24 Thread Dorian Kind
tain CAs are not trusted by > all computers on the world. Note: I don't know which CAs Google trusts. BTW > I don't think this is your issue, more a theoretical possibility. > > Hope this helps. > > > On Thursday, November 24, 2016 at 9:23:17 AM UTC+1, Dorian Kind wr

Re: Do two clicks from two different ads lead to double conversion value?

2017-01-24 Thread Dorian Kind
Hi Karl, long story short: You won't get a doubled conversion value. As for to which click the conversion is attributed, that depends on the attribution model you have set for any given conversion (see https://support.google.com/adwords/answer/6259715). By default, I believe it's Last Click, m

Re: Why are keywords case sensitive?

2017-02-01 Thread Dorian Kind
As far as I understand, it's just the matching that is case-insensitive. So those two keywords, even though not being identical, will match (or don't match) for the exact same search queries. Cheers, Dorian On Wednesday, February 1, 2017 at 3:25:45 PM UTC+1, Tim Cox wrote: > > The docs say keyw

Re: Expanded Text Ads Illegal character in path

2017-02-02 Thread Dorian Kind
Hi Ian, for what it's worth, we found that the following characters are not allowed in the path fields: / \ . , : ; and any form of whitespace. Apart from that, we didn't (yet) encounter any other illegal symbols. Cheers, Dorian On Wednesday, February 1, 2017 at 10:53:08 PM UTC+1, Ian P wrote:

Re: UNEXPECTED_INTERNAL_API_ERROR when creating html5 template ad

2017-03-03 Thread Dorian Kind
Hi there, the same seems to happen when using BatchJobs. Any job that contains creation operations for HTML5 template ads reproducibly fails with BatchJobProcessingError.INTERNAL_ERROR. Any workarounds would be greatly appreciated. Best regards, Dorian On Friday, March 3, 2017 at 7:36:57 AM UT

Active Feed Mapping for Removed Feed

2017-03-12 Thread Dorian Kind
Hi all, I just noticed that it's possible to have an "ENABLED" FeedMapping that refers to a feed that is "REMOVED". Is this expected behavior? If so, does such a feed mapping behave as if the feed were empty? Thanks for any feedback and best regards, Dorian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Active Feed Mapping for Removed Feed

2017-03-13 Thread Dorian Kind
Hi Peter, thanks for your reply. I wasn't accurate in my first post, I didn't actually *create* a mapping to a removed feed, but *removed* an existing feed and then noticed that the mapping was still active. I am going to send you the IDs of the account and the mapping in question. Thanks agai

originAdId automatically populated when uploading HTML5 creatives

2017-03-14 Thread Dorian Kind
Hello, we are currently experimenting with HTML5 template ads. It seems that when you upload two ads in different campaigns with the exact same MEDIA_BUNDLE contents, this situation is detected by the Adwords API and the returned TemplateAd objects contain the ID of the first creative that was

Re: originAdId automatically populated when uploading HTML5 creatives

2017-03-21 Thread Dorian Kind
Hi Sreelakshmi, please excuse my late answer. So far I unfortunately haven't been able to reproduce the behavior, but I'll follow up when I manage to gather some SOAP logs for you. Thanks and best regards, Dorian On Tuesday, March 14, 2017 at 9:33:46 PM UTC+1, Sreelakshmi Sasidharan (AdWords

Re: Performance problems downloading criteria report via API

2017-04-03 Thread Dorian Kind
Hi there, FWIW, we're also seeing lots of these errors since Saturday. Cheers, Dorian On Monday, April 3, 2017 at 6:38:09 AM UTC+2, cv wrote: > > Hello vishal, > > we are also facing same error since 31 march. We have also sent soap xml > to you. > > On Saturday, 1 April 2017 00:46:01 UTC+5:30,

BatchJobService returning inconsistent job results

2017-05-05 Thread Dorian Kind
Hi all, starting yesterday, we've noticed that the BatchJobService result list doesn't exactly correspond to the actual operations that we send. More specifically, it appears that some operations are not being included in the result. What makes it worse is that the "index" field of the results

Re: BatchJobService returning inconsistent job results

2017-05-05 Thread Dorian Kind
Seems to be the same issue that was reported here: https://groups.google.com/forum/#!topic/adwords-api/aAJ7i2BPdLk On Friday, 5 May 2017 10:48:33 UTC+2, Dorian Kind wrote: > > Hi all, > > starting yesterday, we've noticed that the BatchJobService result list > doesn't

Re: Performance problems downloading criteria report via API

2017-06-06 Thread Dorian Kind
Hi all, just wanted to chime in to say that we've also been experiencing these errors more frequently again during the last few days. As opposed to the occurrence in April however, retrying almost always helps. Best regards, Dorian On Tuesday, 6 June 2017 15:58:28 UTC+2, Shwetha Vastrad (AdWor

MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-06 Thread Dorian Kind
Hello, out of curiosity, I just tried to attach a negative placement shared set to a video campaign using the CampaignSharedSetService. I wasn't surprised when this resulted in an error, seeing that video campaigns are generally not very well supported in the Adwords API—however, the error rea

Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-07 Thread Dorian Kind
Hi Sreelakshmi, thanks for your response, I have sent you the SOAP logs. Just as an aside, I think your remark about video campaigns not being supported in the API isn't completely accurate. While most operations aren't available, you can set custom URL parameters on a video campaign using the

Re: Are Smart Display Campaigns available in the API?

2017-06-08 Thread Dorian Kind
Hi, sorry to resurrect this thread, but I was wondering if there is a method to exclude these campaigns when downloading campaign perfomance reports. We use the reports to get IDs of campaigns where we need to attach shared negative placement sets, and as these campaigns are not supported, it

Re: Are Smart Display Campaigns available in the API?

2017-06-08 Thread Dorian Kind
alue, it's " --" (two dashes). On Thursday, 8 June 2017 19:05:15 UTC+2, Dorian Kind wrote: > > Hi, > > sorry to resurrect this thread, but I was wondering if there is a method > to exclude these campaigns when downloading campaign perfomance reports. We > use t

Smart Display Campaigns in Reports

2017-06-09 Thread Dorian Kind
Hi, continuing the discussion from here , it appears that Smart Display Campaigns appear in campaign performance reports, but are not supported by any services, similar to video campaigns. However, in contrast to video campa

AdMob Units as MobileApplication

2017-06-12 Thread Dorian Kind
Hi, In the documentation about the appId field of the MobileApplication type (as used for CampaignCriterions etc.), it's stated that The format of this string is "*{platform}*-{platform_native_id}", where > *platform* is *"1"* for iOS apps and* "2"* for Android apps, and where > platform_nativ

Re: Do AdGroupCriteria support temporary IDs?

2017-06-15 Thread Dorian Kind
Hi Vishal, I only now got around to trying this. Unfortunately the described scenario (using temporary IDs for ad group criterions or ad group ads) does not work with the batch job service. If I submit a job with operations to create an ad group, one ad and criterion each contained in the ad gr

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread Dorian Kind
Hi Peter, I think there is a misunderstanding, my original question was exactly about using temporary IDs for *criteria and ads* so that we can *apply labels* to them in the same batch job. From what I can tell, this does not seem to be possible, is that correct? Thanks and best regards, Doria

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-25 Thread Dorian Kind
Hi, we're still seeing lots of 500 error response codes from the reporting endpoint with the reason ERROR_GETTING_RESPONSE_FROM_BACKEND and the trigger "Unable to read report data". These errors persist when retrying using exponential backoff, as well. Is there anything we can do on our end to

Re: How do I stop an API making automatic changes to my campaigns?

2018-03-07 Thread Dorian Kind
Just as a FYI, that account is associated with the DoubleClick suite. The mentioned Adwords account is most likely being managed in DoubleClick Search. It's hard to fathom why they wouldn't use a more telling email address, but there you go. Best regards, Dorian On Tuesday, 6 March 2018 11:16:

Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2018-03-14 Thread Dorian Kind
Hi Sreelakshmi, sorry to revive this old thread, but just as a heads-up: the documentation of the MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error still does not seem to cover the case mentioned above (trying to attach a shared list to a video campaign). Cheers, Dorian On Wednesday, 7 June 2017 1

<    1   2   3   >