Re: Problem creating App Engagement Ads

2015-10-13 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian, I've been informed that the fix may go out at earliest in the next week. So you may not need to try on your side until that time. Sorry for making you wait and thanks for your understanding. Best, Thanet, AdWords API Team On Tuesday, October 13, 2015 at 8:45:28 PM UTC+9,

Re: Setting CpcBid in a keyword when using the AdGroupCriterionService

2015-10-13 Thread Alan Coleman
Thank you Anthony, You are correct, the Money object requires an amount in micros. So setting a bid of £1.23 would look like this: $CPCbid->bid = new Money(123); I don't think we've spoken before Anthony, so thanks very much for the help. Cheers! On Monday, October 12, 2015 at 8:01:04

Re: conversions in shopping performance report

2015-10-13 Thread Nadine Sundquist (AdWords API Team)
Hi Alexander, Good news! With the release of v201509 , the Shopping Performance Report now includes the

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-10-13 Thread sebastian . lamelas
Hello again, Today I ran our program to create text ads and it suddenly started working. The only problem left is that we still have an inconsistency between the Call-to-action field and the Call-to-action text actually rendered in the image. We'll keep an eye on this old Call-to-action problem

Re: Problem creating App Engagement Ads

2015-10-13 Thread sebastian . lamelas
> > 2) Discrepancy between Call-to-action field in Text Ads and rendered ad > image. (see my first post) We are aware of this issue and made change to so the call-to-action text is > shown in preview. > This may take a few days to a week until it gets updated. > It still hasn't been fixed.

Adwords API - OfflineConversionFeedService

2015-10-13 Thread Maxime
Hello, I try to use OfflineConversionFeedService and have a problems. My import seems to work (no error), but have no effect. -- $offlineConversionService = $user->GetService("OfflineConversionFeedService", ADWORDS_VERSION); $operations = array(); foreach ($conversionData as $obj) {

RE: App extensions do not carry upgraded URLs in the WSDL, but...

2015-10-13 Thread Kyland Holmes
Thanks Umesh! We were looking at an old wsdl. The quick response is much appreciated. -Kyland From: Umesh Dengale [mailto:adwordsapiadvisor+um...@google.com] Sent: Monday, October 12, 2015 2:09 PM To: AdWords API Forum Cc: Disti-IPADev

Connecting AdWords Accounts

2015-10-13 Thread Matt Rogers
Hey Guys, We have just received a shiny new "Independent Software Vendor" key and we're very excited to start using it. We're after a process like this: 1. New user comes along to our website 2. They registered and connect up their AdWords account (might be a single account, or it

Connecting AdWords accounts via API

2015-10-13 Thread Matt Rogers
Hey Guys, So we have a shiny new Independent Software Developer key which we're very excited to use! :) I have some basic questions on the solution which we're trying to achieve, this is what we're trying to do: 1. User surfs over to our website 2. User signs up to our service online

Offline conversion

2015-10-13 Thread Maxime
Hi, I try to user OfflineConversionFeed, my code seems to work (no error) but there is no display on adwords, I search on group but each post have'nt the solution. Can you help me ? Best Regards. My code : $offlineConversionService = $user->GetService("OfflineConversionFeedService",

Python Adwords Library - best way to remove the header and total row

2015-10-13 Thread Mike M
I have successfully made a reporting call from the AdWords API using AWQL example. In the response, I get a report title like this: CRITERIA_PERFORMANCE_REPORT (Oct 6, 2015-Oct 12, 2015) and I get a total line like this: Total, --, --, --, --, --, --, --, --, --, --, --, --,, etc. Is there

Re: App extensions do not carry upgraded URLs in the WSDL, but...

2015-10-13 Thread Umesh Dengale
Hi Kyland, You could use v201509 WSDL - https://adwords.google.com/api/adwords/cm/v201509/AdGroupExtensionSettingService?wsdl which is listed in the AdGroupExtensionSettingService documentation.

Re: Adwords API - Developer Token pending for months

2015-10-13 Thread Umesh Dengale
Hi Yann, Have you filled out the second part of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you DID fill out

Одобрение токена разработчика

2015-10-13 Thread adwapi . storeland
Здравствуйте. Можно ли укорить процесс одобрения токена разработчика? Больно уж сильно он нужен. MCC 580-428-4977 И подскажите, пожалуйста, по тестовому аккаунту. Я создал тестовый аккаунт - менеджер 833-441-9671 (Табличка о том, что это тестовый аккаунт высвечивается). К этому аккаунту доступа

Adwords API - Developer Token pending for months

2015-10-13 Thread paid . search
Hi there - We would need the token to retrieve programmatically the data for reporting to client - but we have put a request for a Developer Token which has been pending for a (very) long time Who should I reach out to to get that resolved? Many thanks! Yann -- --

Re: AdError.INVALID_TEMPLATE_ID when creating TemplateAd's 445

2015-10-13 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian, Thanks for letting us know. Cheers, Thanet, AdWords API Team On Tuesday, October 13, 2015 at 8:43:33 PM UTC+9, sebastian.lame...@despegar.com wrote: > > Hello again, > Today I ran our program to create text ads and it suddenly > started working. The only problem left is that we

Re: Problem creating App Engagement Ads

2015-10-13 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, I'm checking on that part. Cheers, Thanet, AdWords API Team On Tuesday, October 13, 2015 at 8:45:28 PM UTC+9, sebastian.lame...@despegar.com wrote: > > 2) Discrepancy between Call-to-action field in Text Ads and rendered ad >> image. (see my first post) > > We are aware of this issue and

Re: Historical status of zero impression keyword

2015-10-13 Thread David Midgley
Hi Nadine Thanks for your reply, it would be great to have this capability on the API! Don't worry, we'd only delete keywords with zero impressions after they have been live for some months and after checking the search volume for the last 12 months - this saves seasonal keywords for things

Re: Adwords API grant access

2015-10-13 Thread etienne . veilleux
Hi Umesh and thank you for your response. looked at the link you sent me and in fact the code I have included in my original publication does just that. The visitor is sent to an access request page to the Google server and the visitor is sent back to my page with an authorization code. I use

Targeting Idea Service Empty results

2015-10-13 Thread Prashant Nagar
Hi, Recently I have started seeing that output returned by Targeting Idea Service (STATS) doesn't match the input count. Previously, the output count and input count always used to be same even if there was not data for some specific keywords. Below is the soap request and response. Can you

Re: Python Adwords Library - best way to remove the header and total row

2015-10-13 Thread Umesh Dengale
Hello, You could skip the report header and summary by setting the *skipReportHeader* and *skipReportSummary* to *true *respectively when downloading the report. Please check out the reporting basics guide for

Re: Offline conversion

2015-10-13 Thread Umesh Dengale
Hello, Have you waited three hours before checking offline conversions in the AdWords? It takes up to three hours for imported conversions statistics to show up in your AdWords account. Please make sure you set the timezone Id

Re: Одобрение токена разработчика

2015-10-13 Thread Umesh Dengale
Hello, Have you filled out the second part of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you DID fill out this