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; > Sh

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/+

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:2

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 wa

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 Pranee

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 =

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 Th

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 t

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 AdW

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) Pre

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

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', '

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

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/+GoogleAdsDe

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://google

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

2015-09-14 Thread rohit . patil+1
Hi Umesh, Thanks for this valuable info. :) On Monday, September 14, 2015 at 11:11:14 PM UTC+5:30, Umesh Dengale wrote: > > Hi Rohit, > > You could use the CampaignService > > to > get the campaign data. There a

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

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.* > > Chee

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', 'dateRa

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 SharedB

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 SharedBidd

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 equivale

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

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

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_

[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+: ht

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 dis

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

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

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

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

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

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 possib