Re: Update/Create TemplateAd

2015-09-14 Thread Josh Radcliff (AdWords API Team)
Hi Hazar,

I heard back from the template ads team, and it turns out that template ID 
486 is not fully supported by the API at the moment. Therefore, for now 
you'll have to use the user interface to create ads for that template.

Cheers,
Josh, AdWords API Team

On Tuesday, August 11, 2015 at 11:25:02 AM UTC-4, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Hazar,
>
> Regarding your second question, since that's not specific to the API, I'd 
> recommend posting to the AdWords Community 
> . The product experts there 
> should be able to help.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, August 11, 2015 at 1:09:36 AM UTC-4, Hazar Hayat wrote:
>>
>> Hi Josh,
>>
>> Thanks for clarifying this.
>>
>> We have an automated tagging process that append tracking code to the ads 
>> destination URLs once ads are created by the marketing team and it is 
>> difficult for to handle the tracking codes manually.
>>
>> We found this issue in the Gmail Sponsored Promotions ads that are now 
>> integrated in the Adwords I think we need to handle it manually until the 
>> API issue is fixed.
>>
>> One other thing that I want you to help me is that how the conversion 
>> tracking works when the form action URL is used instead of final URL when 
>> used submit the html form in the Gmail custom HTML ad because no gclid is 
>> appended to the landing URL and also the ValueTrack parameters like 
>> {device}, {matchtype} are not populated in the landing URL and we need this 
>> information in the Landing URL.
>>
>> Thanks
>>
>> On Tuesday, August 11, 2015 at 1:51:42 AM UTC+5, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Hazar,
>>>
>>> I was able to reproduce this issue on my side. It appears that the 
>>> template ad validation is looking for the *assetPath* field, but that 
>>> field is not settable via the API. Do you have to make copies of a large 
>>> number of such ads, or just the handful in this particular ad group? If 
>>> it's just this handful, I'd recommend editing/copying the ads through the 
>>> user interface.
>>>
>>> I will follow up with the template ads team to see if there's a work 
>>> around, but using the user interface will be the fastest way to address 
>>> this in the meantime.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, August 10, 2015 at 3:31:12 AM UTC-4, Hazar Hayat wrote:

 The finalUrls value is going in the *url *element as you can see it in 
 the post.

 The problem is with the 
 [templateElements[0].fields[7].fieldMedia.assetPath] field name is 
 *Custom_layout* and field type is *IMAGE *which contain the zip file 
 we uploaded for the *gmail_custom_ad *that contain the HTML,teaser 
 images etc.I think that i need to set the contents of this element but I 
 am 
 unable to get this using MediaService because the MediaService return no 
 record for the Media Id shown here.

 Following is the element xml that I am using in the post.

 Custom_layoutIMAGE>>> xsi:type="Image">1489628318-8627339302394658816FULL00FULL
 https://tpc.googlesyndication.com/sadbundle/9819404771314892800/index.html
 media://da/image?source=user_fileid_from_source=
 *GSP_Creative.zip*
 operation=originalGSP_Creative.zipImage

 *Please clarify what I am missing.*

 Is there any way I can download the *GSP_Creative.zip* using API?

 Thanks

 On Friday, August 7, 2015 at 7:56:48 PM UTC+5, Anthony Madrigal wrote:
>
> Hi Hazar,
>
> After looking at your ad, I saw that its final URL is null, so when 
> you set *templateAdNew.finalUrls = templateAd.finalUrls *there is no 
> value going in there. Once you set that you should no longer be getting 
> the *EMPTY_FIELD 
> *error.
>
> 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/959ead78-dfb7-464a-b5fb-2452164db8bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: After Migrating over to v201506 in Perl, my app does not work.

2015-09-14 Thread Nadine Sundquist (AdWords API Team)
Hello Shintaro,

Thank you for trying that out and for providing the diff. I'll be pushing 
out an update within the next couple of weeks.

Cheers,
Nadine, AdWords API Team

On Monday, September 14, 2015 at 3:57:15 AM UTC-4, Shintaro Kurihara wrote:
>
> Nadine, thank you for your answer.
>
>
> I was able to solve the problem by the solution you suggested.
>
> Just in case, I will show what I did to CtmplexType.pm in the following.
>
> $ diff ComplexTypeOriginal.pm 
> APP_TOP/lib/perl5/Google/Ads/SOAP/Typelib/ComplexType.pm
> 31a32,33
> > use Class::Load;
> >
>
> Shintaro Kurihara.
>
> 2015年9月12日土曜日 2時17分07秒 UTC+9 Nadine Sundquist (AdWords API Team):
>>
>> Hi Shintaro,
>>
>> Thanks for all the details. I made a change to *ComplexType.pm* in 
>> version 4.0.0 of the Perl client library 
>> . I 
>> use a different dependency manager in a different environment, which would 
>> explain why I missed this being an issue. Could you do me a favor by adding 
>> *use 
>> Class::Load* at the beginning of *ComplexType.pm*? You may also need to 
>> add it as a requirement in *Build.PL* if that's how you install your 
>> dependencies. If that works for you, I'll make the official fix. I've filed 
>> a Github issue 
>>  on your 
>> behalf, so I can officially keep track of it. 
>>
>> Thanks,
>> Nadine, AdWords API Team
>>
>> On Friday, September 11, 2015 at 8:58:37 AM UTC-4, Shintaro Kurihara 
>> wrote:
>>>
>>> After Migrating over to v201506 in Perl, my app does not work.
>>>
>>> Hi everyone.
>>>
>>> I just migrated over to v201506 and my application dose not work.
>>>
>>> A warning message encountered was *"Undefined subroutine 
>>> ::Load::is_class_loaded called at 
>>> APP_TOP/lib/perl5/Google/Ads/SOAP/Typelib/ComplexType.pm line 87."*(line 
>>> of following url.)
>>>
>>> https://github.com/googleads/googleads-perl-lib/blob/master/lib/Google/Ads/SOAP/Typelib/ComplexType.pm#L86
>>>
>>> when commenting out this line(ComplexType.pm line 87), my app work well.
>>>
>>> In my application, line which occurs the above message is "use 
>>> Google::Ads::AdWords::v201506::OrderBy;" .
>>>
>>> *How do I solve this problem?*
>>>
>>> My development environment is following.
>>>
>>> ==
>>> Development environment
>>> ==
>>> $ uname -a
>>> Linux clweb321v 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 
>>> i686 i386 GNU/Linux
>>>
>>> $ cat /etc/redhat-release
>>> CentOS release 5.3 (Final)
>>>
>>> $ perl -v
>>>
>>> This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux
>>>
>>> Copyright 1987-2011, Larry Wall
>>>
>>> Perl may be copied only under the terms of either the Artistic License 
>>> or the
>>> GNU General Public License, which may be found in the Perl 5 source kit.
>>>
>>>
>>> I use Carton as dependency manager. And I issued following command to 
>>> update API Version.
>>> $ carton install Google::Ads::AdWords::Client
>>> $ cat cpanfile  | grep "Google::Ads::AdWords" cpanfile
>>> requires 'Google::Ads::AdWords::Client' => '== 4.0.1';
>>>
>>> Thanks,
>>>
>>> Shintaro Kurihara
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d8828bc4-c528-4adf-8894-2b73b95bdda4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem creating App Engagement Ads

2015-09-14 Thread sebastian . lamelas
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 well-formed 
> ad's and this is the reason the UI cannot generate a preview for them? 
> The 
> error message I get is the following:
>
> "There was an error with your operation. If you were trying to make a 
> change, it may not have saved. Please refresh this page to try again. If 
> the error continues, log out of your AdWords account, then log in again 
> and 
> return to this page."
>
> Strangely enough, if I enter the ad and click "save", after I do that 
> the UI becomes able to show the preview.
> Can somebody explain this to me?
>
> 2) App Engagement Text Ads.
> Apparently, with my program, the "Call to Action" field is loaded 
> correctly but when shown in the preview it is not loaded correctly. I 
> attach an image to this post so you can understand the problem. In the 
> image, where it says "INSTALL" it should say what the "Call to Action" 
> field says, but this is not what I get.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c9b625cb-3a68-4eca-afa1-e18a8831ec01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


If I have my own software platform, could I integrate the Google AdWords API into it for my clients to use?

2015-09-14 Thread kacie . donovan
If I have my own software platform, could I integrate the Google AdWords 
API into it for my clients to use? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d04cc467-40e1-4e29-823d-3ee7d6b7e753%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2015-09-14 Thread Alexander Cavalli
Hi Umesh,

Thanks for the suggestion, that was what I was originally considering 
doing. But it seems like that will make different sitelinks across the 
campaigns, unless I use sitelinks that already exist (i.e. ones that I have 
the Adwords IDs for) and the SET operation within mutate. I'd like to share 
the sitelinks across the multiple campaigns, since they will actually be 
the same sitelinks (and I'd rather not store a mapping between the unified 
sitelink on my end on the many different sitelinks on the Adwords end). It 
sounds like in order to do this with the ExtensionSetting services I'd have 
to go with the approach I originally suggested: ADD to one campaign (to get 
the IDs), and then SET on the remaining campaigns. If that's the case, 
that's fine, I was just wondering if there was some way to separate the 
implicit creation of the sitelinks happening on the ADD step from the 
campaign-sitelink mapping happening on both the ADD and SET steps. 

Thanks again for the help,
- Alex

On Thursday, September 10, 2015 at 4:45:13 PM UTC-5, Umesh Dengale wrote:
>
> Hi Alex,
>
> Yes, you are correct. The CustomerExtensionSettingService 
> 
>  will 
> apply the sitelinks to all campaigns in the account. You could use the 
> CampaignExtensionSettingService 
> 
>  to 
> add the sitelinks to specific campaigns.  You could create the 
> CampaignExtensionSettingOperation 
> 
>  for 
> an individual campaign and pass these CampaignExtensionSettingOperation 
> objects (Campaigns you want to add the sitelinks) to an array as input to 
> the CampaignExtensionSettingService.mutate 
> 
>  operation.
>
> 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/bd2d1dec-13ef-43eb-939d-09c19c1feb5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem creating App Engagement Ads

2015-09-14 Thread Thanet Knack Praneenararat (AdWords API Team)
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, 
sebastian.lame...@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 
>> well-formed 
>> ad's and this is the reason the UI cannot generate a preview for them? 
>> The 
>> error message I get is the following:
>>
>> "There was an error with your operation. If you were trying to make a 
>> change, it may not have saved. Please refresh this page to try again. If 
>> the error continues, log out of your AdWords account, then log in again 
>> and 
>> return to this page."
>>
>> Strangely enough, if I enter the ad and click "save", after I do that 
>> the UI becomes able to show the preview.
>> Can somebody explain this to me?
>>
>> 2) App Engagement Text Ads.
>> Apparently, with my program, the "Call to Action" field is loaded 
>> correctly but when shown in the preview it is not loaded correctly. I 
>> attach an image to this post so you can understand the problem. In the 
>> image, where it says "INSTALL" it should say what the "Call to Action" 
>> field says, but this is not what I get.
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.

Re: Placeholder Feed Item Report Not Returning Keyword ID or Keyword

2015-09-14 Thread Anthony Madrigal
Hey Stephen,

All of your feed items in your report were either Sitelinks or Callouts. 
These particular feed types do not have a Keyword associated to them, which 
is why they are coming up as "--" in your report. An example of a feed type 
that has keywords is ad customizers.

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/761334ba-8a84-4e0b-9085-b7dc04790a1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Service Account - creation + access

2015-09-14 Thread sid
Hi,

Can you please help me in understanding:

1) Can I use a service account to make "create/manage" campaign calls, 
like 
https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/basic_operations/add_ad_groups.rb.
 
Please note, it's a captive ad account.

2) Pretty much followed the YML file 
in 
http://stackoverflow.com/questions/27066634/google-adwords-api-error-invalid-grant
 
but the keyfile isn't being picked up, says " Key file '...p12' does not 
exist or not a file. (AdsCommon::Errors::AuthError)". I'm on windows and 
have kept the keyfile in ENV['HOME']/. When I use the absolute path it 
gives me "PKCS12_parse: mac verify failure (OpenSSL::PKCS12::PKCS12Error)". 
It can't parse the file structure. Can you help me find a solution?

Will appreciate any help I can get!

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/519e5677-4283-4074-aba3-78f080bfa3ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Estimated total conversions for keywords?

2015-09-14 Thread igor kontext
Hello.
Where to take the figure for api keywords "Estimated total conversions"?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fad49e8e-723f-4093-ad97-1e1663b49037%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get the label, if any for an account using Python API

2015-09-14 Thread William Engels
Hi Anthony,  

Thank you for the response.  I tried following your instructions, but I 
get: 

WebFault: Server raised fault: '[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'AccountLabel']'

I changed the line you mention, line 58, to 

selector = {'fields': ['CustomerId', 'Name', 'AccountLabel']}

What is the correct way to do this?  Sorry, I'm not sure I understand how 
your selectors work.  Thank you!

On Friday, September 11, 2015 at 9:22:52 AM UTC-5, Anthony Madrigal wrote:
>
> Hi William,
>
> You can get the AccountLabel 
> 
>  
> of your accounts contained in your top MCC by using the 
> *ManagedCustomerService. *
>
> You can follow this example 
> 
>  
> as a starting point. There are only a few modifications needed to get it, 
> such as adding *AccountLabel *in the selector in line 58 and in the print 
> statement in line 83 of that example.
>
> 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/71c5a33d-d7bf-40fe-a00a-7b02000b269f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread Umesh Dengale
Hi Rohit,

You could use the CampaignService 

 to 
get the campaign data. There are other campaign-related services e.g. the 
CampaignCriterionService 

 (to 
get campaign-level criteria information), the 
CampaignExtensionSettingService 

  
(get extensions information at the campaign level). Please check out our API 
services reference document 

 and *Campaign management* section of API guide 
 for 
detailed information related to the campaign.

Cheers,
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/1e5627b0-d28d-43bf-bdba-60c7ca127275%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Estimated total conversions for keywords?

2015-09-14 Thread Umesh Dengale
Hello,

The EstimatedTotalConversions 

 information 
is available for Account, Campaign, AdGroup (could be retrieved using 
ACCOUNT_PERFORMANCE_REPORT 

, ADGROUP_PERFORMANCE_REPORT 

, CAMPAIGN_PERFORMANCE_REPORT 
)
 
and not available for the keywords. Please check out our Report guide 

 for 
more details.

Cheers,
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/d4f77bf6-a7e7-4c79-9a23-9febb205cf98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: If I have my own software platform, could I integrate the Google AdWords API into it for my clients to use?

2015-09-14 Thread Anthony Madrigal
Hi,

Yes, you can use your own software platform that integrates AdWords API. A 
lot of users create applications that use the API. Here are some Demo 
Applications  that 
show sample applications using AdWords API.

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/5118b6a8-9576-4d57-89da-e06af1bb572a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Anash Oommen at PubCon 2015

2015-09-14 Thread Brett Baggott
I was resolved to the fact that I'd miss this year's PubCon due to family 
obligations. However, now that I know Anash Oommen himself is going to be 
there, I'm really bummed. Those that can go should definitely take 
advantage. PubCon is the only "gotta go if possible" conference for me. 
Full disclosure, I have no association with PubCon except for attending 
about 6 of the years so far.

If you can, go.

~Brett

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/756ea827-06bc-497f-8324-45a6dca6e1f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Settings

2015-09-14 Thread jonathan

I don´t have an API like java or .NET, so first I want to update the 
language from soapUI, so I have problems even with soapUI and I got the 
error that i put before, I remove the language and after I try to add the 
new one buu the error is the same, In soap how can i create the necessary 
tags That i need, like in the example of java.

El miércoles, 2 de septiembre de 2015, 13:29:08 (UTC-5), 
jona...@garagecoders.net escribió:
>
> Hi, I'm trying to change some params of my campaign from ( Using iOS - 
> objective C ), the parameters I'm trying to change are, Language, Start 
> Date, End Date, Location and Devices, also I get a list of languages that 
> Adwords api provides but I don´t know hot to show the locations or the 
> devices that are available for a campaign, so I I don´t know what services 
> I need to consume in order to achive the valid locations and devices an how 
> to update this values in the current campaign.
>
> 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/2ef470c8-4b8a-4d5d-bb4a-9792cb7ba750%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: KeywordText when pulling Keywords Performace report

2015-09-14 Thread Umesh Dengale
Hi Vadim,

In AdWords API v201506, the KeywordText field is removed 
 from 
the KEYWORDS_PERFORMANCE_REPORT 

 and CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT 

 as it was a duplicate of the Criteria 

 column. 
You could use the Criteria field to get the Keyword text. Please check out 
our migration guide  

v201506 
 for 
other changes.

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/ffe298e8-798c-4c27-875e-a9612ba67318%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2015-09-14 Thread Construtiva Sis
Hi,

I am using the service account to grab the campaigns but after generating 
tokens and the xml have returned this error, I am using my MCC properly, 
below useful data:



 






thank you!!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d4282d0b-5a04-4451-b5b8-9d22a6452019%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem or Bug - creating or editing a TargetCpa Bidding with TargetCpaBiddingScheme()

2015-09-14 Thread Anthony Madrigal
Hey Valentin, 

For any object of type *Money* in AdWords API, you will need to set the 
microAmount 
.
 
You were getting an error since your microAmount of 100 is invalid. $1.00 
is equivalent to 1,000,000 micro units, so please use a valid amount.

If you are still facing issues after modifying this, please let me know.

Regards,
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/89397aa4-78cd-406c-a9bd-b6400cc7470f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Service Account - creation + access

2015-09-14 Thread Umesh Dengale
Hello,

I Strongly recommend against using service accounts. It has very limited 
benefits comparing to normal flow and requires you to be 
a domain administrator. 
Please verify that you followed the steps provided in OAuth2.0 guide for 
the Ruby client library. Please check out our OAuth2.0 guide for Ruby 
client library 
 for more 
details. If you still have any issues, please provide me privately the SOAP 
XML request and response logs. Just click *Reply privately to author* in 
the forum when responding. Don't forget to remove the developer token 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/ec7b6898-251d-44f8-b199-ae4b8602163e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2015-09-14 Thread Nadine Sundquist (AdWords API Team)
Hi Alex,

For Extension Settings Services 
, 
we don't separate the process of creating the site link from attaching it 
to a campaign. It's all done in one mutate 

 
call. We still have the feed services option because there are a few cases 

 
where it could be useful to use feeds.

Each of our client libraries 
 have 
examples on creating site links. Here's an AddSiteLinks 

 
example in Java, if you want to take a look. You'll want to add a 
CampaignExtensionSetting 

 
with your associated SiteLinkFeedItems 

 
for each campaign.

Best,
Nadine, AdWords API Team

On Monday, September 14, 2015 at 10:13:37 AM UTC-4, Alexander Cavalli wrote:
>
> Hi Umesh,
>
> Thanks for the suggestion, that was what I was originally considering 
> doing. But it seems like that will make different sitelinks across the 
> campaigns, unless I use sitelinks that already exist (i.e. ones that I have 
> the Adwords IDs for) and the SET operation within mutate. I'd like to share 
> the sitelinks across the multiple campaigns, since they will actually be 
> the same sitelinks (and I'd rather not store a mapping between the unified 
> sitelink on my end on the many different sitelinks on the Adwords end). It 
> sounds like in order to do this with the ExtensionSetting services I'd have 
> to go with the approach I originally suggested: ADD to one campaign (to get 
> the IDs), and then SET on the remaining campaigns. If that's the case, 
> that's fine, I was just wondering if there was some way to separate the 
> implicit creation of the sitelinks happening on the ADD step from the 
> campaign-sitelink mapping happening on both the ADD and SET steps. 
>
> Thanks again for the help,
> - Alex
>
> On Thursday, September 10, 2015 at 4:45:13 PM UTC-5, Umesh Dengale wrote:
>>
>> Hi Alex,
>>
>> Yes, you are correct. The CustomerExtensionSettingService 
>> 
>>  will 
>> apply the sitelinks to all campaigns in the account. You could use the 
>> CampaignExtensionSettingService 
>> 
>>  to 
>> add the sitelinks to specific campaigns.  You could create the 
>> CampaignExtensionSettingOperation 
>> 
>>  for 
>> an individual campaign and pass these CampaignExtensionSettingOperation 
>> objects (Campaigns you want to add the sitelinks) to an array as input to 
>> the CampaignExtensionSettingService.mutate 
>> 
>>  operation.
>>
>> 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/23e5e60b-b69e-43ad-a3a2-aa48952ca804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


can't create text_ad with url

2015-09-14 Thread Kimsrung Lov
Hi Adwords team,

I hope this email finds you well. I got a question here about setting 
params for text_ad. For the latest, it sites that destination url still can 
be used if we are not using upgrade urls. However, I got an error while I 
was trying to set url param. I wonder if it's still possible to set url or 
should I just set final urls. Here is an example of my creation text ad: 

{:ad_group_id=>"19070218244",

 :ad=>

  {:xsi_type=>"TextAd",

   :headline=>"Listing Directory",

   :description1=>"Advertising agency",

   :description2=>"Directory Publisher",

   :display_url=>"www.example.com",

   :device_preference=>30001,

   :url=>"http://example.com"}}


I'm looking forward to hearing from you.

Thanks,
Kimsrung


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fe6e3023-4b70-4cce-a1c7-74547e53abf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to catch Errors.

2015-09-14 Thread John Geliberte
Hi guys, Good day!

I would like to ask if how can i handle an error gracefully. i'm planning 
to catch an CustomerSyncError.INVALID_CAMPAIGN_ID @ selector as a 
workaround to my problem.
Im using java by the way. thanks in advance.

Good day.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2f7aedba-37a8-46b9-a0fd-2516f7e7f6ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread Umesh Dengale
Hi Rohit,

You could use the Campaign Performance Report 

 to 
get statistics aggregated at the campaign level. 

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/06d47ba0-32d0-421e-9b49-458be5576952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: After Migrating over to v201506 in Perl, my app does not work.

2015-09-14 Thread Shintaro Kurihara
 

Nadine, thank you for your answer.


I was able to solve the problem by the solution you suggested.

Just in case, I will show what I did to CtmplexType.pm in the following.

$ diff ComplexTypeOriginal.pm 
APP_TOP/lib/perl5/Google/Ads/SOAP/Typelib/ComplexType.pm
31a32,33
> use Class::Load;
>

Shintaro Kurihara.

2015年9月12日土曜日 2時17分07秒 UTC+9 Nadine Sundquist (AdWords API Team):
>
> Hi Shintaro,
>
> Thanks for all the details. I made a change to *ComplexType.pm* in 
> version 4.0.0 of the Perl client library 
> . I 
> use a different dependency manager in a different environment, which would 
> explain why I missed this being an issue. Could you do me a favor by adding 
> *use 
> Class::Load* at the beginning of *ComplexType.pm*? You may also need to 
> add it as a requirement in *Build.PL* if that's how you install your 
> dependencies. If that works for you, I'll make the official fix. I've filed 
> a Github issue  on 
> your behalf, so I can officially keep track of it. 
>
> Thanks,
> Nadine, AdWords API Team
>
> On Friday, September 11, 2015 at 8:58:37 AM UTC-4, Shintaro Kurihara wrote:
>>
>> After Migrating over to v201506 in Perl, my app does not work.
>>
>> Hi everyone.
>>
>> I just migrated over to v201506 and my application dose not work.
>>
>> A warning message encountered was *"Undefined subroutine 
>> ::Load::is_class_loaded called at 
>> APP_TOP/lib/perl5/Google/Ads/SOAP/Typelib/ComplexType.pm line 87."*(line 
>> of following url.)
>>
>> https://github.com/googleads/googleads-perl-lib/blob/master/lib/Google/Ads/SOAP/Typelib/ComplexType.pm#L86
>>
>> when commenting out this line(ComplexType.pm line 87), my app work well.
>>
>> In my application, line which occurs the above message is "use 
>> Google::Ads::AdWords::v201506::OrderBy;" .
>>
>> *How do I solve this problem?*
>>
>> My development environment is following.
>>
>> ==
>> Development environment
>> ==
>> $ uname -a
>> Linux clweb321v 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 
>> i686 i386 GNU/Linux
>>
>> $ cat /etc/redhat-release
>> CentOS release 5.3 (Final)
>>
>> $ perl -v
>>
>> This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux
>>
>> Copyright 1987-2011, Larry Wall
>>
>> Perl may be copied only under the terms of either the Artistic License or 
>> the
>> GNU General Public License, which may be found in the Perl 5 source kit.
>>
>>
>> I use Carton as dependency manager. And I issued following command to 
>> update API Version.
>> $ carton install Google::Ads::AdWords::Client
>> $ cat cpanfile  | grep "Google::Ads::AdWords" cpanfile
>> requires 'Google::Ads::AdWords::Client' => '== 4.0.1';
>>
>> Thanks,
>>
>> Shintaro Kurihara
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ab3202ed-3763-4db3-9266-44ecf66f4e3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get the NUMBER OF COOCKIES into audience

2015-09-14 Thread Lusine Hovhannisyan
Hi. 
Does anybody know how to get the number of coockies into an audience into a 
radius of a specifies geo location.
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/42da5a3b-c3aa-4f5a-bd43-a07cde33f728%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get the label, if any for an account using Python API

2015-09-14 Thread Anthony Madrigal
Hi William,

Sorry for the confusion. Even though AccountLabel is the object type, when 
adding the field to the selector, you should use *AccountLabels.*

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/269cc252-d06e--9760-a592322dd035%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread rohit . patil+1

>
> I need to access these information attatched in this post.
>
please Help :) 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad267740-4af8-4a3f-8380-84b53cdc61c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get the label, if any for an account using Python API

2015-09-14 Thread William Engels
Awesome, yes I got it to work.  Much appreciated.

On Monday, September 14, 2015 at 12:59:51 PM UTC-5, Anthony Madrigal wrote:
>
> Hi William,
>
> Sorry for the confusion. Even though AccountLabel is the object type, when 
> adding the field to the selector, you should use *AccountLabels.*
>
> 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/cabbc3f7-a747-4609-a2d7-a0ccd3b2e514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


KeywordText when pulling Keywords Performace report

2015-09-14 Thread Vadim Dribinsky
Is it possible to pull KeywordText field when pulling Keywords Performance 
report? If yes, can you give me an example selector? I'm using this one 
currently:

{'reportName': 'api report (keywords performance report)', 
'downloadFormat': 'TSV', 'reportType': 'KEYWORDS_PERFORMANCE_REPORT', 
'dateRangeType': 'CUSTOM_DATE', 'selector': {'fields': ['CampaignName', 
'AdGroupName', 'Id', 'KeywordMatchType', 'Clicks', 'Impressions', 
'QualityScore'], 'dateRange': {'max': '20150418', 'min': '20150418'}}}


Same question for Campaign Negative Keywords Performance Report

Vadim Dribnksy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/44bcb665-981e-443c-af87-177a18f39e0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TargetCpaBiddingScheme broken?

2015-09-14 Thread Valentin
Hey,

I have a *problem creating or editing a target cpa bidding strategy* 
(TargetCpaBiddingScheme) 
with the Adwords PHP libary v201506.

We're using the following code:

$biddingStrategyService =$user->GetService('BiddingStrategyService', 
ADWORDS_VERSION);


$sharedBiddingStrategy = new SharedBiddingStrategy();
$sharedBiddingStrategy->status = 'ENABLED';
$sharedBiddingStrategy->name = 'example strategy name';
 
$biddingScheme = new TargetCpaBiddingScheme();
$biddingScheme->targetCpa = new money('100'); 
$sharedBiddingStrategy->biddingScheme = $biddingScheme;

$operation = new BiddingStrategyOperation();

$operation->operator = 'ADD';
$operation->operand = $sharedBiddingStrategy;
 
$result = $biddingStrategyService->mutate(array($operation)); 
$newBiddingStrategy = $result->value[0];



Here is what the API returns: *[RequestError.UNKNOWN @ 
operations[0].operand.biddingScheme.targetCpa] *

However, if I comment out the line *$biddingScheme->targetCpa = new 
money('3000');* from the example above it says*: **[RequiredError.REQUIRED 
@ operations[0].operand.biddingScheme.targetCpa]*

That doesn't make sense to me. Whats wrong with that line? Or is that a bug 
in the PHP library or even worse the Adwords API itself?

Any help appreciated! 

Thanks in advance,

Valentin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/41dea936-6f75-4996-9986-8029f61321ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem or Bug - creating or editing a TargetCpa Bidding with TargetCpaBiddingScheme()

2015-09-14 Thread Valentin
Hey,

I have a *problem creating or editing a TargetCpa Bidding strategy 
(TargetCpaBiddingScheme) with the Adwords PHP libary v201506*.

We're using the following code:

$biddingStrategyService =$user->GetService('BiddingStrategyService', 
ADWORDS_VERSION);

$sharedBiddingStrategy = new SharedBiddingStrategy();
$sharedBiddingStrategy->status = 'ENABLED';
$sharedBiddingStrategy->name = 'example strategy name';
 
$biddingScheme = new TargetCpaBiddingScheme();
$biddingScheme->targetCpa = new money('100'); 
$sharedBiddingStrategy->biddingScheme = $biddingScheme;

$operation = new BiddingStrategyOperation();

$operation->operator = 'ADD';
$operation->operand = $sharedBiddingStrategy;
 
$result = $biddingStrategyService->mutate(array($operation)); 
$newBiddingStrategy = $result->value[0];



Here is what the API returns: *[RequestError.UNKNOWN @ 
operations[0].operand.biddingScheme.targetCpa] *

However, if I remove the line *$biddingScheme->targetCpa = new 
money('100');* from the example above it says: * [RequiredError.REQUIRED @ 
operations[0].operand.biddingScheme.targetCpa]*

That doesn't make sense to me. Whats wrong with that line? Or is that a bug 
in the PHP library or even worse the Adwords API itself?

Any help appreciated! 

Thanks in advance,

Valentin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dc099291-5c7a-4eb3-ab0a-45984677b48a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread rohit . patil+1
I tried to access campaign related data through api and these count was 51. 
Any one tell me exact count or fields that can be accessed.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d89eb6ce-688a-49ef-9dae-fe6ec815f6c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.