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)
> 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')
>
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
> 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
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
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
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
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 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
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
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.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
> 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
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
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 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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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:
> 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
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
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
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
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
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
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
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
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
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
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
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
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
32 matches
Mail list logo