AdWords API addCriteria won't return the 'id'

2009-04-20 Thread Grant
I'm using the Google::Adwords perl module and I can't get the addCriteria call to return the new criterion's id. Can anyone see what I'm doing wrong? my $criterion_keyword = Google::Adwords::Criterion->new ->adGroupId($adgroupid) ->criterionType('Keyword') ->text($text)

AdWords API Re: addCriteria won't return the 'id'

2009-04-21 Thread Grant
> I'm using the Google::Adwords perl module and I can't get the > addCriteria call to return the new criterion's id.  Can anyone see > what I'm doing wrong? > > my $criterion_keyword = Google::Adwords::Criterion->new >         ->adGroupId($adgroupid) >         ->criterionType('Keyword') >        

AdWords API Google::Adwords perl module update for v2009?

2010-02-15 Thread Grant
Does anyone know if the Google::Adwords perl module will be updated for v2009? I can't seem to get ahold of the author. -- 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-...@googlegroups.com. To u

AdWords API Re: Google::Adwords perl module update for v2009?

2010-02-17 Thread Grant
> There is aperlmodulefor v2009...just not on CPAN. > > http://code.google.com/p/google-api-adwords-perl/ Very interesting. Any idea why it isn't in CPAN? - Grant -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" grou

AdWords API google-api-adwords-perl: "No Make or Build file detected"

2010-02-18 Thread Grant
A Gentoo dev is trying to put together ebuilds for google-api-adwords- perl and its dependencies, but he's getting: >>> Unpacking source... >>> Unpacking google-api-adwords-perl-1.3.0.tar.gz to >>> /var/tmp/portage/dev-perl/google-api-adwords-perl-1.3.0/work >>> Source unpacked in >>> /var/tmp/p

AdWords API Re: google-api-adwords-perl: "No Make or Build file detected"

2010-02-19 Thread Grant
p://bugs.gentoo.org/show_bug.cgi?id=305621 This is apparently fixed now so there is a Gentoo ebuild for google- api-adwords-perl ready to go: http://bugs.gentoo.org/show_bug.cgi?id=305621 - Grant -- You received this message because you are subscribed to the Google Groups "AdWords API Fo

Re: AdWords API Google::Adwords perl module update for v2009?

2010-02-19 Thread Grant
to help in any way > if possible. > > -- > Rohan Thank you for writing Rohan. There is a Gentoo ebuild for Google's perl library now: http://bugs.gentoo.org/show_bug.cgi?id=305621 - Grant > > Does anyone know if the Google::Adwordsperlmodule will be updated > > for v2

How can I learn google-api-adwords-perl?

2010-06-29 Thread Grant
I had no problem learning to use the v13 Google::Adwords modules, but I'm having a very difficult time with the "docs" included in the source for google-api-adwords-perl. How did you guys figure it out? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion g

Can anyone post a simple google-api-adwords-perl example?

2010-07-07 Thread Grant
Can anyone post a simple example of the syntax required to make a google-api-adwords-perl call? The examples here: http://code.google.com/p/google-api-adwords-perl/source/browse/#svn/trunk/example are doing way too much and I get lost in them. My perl skills are weak. I would really appreciate

Check ad's editorial approval?

2010-07-23 Thread Grant
Is there a way to check an ad for editorial approval with v200909 without actually creating the ad? I used to do this with v13 as a way to prevent the program from dying due to a fault, but I can't figure out how it's done with v200909. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Shorthand serialization in google-api-adwords-perl?

2010-07-23 Thread Grant
Is there another method of serializing to TextAd (for example) with google-api-adwords-perl besides this: use Google::AdWords::v200909::Types::TextAd; ... ad => Google::AdWords::v200909::Types::TextAd->new({ It seems too static and a bit messy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Different destination URLs for Search Network & Display Network

2010-10-31 Thread Grant
My API app currently only utilizes the Search Network. I'd like to add support for the Display Network, but I'm not sure which method I should use to generate different destination URLs for the search network and the display network so I can track their conversions separately and set bids appropria

Re: google-api-adwords-perl: $client->get_last_soap_request

2012-02-28 Thread Grant
> http://google-api-adwords-perl.googlecode.com/svn-history/r8/trunk/lib/Google/AdWords/Client.pm > Is there no way to save the SOAP/XML request and response? - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Re: google-api-adwords-perl: $client->get_last_soap_request

2012-04-17 Thread Grant
Hi David, is there any way to save the SOAP request and response in a variable like $client->get_last_soap_request and $client->get_last_soap_response used to allow for? - Grant On Monday, March 12, 2012 7:39:35 AM UTC-7, David Torres wrote: > > Hi Grant, > > Short answe

Any google-api-adwords-perl people for hire?

2012-05-24 Thread Grant
Hello, I need to hire someone experienced with google-api-adwords-perl to update some basic perl scripts to the latest API version and hopefully some stuff after that. Please reply off-list. Thank you, Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Does $client->set_die_on_faults(1); still work?

2012-06-08 Thread Grant
Does $client->set_die_on_faults(1); still work in google-api-adwords-perl? It worked in v200909 but I'm not sure about v201109_1. - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

NotEmptyError.EMPTY_LIST @ operations

2012-07-22 Thread Grant
id => $id }, userStatus => $status }) })] }; Can anyone tell me what is wrong with the request? - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Number of keywords in campaign

2012-07-27 Thread Grant
pensive as far as API units. Is there a more efficient way to do this? - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

keyword URL requires separate operation?

2012-07-27 Thread Grant
When adding a new keyword, I don't see any way to specify a destination URL. Is destination URL required to be set in a separate API call from the call which adds the keyword? - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Number of keywords in campaign

2012-07-31 Thread Grant
> if you're only interested in the total number, you can set the numberResults > of the paging settings to zero and just use the totalNumEntries field of the > returned page. This way, your request should not incur any API unit costs. Perfect, it costs 1 API unit, thank you Do

Re: keyword URL requires separate operation?

2012-07-31 Thread Grant
ed the keyword ID to be included in the destination URL which is why I'm making separate calls to add the keyword and then assign the destination URL. Thanks, Grant >> When adding a new keyword, I don't see any way to specify a destination >> URL. Is destination URL required to b

Error sending / receiving message

2012-11-17 Thread Grant
I'm getting the following error pretty consistently but at seemingly random times: Error sending / receiving message: at /usr/lib64/perl5/vendor_perl/5.12.4/Google/Ads/AdWords/Deserializer.pm line 111 How can I fix this? - Grant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

new Budget functionality -- like this?

2012-11-17 Thread Grant
then create a campaign which specifies the Budget ID? Is this correct? - Grant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: new Budget functionality -- like this?

2012-11-19 Thread Grant
Thanks Takeshi. Can I reference the budget name instead of the budget ID when creating a new campaign? Can I change the budget by creating the budget again with the same name? - Grant On Sunday, November 18, 2012 6:56:34 PM UTC-8, Takeshi Hagikura wrote: > > Hello Grant, > > B

selecting from customer_client returns flat heirarchy (php)

2023-02-28 Thread Grant Horwood
i have a laravel project which uses the google ads api, and i am attempting to make a select from the `customer_client` table but getting unanticipated results. of the four initial customers that i get in `runExample` by calling `getAccessibleCustomers`, one should be a manager account with sev

enhancing conversion errors with 'conversion action not active'.

2023-11-23 Thread Grant Horwood
Hi, I am attempting to enhance an existing conversion in google using the php sdk, however the the call to `uploadConversionAdjustments()` returns the error from google: ``` Make sure you specify an active conversion action that can be adjusted., at conversion_adjustments[0].conversion_action

enhancing conversion via api errors with 'conversion action not active'.

2023-11-23 Thread Grant Horwood
Hi, I am attempting to enhance an existing conversion in google using the php sdk, however the the call to `uploadConversionAdjustments()` returns the error from google: Make sure you specify an active conversion action that can be adjusted., at conversion_adjustments[0].conversion_action Th

Unexpected "CONCURRENT_MODIFICATION"

2011-04-22 Thread Crosby Grant
We are experiencing this error, albeit through the AdWords Editor. This seems like this place to be for API-related technical issues, even if usually Editor help is handled elsewhere. In this scenario, no other users are logged in, and it is happening during very large uploads (~500,000 updates to

SearchQuery_Performance adHoc report - how to relate KeywordID to AdGroupCriterion

2012-01-19 Thread Crosby Grant
How should we relate the KeywordID returned in SearchQuery_Performance reports back to the AdGroup ID + Keyword/CriterionID returned in a Keyword Performance report? Am I correct in assuming this is still a compound key: AdGroupID + Criterion/KeywordID? Or is KeywordID yet another Key (that doesn

XML Schema for downloaded reports?

2012-01-27 Thread Crosby Grant
Please pardon the noobish question here? I'm looking for a way to get the XSD of the 201109 AdHoc reports. The actual reports that we can download. I'm not looking for the XML for the report definitions that we send to request the report. I'm looking for the Schema of the report that gets downlo

Re: XML Schema for downloaded reports?

2012-01-27 Thread Crosby Grant
sorry, to clarify: When I download a report using XML in v201109 adhoc reporting, is there a way to get an XSD document for that too? using the .net library. thx. On Jan 27, 7:35 pm, Crosby Grant wrote: > Please pardon the noobish question here? > > I'm looking for a way to get

Cannot create Test Account for Adwords API

2018-04-03 Thread Grant . Webb
It informs me that an unapproved developer token can only make calls against test AdWords accounts. I have tried making test Adwords accounts, using many different emails and accounts to no avail. Best, Grant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b