Sorry, I posted before completing the question. The constructor that
takes a Dictionary parameter is not part of the latest version of the
C# library. Should it be there?
On Feb 23, 10:46 pm, ralphstevens wrote:
> The AdWordsUser constructor that takes a Dictionary
--
You received this message
The AdWordsUser constructor that takes a Dictionary
--
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 unsubscribe from this group, send email to
adwords-api+unsubscr...@go
Hi Eric,
Please have a look at my previous post in addition to this one.
Should the parameter name for the sandbox url be "alternativeUrl" in
the adwords.properties file?
I noticed a post on the issue at
http://code.google.com/p/google-api-adwords-perl/issues/detail?id=7#c0
After executing display
Hi Eric,
Thanks for your quick response.
The example you provided is for a deprecated version. If you go to the
link that you provided and then click on "Project home", you will see
that information.
I tried to execute the display_stats.pl that came with the
installation of google adwords api v20
I have been getting the exception below about 25% of the times calling
Google v200909 AdWords API.
There is no HTTP proxy used and network on my side seems to operate
normally.
nested exception is:
java.net.NoRouteToHostException: No route to host
AxisFault
faultCode: {http://schemas.xmls
We are using Python, and using the python client library for the low
level calls. Here is some sample logic:
...
server = self._connect('AdGroupCriterion')
operations = []
for criterion in criteria:
operations.append({
'operator': 'SET',
'
Ok, I'm able to get a different error now:
'faultcode' => 'soap:Client',
'faultstring' => 'Message part apiUsageType was not recognized.'
Using this code:
use Data::Dumper;
use Google::AdWords::Client;
use Google::AdWords::v200909::InfoService;
use Google::AdWords::v200909::Types::InfoSelector;
Last month we reminded you that on April 22 most v13 services will be
turned off. In 60 days, the following v13 services will no longer be
accessible (read more at
http://adwordsapi.blogspot.com/2010/02/60-days-left-to-migrate-to-v200909.html):
- CampaignService
- AdGroupService
- Criterion
Hi Eric
related_search =
@ti_srv.module::RelatedToKeywordSearchParameter.new
base_kwd = []
options[:keywords].each do |k|
base_kwd = @ti_srv.module::Keyword.new
base_kwd.text = k
base_kwd.matchType = 'BROAD'
end
related_search.keywords = [base_kwd]
a
Hi All,
Thank you for reporting this problem. We are still investigating it
and I'll update you when I have more information.
Best,
- Eric Koleda, AdWords API Team
On Feb 21, 10:39 am, majco wrote:
> It is possible to check only after real campaing started, it's true.
> But to the date of 18.2
Hi,
Which language are you using? Are you using one of the client
libraries? Can you post some of the code that is used to make this
request?
Best,
- Eric Koleda, AdWords API Team
On Feb 22, 9:04 pm, Aihua wrote:
> Noticed that when try to pause trials or update trials through API
> calls in
Hi AdWords API Forum,
I'm in the process of converting a perl app over to use the new v2009
API from the v13 CPAN modules. I'm having difficulty finding
documentation on how to get up and running with the new perl libraries
and am just trying as a test to see if I can connect and read our
quota. I
Hi Suraiya,
The SOAP XML request is invalid because it is missing the and
elements that wrap around the parameters. You can see the
get_all_ads.pl sample code for how to get these elements to serialize
correctly:
http://code.google.com/p/adwords-api-perl-samples/source/browse/trunk/src/v200
Hi,
i actually use the Adwords API in PHP, all is working good except for
Geotargeting.
if i want to target a country i do :
// Create geo targets.
$geoTargetList = new GeoTargetList();
$geoTargetList->campaignId = $campaignId;
$geoTargetList->targets = array(new CountryTarget('FR'));
But i don
We are trying to upload a campaign to one of our existing accounts and part
way through, an attempt to upload keywords is failing out repeatedly with
this exception.
java.io.IOException: Failed to do client auth with Gaia server.
at
com.google.api.adwords.lib.AuthToken.getAuthToken(lib:Aut
Hi Eric,
Is it possible to generate stats while looping through adGroupAd?
My goal is to retrieve the title, description, landing url and display
url while showing the CTR.
My code in PHP is the following, however I'm not getting the CTR data:
if (isset($result->entries)) {
foreach ($re
Similar to below, may I please have a sample request for
AdGroupCriterionService.mutate operator=SET for multiple criterion in one
AdGroup?
(I'm expecting to see sample requests like this somewhere under
http://code.google.com/apis/adwords/v2009/docs/reference/ but have been
unable to do so. Plea
Hi,
Please see my response on your other thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/d1289c9397a46443/
Best,
- Eric Koleda, AdWords API Team
On Feb 20, 6:54 am, "freesystems.t...@gmail.com"
wrote:
> Hi,
>
> edit group giving error
> SoapFault Object ( [message:pr
Hi,
Since the ads in the sandbox never run there are no related stats.
Stats will only be returned in the production environment.
Best,
- Eric Koleda, AdWords API Team
On Feb 23, 3:37 am, dzin dzintaras wrote:
> Why is it that when asking for statistics for keywords of particular
> adgroup in r
Hi Andreas,
I'm glad that worked, and good point about the examples.
Best,
- Eric
On Feb 22, 4:35 am, scrat wrote:
> Hi Eric,
>
> that was for the solution. Maybe that should be added to the
> AddAdGroupCriteria.php Example
> so replace:
> $adGroupId = 'INSERT_AD_GROUP_ID_HERE';
>
> $adGroupId
Hi Ales,
This most likely means that the customer has an outstanding balance on
the account that hasn't been paid. More information is available if
you log into the AdWords web interface with that account.
Best,
- Eric Koleda, AdWords API Team
On Feb 22, 8:30 am, Ales Sturala wrote:
> Hello,
>
Hi,
This is related to a bug in how the SoapClient class handled long
values. Please see the following thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/364a50bd2197a915/
Best,
- Eric Koleda, AdWords API Team
On Feb 22, 2:02 am, "freesystems.t...@gmail.com"
wrote:
> e
Why is it that when asking for statistics for keywords of particular
adgroup in return xml date range for which stats were asked for is not
specified (no such problem for adgroups)
Adgroup part of request:
51816
2101
23 matches
Mail list logo