This recent thread discusses what needs to be cached:
https://groups.google.com/forum/?fromgroups#!topic/adwords-api/xr8pRG8NkF8[1-25]
Oliver
On Wednesday, August 15, 2012 1:12:45 AM UTC+1, stepanian wrote:
>
> When I create an AdWordsUser object using the Java client library v201109,
> does i
When I create an AdWordsUser object using the Java client library v201109,
does it cache the authentication token behind the scenes?
If no, do I need to account for it manually? How?
If yes, does it also do it when creating AdWordsUser objects in separate
threads (processes)?
Recently I have
(tried removing IsNegative, along with all sort of combos of other fields,
to no avail...)
>
>
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=
Thanks for responding.
While I have a workaround, I didn't solve this the conventional way... (see
below)
I would very much appreciate anyone's assistance.
What I am trying to do is use the reporting service to get a complete
snapshot of my account's keywords, e.g.: all active, paused, deleted
Via Adwords API, Is there a way i can download the Javascript generated
for the remarketing Tags.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~
More specifically, why are these fields incompatible with Device?
- BudgetLostImpressionShare
- ExactMatchImpressionShare
- ImpressionShare
- QualityLostImpressionShare
Jim
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http:/
I am working on some code which submits a v201109 report on a specific
campaign.
All I want to do is add the "Device" output column so that I can measure
mobile performance. However when I add "Device" to the selector fields,
the request fails with this error:
!!!2|||-1|||ReportDefinitionErro
Note: properties_file with a variable would allow us to select individual
accounts but then would require us to have every account's login
information stored in multiple property files on the server, which is
undesirable. We would like the credentials to be supplied by user/database
retrieval a
Note: Even if we were to use properties_file with a variable to select
different files for each account, that means we also still have to have
every single account's login data hardcoded on a properties file on the
system, and we would like to avoid this if at all possible.
On Tuesday, August 1
The timezone is not being shifted based upon the observance of daylight
savings time.
I pulled a report for today:
103526900,2012-08-14,1.0,4,1,7.59,9,(GMT-05:00) Eastern Time
The current offset should be GMT-04:00
B
On Wednesday, February 29, 2012 6:05:16 PM UTC-5, Eric Koleda wrote:
>
> Hi
Hi,
Currently working on upgrading our Perl Client Library from 2.5.4 to 2.7.0.
Because the program we use to access the API must be able to access
individual accounts, we do not currently use an adwords.properties file to
supply parameters to the new client as the parameters are supplied by th
FYI: Max length for query field in search_query_performance_report appears
to be 128 (based on sampling)
I'm setting it a tad higher to be safe.
Cheers.
~Crosby
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http:
nope. new. unique creativeID.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are su
I'd head over to the AdHoc reporting and dust off an
"AD_PERFORMANCE_REPORT".
https://developers.google.com/adwords/api/docs/appendix/reports
There is the spec.
Basically, if you want just the "structure" data (with no metrics like
impressions, clicks, etc.), then exclude the Day from your list,
thanks
resolved / "bug"
My workaround - I'll just fetch it with the campaign service. It's pretty
light compared to the others anyways.
Thanks,
~Crosby
On Tuesday, August 14, 2012 9:54:56 AM UTC-4, Crosby
(StoneTempleConsulting) wrote:
>
> Hi,
> Anybody know what fields will trigger an AdHoc
Hi,
How can I retrieve report that containing the the following fields: *ad_id,
ad_group, account_id, campaign_id*
*
*
Thanks in advances,
hagay.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google
This is what I was told back in May when I asked this same question:
There's a known issue where the Account Performance Report will only return
back rows for which there are impressions. This is true only for the
Account Report.
Oliver
On Tuesday, August 14, 2012 2:54:56 PM UTC+1, Crosby
(
I run AddCampaignTargetingCriteria.php and i receive:
An error has occurred: Unmarshalling Error: cvc-elt.4.3: Type
'ns1:Location' is not validly derived from the type definition, 'boolean',
of element 'ns1:isNegative'.
I can not figure out what is the problem.
Thank you
--
=~=~=~=~=~=~=
Hi,
When i try to publish or update AgeRange to CampaingCriterionService. I am
getting the following error.
CriterionError.CANNOT_ADD_CRITERIA_TYPE.
AgeRange ar1 = new AgeRange();
ar1.setId(503001);
ar1.setAgeRangeType(AgeRangeAgeRangeType.AGE_RANGE_18_24);
ageTargets.add(ar1);
And try to
Hello all,
I was using ClientLogin authorization method in my server application for
several months, but now it throws CaptchaRequired error because of too much
authorization attempts for about 100 client_customer_id in a batch, so I'm
looking for the way to get 100+ client accounts processed (
Hey,
I don't think it is a corporate firewall issue because I can get an example
to work easily easily on my Linux Mint partition.
I tried a basic hello world example which was what I provided snapshots of
before and it failed to work on Win 7. It did get further in the process
when I turned
Hi,
I've been implementing the BudgetOrderService and tried to get the budgets
for a bunch of clients (I have been whitelisted) and, to my surprise, while
it works for some of the clients, it
returns CUSTOMER_NOT_WHITELISTED_FOR_API for most of the clients (talking
in numbers: 18 "working" and
Hi,
Anybody know what fields will trigger an AdHoc report to kick down the
account Structure data (primarily, name and accountId).
I found this, which may have been updated (it is old), and at any rate does
not include a crib sheet for account_structure equivalent...
http://adwordsapi.blogspot.co
Hi,
It depends what you mean by supported. Starting with v201206 (and
onward) the ReportDefinition object is not a part of the WSDL, because we
removed the ability to retrieve stored ReportDefinitions via the
ReportDefinitionService.
However, we will still support downloading AdHoc report do
Hi Reed,
Yes, the issues are fixed in v14.7.0 of the .NET client library, you may
use it. If you face any new issues, feel free to ping this thread or open a
new issue at http://code.google.com/p/google-api-adwords-dotnet/issues/list.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Monday, 13
Hello Brandon,
We are looking to improve all of our libraries and the one for PHP in
particular. At the moment the changes are limited due to backward
compatibility requirements.
A more major rework in considered for future though. It will be great if
you could log your ideas as feature reque
Hello hagay,
Please follow the guide here:
https://developers.google.com/adwords/api/docs/signingup
-Danial, AdWords API Team.
On Sunday, August 12, 2012 5:56:01 PM UTC+4, hagay wrote:
>
>
> Hello,
> I am new to Google Adwords. I just got an access to MCC account. How can i
> get a develo
Hello Dilip,
This forum is for technical questions regarding AdWords API only. Please
contact the AdWords support regarding billing issues:
http://support.google.com/adwords/
-Danial, AdWords API Team.
On Saturday, August 11, 2012 8:10:45 PM UTC+4, Dilip Kumbhar wrote:
>
> I have paid som
Hello Tim,
Thank you for the feedback. It is great to hear the issue is resolved.
-Danial, AdWords API Team.
> On Monday, August 13, 2012 6:13:26 PM UTC+1, tozor wrote:
> >
> > We are caching the AdwordsUser instance in our code (which contains
the
> > token). However we were doing this in
Hi Kevin,
Thanks for the response. I've checked the soap_xml.log and unfortunately
all the customer IDs there are 0. Well I hope your team can fix the bug.
On Tuesday, August 14, 2012 2:49:52 AM UTC+8, Kevin Winter wrote:
>
> Hi,
> Could you please check the SOAP XML log (see the README) after
> Behind the scenes, they are getting marked as paused and a new one is
> being created.
>
But has the new created ad the same creativeId?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com
EDIT: marked as _deleted_
On Tuesday, August 14, 2012 8:46:20 AM UTC-4, Crosby
(StoneTempleConsulting) wrote:
>
> (without verifying, and your mileage may vary...)
> This is a long-standing "feature" of AdWords.
> You can't actually "edit" an ad or a keyword, etc.
> Behind the scenes, they are ge
(without verifying, and your mileage may vary...)
This is a long-standing "feature" of AdWords.
You can't actually "edit" an ad or a keyword, etc.
Behind the scenes, they are getting marked as paused and a new one is being
created.
(Remember the notfication you opted out of long ago in the web UI
anybody know?
bonus: link to a reference with such limits?
I found this, but it appears incomplete...
(e.g.: no reference to "query" field in the SEARCH_QUERY_PERFORMANCE_REPORT)
https://developers.google.com/adwords/api/docs/appendix/limits
FYI:
v201109
awapi_dotnet_lib_v13.3.0
--
=~=~=~=~=~
I am talking about the creativeId passed by ValueTrack's {creative}.
Thanks in advance.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hello,
I have a problem firing the Google Adwords pixels from Client side to
server side.
my objective is to import into GA data for registration and deposit events
that occur within 3rd party secure pages accessed via 3rd party software
and mobile applications (iOS webapps, Android AIR and HT
Thanks. Much appreciated.
Oliver
On Monday, August 13, 2012 6:13:26 PM UTC+1, tozor wrote:
>
> We are caching the AdwordsUser instance in our code (which contains the
> token). However we were doing this in the reporting part of our
> application based on the account email, which is not the s
Hi Kevin,
Will ReportDefinition remain supported after 201109 or 201109_1 sunset?
On Wednesday, July 25, 2012 1:47:06 AM UTC+5:30, Kevin Winter wrote:
>
> To clarify, yes, they have been removed permanently with v201206. The
> published XSDs can be used to generate code/serialize objects.
>
>
38 matches
Mail list logo