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 PM UTC+1, Anthony Madrigal wrote:
>
> Hello Alan,
>
> The only thing in your code that looks like it could give you some issues 
> is where you set the CPC bid to a value of 0.035000. The Money 
> 
>  object 
> takes a value of micro-units where 1 million equals to 1 unit (i.e., 
> $1.00). I suggest trying to set the bid to a different amount and see if 
> that helps.
>
> Cheers,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/23a98bec-4f7d-4935-8cee-5cdaa87a685c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 and if
it isn't fixed in the next days we'll create a new question
for this issue.
Thanks Thanet for your time,
seb.

El miércoles, 7 de octubre de 2015, 14:01:59 (UTC-3), 
sebastia...@despegar.com escribió:
>
> The version v201509 is not avaiable yet, but I'll keep an eye on
> it to confirm our program can create text ads with that version.
> However, I don't think we'll migrate to the new version so soon,
> so it would be best if you came up with a fix for v201502/06...
> I'll get back to this post later, 
> Thanks a lot for your help again Thanet,
> seb.
>
> El miércoles, 7 de octubre de 2015, 6:31:24 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> Sorry for making you wait for a while.
>> I've been confirmed that the fix may need some time to be reflected in 
>> the system (likely to be in the next week).
>> But you can try the latest version of our API (v201509 
>> ).
>> That should work right away as far as I know.
>>
>> If you can't get through even if you use v201509, please let me know 
>> again.
>> Thanks for your patience.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, October 7, 2015 at 2:52:50 AM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Anthony, Thanet, do you have any news on this issue?
>>>
>>> El miércoles, 30 de septiembre de 2015, 11:11:43 (UTC-3), 
>>> sebastia...@despegar.com escribió:

 BTW, Anthony, have you seen the private reponse I sent you?

 El miércoles, 30 de septiembre de 2015, 11:11:04 (UTC-3), 
 sebastia...@despegar.com escribió:
>
> I tried that to no avail.
> Even after setting those new fields I get the same error: 
> AdError.INVALID_TEMPLATE_ID.
>
> El miércoles, 30 de septiembre de 2015, 4:20:25 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> It seems app ID and app Store have been set to be required fields 
>> just a few days ago but the documentation hasn't been updated yet.
>> Could you please try setting the two fields and see if the error 
>> still persists?
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 29, 2015 at 4:36:31 AM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hello,
>>> We've recently been using the TemplateAd's API to create image and 
>>> text mobile-app-engagement ads.
>>>
>>> We've already had some issues, one of which has been answered (link 
>>> here 
>>> ;
>>>  
>>> the feature of setting the mediaId for image ad's is not working)
>>> and another one hasn't (link here 
>>> ,
>>>  
>>> the AdWords web interface crashes when trying to view the created ads).
>>>
>>> We are now facing a third problem, since last week. Whenever we try 
>>> to create text app-engagement ads with the TemplateAd's API we
>>> get the error: AdError.INVALID_TEMPLATE_ID.
>>>
>>> We are creating the ad with templateId 445 (this is the id indicated 
>>> in the reference page: linke here 
>>> 
>>> ).
>>>
>>> The program we are using has been previously used before without any 
>>> problem, and it follows the same steps presented in this link 
>>> 
>>>  
>>> (see
>>> section "Create ads") to create this kind of ads.
>>>
>>> We've tried both with adwords-axis 201502 and 201506 and it both 
>>> cases we get the same error.
>>>
>>> Any ideas?
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsub

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. We'll wait a couple days and give it another 
try!


El martes, 29 de septiembre de 2015, 13:08:55 (UTC-3), Thanet Knack 
Praneenararat (AdWords API Team) escribió:
>
> Hi Sebastian,
>
> Sorry for making you wait for a long time.
> I've just got some updates. Please see the my comments below:
>
> 1) UI crash when clicking "View full size display ad"
>>
> It seems your ads that have problems with preview were created without an 
> app store & app id.
> Could you please fix them using API and see if you can preview them in UI?
>  
>
>> 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.
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, September 29, 2015 at 4:38:48 AM UTC+9, 
> sebastia...@despegar.com  wrote:
>>
>> Hi Thanet,
>> We are still facing this problem and, on top of that, we now have a third 
>> problem
>> (you can find the new question in this link 
>> ).
>> Any new from your side?
>> Thanks,
>> seb.
>>
>> El lunes, 14 de septiembre de 2015, 10:29:34 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hello Sebastian,
>>>
>>> Really sorry for keeping you waiting.
>>> I'm chasing this issue with the engineering team, but unfortunately, I 
>>> haven't got update from them yet.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Monday, September 14, 2015 at 9:54:41 PM UTC+9, 
>>> sebastia...@despegar.com wrote:

 Hello Thanet,
 Do you have any news on these issues?
 1) UI crash when clicking "View full size display ad"
 2) Discrepancy between Call-to-action field in Text Ads and rendered ad 
 image. (see my first post)
 Thanks again,
 seb.

 El martes, 8 de septiembre de 2015, 8:39:11 (UTC-3), Thanet Knack 
 Praneenararat (AdWords API Team) escribió:
>
> Hi Sebastian,
>
> Unfortunately, I haven't got update back from the engineering team.
> I'll let you know once I get update.
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
> sebastia...@despegar.com wrote:
>>
>> Hello Thanet,
>> You replied to me privately on September 2nd after my private 
>> response to you.
>> Do you have news on this issue? I am still getting the UI crash after 
>> creating TempalteAd's
>> with the AdWords API.
>>
>> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hello Sebastian,
>>>
>>> Sorry for the delay.
>>> Let me check with the engineering team for this discrepancy.
>>>
>>> Could you please do *Reply privately to author *and send me your 
>>> campaign ID, ad group ID, and ad ID of the ad in question (especially 
>>> those 
>>> of the ad in your screenshot)?
>>> Thanks in advance.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, September 2, 2015 at 12:00:15 AM UTC+9, 
>>> sebastia...@despegar.com wrote:

 Is there any way I can check whether the Ads are correct or not 
 without using the UI in AdWords web?
 I do not know whether the UI is crashing or the Ad was incorrectly 
 created. The second case would be rare because it should have failed 
 while 
 it was being uploaded, but it didn't.

 El viernes, 28 de agosto de 2015, 12:43:26 (UTC-3), 
 sebastia...@despegar.com escribió:
>
> Hello,
> I have a problem when creating App Engagement Ads using the 
> AdWords API.
> In a previous question 
> 
>  
> I discussed how to use the AdWords API to create text and image "App 
> Engagement Ads" (TemplateAd's).
> The problem I am having now is that I am having problems 
> visualizing the created ads in the web UI. I have two problems:
>
> 1) App Engagement Image Ads and Text Ads.
> From th AdWords UI I can see they are successfully created with my 
> program but the preview can no longer be shown when I click "View 
> full size 
> display ad." This used to work a couple of days ago after I uploaded 
> Ads 
> with the same program. Is it possible that I am not uploading 

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 
Subject: Re: App extensions do not carry upgraded URLs in the WSDL, but...

Hi Kyland,

The AdGroupExtensionSettingService refers the 
AppFeedItem.
 
This
 documentation has a link to AdGroupExtensionSettingService WSDL. You could 
open the WSDL in a browser then search for AppFeedItem element and you will 
find the appFinalUrls, appFinalMobileUrls, appTrackingUrlTemplate, 
appUrlCustomParameters elements.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c3e7f943bd754c0184215bcc8482773d%40ExchMB01.nexus.commercehub.com.
For more options, visit https://groups.google.com/d/optout.


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)
{
 $offlineConversion = new OfflineConversionFeed($obj->{'Google Click 
Id'}, $obj->{'Conversion Name'}, $obj->{'Conversion Name'}, 
$obj->{'Conversion Time'}, $obj->{'Conversion Currency'});
 $operations[] = new OfflineConversionFeedOperation($offlineConversion, 
"ADD");
}

$result = $offlineConversionService->mutate($operations);

print "";
print_r($result);
print "";
--

I have result :

OfflineConversionFeedReturnValue Object
(
[value] => Array
(
[0] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 736
[conversionCurrencyCode] => EUR
)

[1] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 536
[conversionCurrencyCode] => EUR
)

[2] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 736
[conversionCurrencyCode] => EUR
)

[3] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)

[4] => OfflineConversionFeed Object
(
[googleClickId] => CP2FqfXUmsgCFUUUwwodLp8KOw
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)

[5] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 352
[conversionCurrencyCode] => EUR
)

[6] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)
)

[partialFailureErrors] => 
[ListReturnValueType] => OfflineConversionFeedReturnValue
[_parameterMap:ListReturnValue:private] => Array
(
[ListReturnValue.Type] => ListReturnValueType
)

)


Please, can you help me.


Thanks.


Best Regards.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b81e9bc2-6457-4170-875d-31ca9f5adf43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 might be an MCC)
   3. We then run some services for them on their account

I'm trying to automate this process as much as possible and my question is 
around Stage 2. My ideal is that there is a "Facebook Connect" style 
connection, but it could be that this isn't supported in this way, and we 
need to follow this process:


   1. Get the ID of the user in a Textbox
   2. Using the API send a request to add the ID to our MCC
   3. Periodically check if the ID has been added to our MCC
   4. Once it's connected our application can kick in

Am wondering if there is an approved process from Google to achieve this?

Cheers,

Matt.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62468910-6f13-481d-8fc8-5f94a00f2f83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
   3. User connects AdWords account
   4. User starts using service

My questions is around how we achieve stage 3. I am assuming that there is 
a "Facebook Connect" style connection, something like "Sign in to connect 
your AdWords Account", we open a pop-up the users signs in, etc.

However, it could be a process that looks like this:


   1. Our key is associated with an MCC
   2. The user enters their account ID into a text box (the account could 
   be a MCC)
   3. Through the API we add the account ID to our MCC
   4. We inform the user to accept or decline the request
   5. We poll the API occasionally to find out if the account has been added
   6. User starts using the service

Can you advise what the best solution is for this?

Cheers,

Matt.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4d338ad1-3626-4e59-a36d-ba85d0106052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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", ADWORDS_VERSION);
$operations = array();
foreach($conversionData as $obj)
{
$offlineConversion = new OfflineConversionFeed($obj->{'Google Click 
Id'}, $obj->{'Conversion Name'}, $obj->{'Conversion Time'}, 
$obj->{'Conversion Value'}, $obj->{'Conversion Currency'});
$operations[] = new OfflineConversionFeedOperation($offlineConversion, 
"ADD");
}
$result = $offlineConversionService->mutate($operations);
print_r($result);

Give the result object
--

OfflineConversionFeedReturnValue Object
(
[value] => Array
(
[0] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 736
[conversionCurrencyCode] => EUR
)

[1] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 536
[conversionCurrencyCode] => EUR
)

[2] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 736
[conversionCurrencyCode] => EUR
)

[3] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)

[4] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151008 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)

[5] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 352
[conversionCurrencyCode] => EUR
)

[6] => OfflineConversionFeed Object
(
[googleClickId] => ***
[conversionName] => Paiement
[conversionTime] => 20151009 00 +00:00
[conversionValue] => 448
[conversionCurrencyCode] => EUR
)

)

[partialFailureErrors] => 
[ListReturnValueType] => OfflineConversionFeedReturnValue
[_parameterMap:ListReturnValue:private] => Array
(
[ListReturnValue.Type] => ListReturnValueType
)

)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/176490d0-ebf7-4348-aa2a-ae8ad273e55d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 a way to turn those off and only receive the record level data? If 
not, has someone figured out a good way to remove these? I imagine dropping 
the first and the last lines would work, but wanted to ask. 

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/951fa413-b6ee-4a1d-a424-86e2f115fa52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. 
Please delete the browser cache and open the WSDL in browser and search for 
AppFeedItem element and you will find the appFinalUrls, appFinalMobileUrls, 
appTrackingUrlTemplate, appUrlCustomParameters elements.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/770720b7-7071-4345-9bd7-2a92135558b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 ConversionCategoryName 
,
 
ConversionTrackerId 
,
 
and ConversionTypeName 
.
 
The Device 

 
field is also available.

Cheers,
Nadine, AdWords API Team  

On Wednesday, August 5, 2015 at 5:44:20 AM UTC-4, Alexander Paluch wrote:
>
> Hi Ray, Hey Eric,
>
> we have the same problem  as mentioned above - and really really need 
> ConversionTypeName and ConversionCategoryName as well as the Device field.
>
> As nearly one year has passed - are there any news on the topic?
>
> Best regards,
> Alexander Paluch
>
>
>
> Am Dienstag, 26. August 2014 01:39:06 UTC+2 schrieb Eric Maas:
>>
>> Hi Ray,
>>
>> We were wondering if you had any progress on looking into the 
>> ConversionTypeName, ConversionCategoryName and Device for the shopping 
>> performance report?
>>
>> Thanks,
>> Eric
>>
>> On Wednesday, June 25, 2014 6:13:04 PM UTC-4, Ray Tsang (AdWords API 
>> Team) wrote:
>>>
>>> Hi guys,
>>>
>>> I'll also inquire about the Device field as well.
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On Wednesday, June 25, 2014 1:32:45 PM UTC-7, CFJ wrote:

 +1 for requesting Device as an available field in either the Shopping 
 Performance Report or the Product Partition Report
  
  
  

 On Wednesday, June 18, 2014 5:33:23 PM UTC-4, GregT wrote:

> Thanks, Ray.
>
> Also, I meant to mention that if it'd be possible to add Device to the 
> report (it's not in all the performance reports, but is in most of them), 
> that would be really helpful as well.
>
> Thanks,
> Greg
>
> On Wednesday, June 18, 2014 11:59:40 AM UTC-6, Ray Tsang (AdWords API 
> Team) wrote:
>>
>> Greg,
>>
>> I'll take a look at this.
>>
>> Cheers,
>>
>> Ray
>>
>> On Wednesday, June 18, 2014 1:38:22 PM UTC-4, GregT wrote:
>>>
>>> Hi,
>>>
>>> We are preparing to move all our client's PLA campaigns over to 
>>> shopping campaigns, as required by August, since PLA campaigns will be 
>>> retired then.  One issue we're running into is that, unlike every other 
>>> performance report that we use in the API, the shopping performance 
>>> report 
>>> does not contain the fields "ConversionTypeName" and 
>>> "ConversionCategoryName", which allow segmenting by individual 
>>> conversion 
>>> types.  This is critical information for us, because many [most?] of 
>>> our 
>>> clients have many different conversion types, and the information on 
>>> what 
>>> kind(s) of conversion happened is very important.  Could you please add 
>>> these fields to the report, in matching with the other performance 
>>> reports, 
>>> particularly as we are all going to be required to upgrade to shopping 
>>> campaigns very soon?
>>>
>>> Thanks much,
>>> Greg
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5fff9f46-f632-45d7-ad59-6474e2bee78e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-10-13 Thread adwapi . storeland
Здравствуйте.
Можно ли укорить процесс одобрения токена разработчика? Больно уж сильно он 
нужен.
MCC 580-428-4977

И подскажите, пожалуйста, по тестовому аккаунту.
Я создал тестовый аккаунт - менеджер 833-441-9671 (Табличка о том, что это 
тестовый аккаунт высвечивается).
К этому аккаунту доступа у других аккаунтов-клиентов нет.
В консоле разработчика я получил client_id и client_secret, получил 
refresh_token для тестового и основного аккаунта.
Пытаюсь отправить запросы, используя client_id, client_secret, 
refresh_token тестового аккаунта и developer_token продакшн аккаунта 
(который еще на одобрении), но выдается ошибка

*Fatal error*: Uncaught exception 'OAuth2Exception' with message '{ "error" 
: "invalid_grant" }'

Что я делаю неправильно?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a5fb4119-852e-47ee-a22f-fe293cbd9174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ece0cbda-c286-4ca8-8430-f018e6cd9da4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 this form, let me know your AdWords manager account 
(MCC) ID (e.g 123-456-7890) and I can check in with the compliance team.


Thanks,

Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df871104-6d94-4cce-b5ef-c6ddf00b90d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 and if
> it isn't fixed in the next days we'll create a new question
> for this issue.
> Thanks Thanet for your time,
> seb.
>
> El miércoles, 7 de octubre de 2015, 14:01:59 (UTC-3), 
> sebastia...@despegar.com escribió:
>>
>> The version v201509 is not avaiable yet, but I'll keep an eye on
>> it to confirm our program can create text ads with that version.
>> However, I don't think we'll migrate to the new version so soon,
>> so it would be best if you came up with a fix for v201502/06...
>> I'll get back to this post later, 
>> Thanks a lot for your help again Thanet,
>> seb.
>>
>> El miércoles, 7 de octubre de 2015, 6:31:24 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hi Sebastian,
>>>
>>> Sorry for making you wait for a while.
>>> I've been confirmed that the fix may need some time to be reflected in 
>>> the system (likely to be in the next week).
>>> But you can try the latest version of our API (v201509 
>>> ).
>>> That should work right away as far as I know.
>>>
>>> If you can't get through even if you use v201509, please let me know 
>>> again.
>>> Thanks for your patience.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Wednesday, October 7, 2015 at 2:52:50 AM UTC+9, 
>>> sebastia...@despegar.com wrote:

 Anthony, Thanet, do you have any news on this issue?

 El miércoles, 30 de septiembre de 2015, 11:11:43 (UTC-3), 
 sebastia...@despegar.com escribió:
>
> BTW, Anthony, have you seen the private reponse I sent you?
>
> El miércoles, 30 de septiembre de 2015, 11:11:04 (UTC-3), 
> sebastia...@despegar.com escribió:
>>
>> I tried that to no avail.
>> Even after setting those new fields I get the same error: 
>> AdError.INVALID_TEMPLATE_ID.
>>
>> El miércoles, 30 de septiembre de 2015, 4:20:25 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hi Sebastian,
>>>
>>> It seems app ID and app Store have been set to be required fields 
>>> just a few days ago but the documentation hasn't been updated yet.
>>> Could you please try setting the two fields and see if the error 
>>> still persists?
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, September 29, 2015 at 4:36:31 AM UTC+9, 
>>> sebastia...@despegar.com wrote:

 Hello,
 We've recently been using the TemplateAd's API to create image and 
 text mobile-app-engagement ads.

 We've already had some issues, one of which has been answered (link 
 here 
 ;
  
 the feature of setting the mediaId for image ad's is not working)
 and another one hasn't (link here 
 ,
  
 the AdWords web interface crashes when trying to view the created ads).

 We are now facing a third problem, since last week. Whenever we try 
 to create text app-engagement ads with the TemplateAd's API we
 get the error: AdError.INVALID_TEMPLATE_ID.

 We are creating the ad with templateId 445 (this is the id 
 indicated in the reference page: linke here 
 
 ).

 The program we are using has been previously used before without 
 any problem, and it follows the same steps presented in this link 
 
  
 (see
 section "Create ads") to create this kind of ads.

 We've tried both with adwords-axis 201502 and 201506 and it both 
 cases we get the same error.

 Any ideas?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For

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 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. We'll wait a couple days and give it another 
> try!
>
>
> El martes, 29 de septiembre de 2015, 13:08:55 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> Sorry for making you wait for a long time.
>> I've just got some updates. Please see the my comments below:
>>
>> 1) UI crash when clicking "View full size display ad"
>>>
>> It seems your ads that have problems with preview were created without an 
>> app store & app id.
>> Could you please fix them using API and see if you can preview them in UI?
>>  
>>
>>> 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.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 29, 2015 at 4:38:48 AM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hi Thanet,
>>> We are still facing this problem and, on top of that, we now have a 
>>> third problem
>>> (you can find the new question in this link 
>>> ).
>>> Any new from your side?
>>> Thanks,
>>> seb.
>>>
>>> El lunes, 14 de septiembre de 2015, 10:29:34 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hello Sebastian,

 Really sorry for keeping you waiting.
 I'm chasing this issue with the engineering team, but unfortunately, I 
 haven't got update from them yet.

 Cheers,
 Thanet, AdWords API Team

 On Monday, September 14, 2015 at 9:54:41 PM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Hello Thanet,
> Do you have any news on these issues?
> 1) UI crash when clicking "View full size display ad"
> 2) Discrepancy between Call-to-action field in Text Ads and rendered 
> ad image. (see my first post)
> Thanks again,
> seb.
>
> El martes, 8 de septiembre de 2015, 8:39:11 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> Unfortunately, I haven't got update back from the engineering team.
>> I'll let you know once I get update.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hello Thanet,
>>> You replied to me privately on September 2nd after my private 
>>> response to you.
>>> Do you have news on this issue? I am still getting the UI crash 
>>> after creating TempalteAd's
>>> with the AdWords API.
>>>
>>> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hello Sebastian,

 Sorry for the delay.
 Let me check with the engineering team for this discrepancy.

 Could you please do *Reply privately to author *and send me your 
 campaign ID, ad group ID, and ad ID of the ad in question (especially 
 those 
 of the ad in your screenshot)?
 Thanks in advance.

 Best,
 Thanet, AdWords API Team

 On Wednesday, September 2, 2015 at 12:00:15 AM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Is there any way I can check whether the Ads are correct or not 
> without using the UI in AdWords web?
> I do not know whether the UI is crashing or the Ad was incorrectly 
> created. The second case would be rare because it should have failed 
> while 
> it was being uploaded, but it didn't.
>
> El viernes, 28 de agosto de 2015, 12:43:26 (UTC-3), 
> sebastia...@despegar.com escribió:
>>
>> Hello,
>> I have a problem when creating App Engagement Ads using the 
>> AdWords API.
>> In a previous question 
>> 
>>  
>> I discussed how to use the AdWords API to create text and image "App 
>> Engagement Ads" (TemplateAd's).
>> The problem I am having now is that I am having problems 
>> visualizing the created ads in the web UI. I have two problems:
>>
>> 1) App Engagement Image Ads and Text Ads.
>> From th AdWords UI I can see they are

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 like skiing or 
valentine's day from being deleted.

Thanks for putting this in as a feature request, much appreciated!

Cheers

David

On Monday, 12 October 2015 22:13:12 UTC+1, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hi David,
>
> Umesh brought this to my attention to see if I knew of a possible 
> solution. Unfortunately, I don't know of an easy way of doing this. When 
> you're removing keywords, I would recommend that you be cautious to not 
> delete keywords too soon. Here's a post on the AdWords forum 
> 
>  that 
> explains why.  
>
> I've put in your thoughts as a feature request for the AdWords API. Thanks 
> for providing your input! It's use cases like these that can be very 
> helpful.
>
> Best,
> Nadine, AdWords API Team
>
> On Monday, October 12, 2015 at 6:55:50 AM UTC-4, David Midgley wrote:
>>
>> Hi Umesh
>>
>> Thanks for getting back to me!
>>
>> Maybe if I told you the problem I'm trying to solve you could help find a 
>> solution?
>>
>> I'd like to create an automated system to delete zero impressions 
>> keywords over a specified period of time with one important condition: the 
>> keyword must have been enabled during this period (ie not paused) - this 
>> means we need to know whether the parent campaign and adgroup (as well as 
>> the keyword) were live and that there were active ads during this time 
>> (ideally this could also be configurable).
>>
>> I can see there is a problem that the AdWords API doesn't tell you the 
>> historical status (enabled/paused) of a campaign, adgroup or keyword.
>>
>> There are a few workarounds I can think of which can address elements of 
>> the problem:
>>
>> - As you mentioned, discover when the campaign/adgroup/keyword was added 
>> and assume they were enabled the entire time
>> - Ask the customer to mark new (or recently unpaused) campaigns/adgroups 
>> with a label ensuring the application does not delete anything within these 
>> campaign/adgroups
>> - Check the historical impressions of campaigns/adgroups and if the 
>> number is greater than zero for any keyword in the container, assume it was 
>> live on that day
>>
>> We've seen numerous accounts where there are hundreds of thousands of 
>> keywords but only a few thousand keywords with impressions but 
>> frustratingly we can't know with complete certainty whether a keyword has 
>> been live so can't confidently delete keywords without monitoring an 
>> account and recording historical status for months.
>>
>> Is this something Google would consider putting on the API? It's 
>> presumably good for Google as accounts with lots of zero impression 
>> keywords are a waste of processor cycles on the AdWords system?
>>
>> It would be great to get your thoughts on this Umesh!
>>
>> Cheers
>>
>> David
>>
>> On Tuesday, 29 September 2015 16:23:31 UTC+1, Umesh Dengale wrote:
>>>
>>> Hi David,
>>>
>>> That's difficult to figure out since we don't expose change history. The 
>>> best you could do is to check the stats for the keyword for all-time to 
>>> figure out when it was added, then do the same to the parent adgroup and 
>>> campaign to see when they started serving. Even under that case, you cannot 
>>> distinguish between a keyword being paused (and thus getting zero 
>>> impressions) and keyword being live(but still getting zero impressions).
>>>
>>> Thanks,
>>> Umesh, AdWords API Team.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2c8c487-6a37-458f-b5e5-ea24566e3a83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
 while 
setting up conversionTime and check validation rules 

 for 
offline conversion. 

If you waited for three hours before checking the conversions in the 
AdWords then please provide me privately the clientCustomerId. Just click 
*Reply 
privately to author* in the forum when responding. Don't forget to remove 
the developer token and client customer ID in the output.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16962d13-18f0-440c-995c-543c79e6bdf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 this snippet of code to request access to the account of the visitor:

$ user = new AdWordsUser ();
$ user-> LogAll ();
$ user-> SetOAuth2Info (array (
"client_id" => $ clientId,
"client_secret" => $ clientSecret
));


// Generate an authorization callback URL Given the URL
authUrl GetOAuth2Credential $ = ($ user, $ callbackUrl);
// header ("Location:" $ authUrl.);
echo '  Start process';


Look at my complete code in the original publication.

My code, I think is good because it returns an authorization code. I don't 
understand what I am doing wrong.

I am open to any proposal.

Thank you !

On Friday, October 9, 2015 at 4:07:51 PM UTC-4, Umesh Dengale wrote:
>
> Hello,
>
> The user has to grant access to their manager account(MCC) to get access 
> to their AdWords accounts information. Please go through the OAuth2.0 for 
> Web Server Applications guide 
>  for 
> more details.
>
> Thanks,
> Umesh, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f9c0524a-7bb5-4c67-9f92-e1090dad9c4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
more details.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ff03b2e-8abd-4c3b-830e-988ac972cda5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 please advice if there has 
been a recent change in api that I might have missed? or if there is 
something else that I need to do..
In the below example if you will see that I am giving keywords which are 
associated with Canada, however I am passing location as USA. Even then I 
am very sure that previously it used to return me results with empty 
values. Input count was always equal to output count.


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

https://adwords.google.com/api/adwords/o/v201506";>



https://adwords.google.com/api/adwords/cm/v201506";>false
https://adwords.google.com/api/adwords/cm/v201506";>true



https://adwords.google.com/api/adwords/o/v201506";>

https://adwords.google.com/api/adwords/o/v201506";>
+morkie +puppies +classifieds +in 
+toronto
kijiji ottawa houses sale

https://adwords.google.com/api/adwords/o/v201506";>

https://adwords.google.com/api/adwords/cm/v201506";>1000


https://adwords.google.com/api/adwords/o/v201506";>

https://adwords.google.com/api/adwords/cm/v201506";>2840


KEYWORD
STATS

KEYWORD_TEXT

SEARCH_VOLUME

AVERAGE_CPC

COMPETITION

TARGETED_MONTHLY_SEARCHES

CATEGORY_PRODUCTS_AND_SERVICES

https://adwords.google.com/api/adwords/cm/v201506";>0
https://adwords.google.com/api/adwords/cm/v201506";>2








http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201506";

xmlns="https://adwords.google.com/api/adwords/o/v201506";>
00052201ef2d72700a4c0c871500e68d
AccountService
get
0
391



https://adwords.google.com/api/adwords/cm/v201506";
 
xmlns="https://adwords.google.com/api/adwords/o/v201506";>

0





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16eb2ad9-b772-410a-ad3d-7c83884e2a47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 form then I can check in with the compliance team.

Your developer token is in pending approval status. To make production 
AdWords API call, you need an approved developer token. However, you could 
make the API call to your test AdWords account with developer token with 
pending approval status.

Please verify you followed the steps 

 given 
in OAuth2.0 guide while creating the client id, client secret, and refresh 
token. Please check out our OAuth2 
.0 
 and basic concepts 
 guide 
for more details.

Thanks,

Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/14ed20ec-e238-4b2b-b5fe-df90892ebd5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, 
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 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. We'll wait a couple days and give it another 
> try!
>
>
> El martes, 29 de septiembre de 2015, 13:08:55 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> Sorry for making you wait for a long time.
>> I've just got some updates. Please see the my comments below:
>>
>> 1) UI crash when clicking "View full size display ad"
>>>
>> It seems your ads that have problems with preview were created without an 
>> app store & app id.
>> Could you please fix them using API and see if you can preview them in UI?
>>  
>>
>>> 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.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 29, 2015 at 4:38:48 AM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hi Thanet,
>>> We are still facing this problem and, on top of that, we now have a 
>>> third problem
>>> (you can find the new question in this link 
>>> ).
>>> Any new from your side?
>>> Thanks,
>>> seb.
>>>
>>> El lunes, 14 de septiembre de 2015, 10:29:34 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hello Sebastian,

 Really sorry for keeping you waiting.
 I'm chasing this issue with the engineering team, but unfortunately, I 
 haven't got update from them yet.

 Cheers,
 Thanet, AdWords API Team

 On Monday, September 14, 2015 at 9:54:41 PM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Hello Thanet,
> Do you have any news on these issues?
> 1) UI crash when clicking "View full size display ad"
> 2) Discrepancy between Call-to-action field in Text Ads and rendered 
> ad image. (see my first post)
> Thanks again,
> seb.
>
> El martes, 8 de septiembre de 2015, 8:39:11 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> Unfortunately, I haven't got update back from the engineering team.
>> I'll let you know once I get update.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hello Thanet,
>>> You replied to me privately on September 2nd after my private 
>>> response to you.
>>> Do you have news on this issue? I am still getting the UI crash 
>>> after creating TempalteAd's
>>> with the AdWords API.
>>>
>>> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hello Sebastian,

 Sorry for the delay.
 Let me check with the engineering team for this discrepancy.

 Could you please do *Reply privately to author *and send me your 
 campaign ID, ad group ID, and ad ID of the ad in question (especially 
 those 
 of the ad in your screenshot)?
 Thanks in advance.

 Best,
 Thanet, AdWords API Team

 On Wednesday, September 2, 2015 at 12:00:15 AM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Is there any way I can check whether the Ads are correct or not 
> without using the UI in AdWords web?
> I do not know whether the UI is crashing or the Ad was incorrectly 
> created. The second case would be rare because it should have failed 
> while 
> it was being uploaded, but it didn't.
>
> El viernes, 28 de agosto de 2015, 12:43:26 (UTC-3), 
> sebastia...@despegar.com escribió:
>>
>> Hello,
>> I have a problem when creating App Engagement Ads using the 
>> AdWords API.
>> In a previous question 
>> 
>>  
>> I discussed how to use the AdWords API to create text and image "App 
>> Engagement Ads" (TemplateAd's).
>> The problem I am having now is that I am having problems 
>> visu