at it
defaults to Activate, which is just as bad if the current status happened
to be Paused.
The only change that I really need to make is to the bid - is there any way
the change ONLY the bid, and leave the status untouched?
thanks
Reed
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
n the past has
always matched up with “Content” with no problems.
Thanks,
-reed
--~--~-~--~~~---~--~~
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-api
leading caps. Does that make them unique keywords?
Here are the keyword IDs: 3686720727, 3686720787
thanks for shedding any light onto this!
-reed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API
Here's what I do. We used to pull the keyword performance data via
the API, but the costs (both in Google bills and processing time)
became an issue. We still use the API to pull the campaign and
adgroup information each night for all customers' accounts (those are
"cheap" calls to the API and t
I'm seeing the same thin - I did a spot check and didn't see any with
enableSeparateContentBids set to "true." Here are a couple of
campaign IDs:
9102704
7325619
8331041
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
I use ColdFusion for all of our adWords API interfacing. Some of our
newer code uses the CFSCRIPT object notation, while other code
(including the
AddAdGroups calls, take the older approach of using the tag to
create the SOAP document, then send that document off to adWords via a
request. Belo
Jeff - The last I checked (earlier this week), I didn't see any V13
code samples available on the documentation site - they were all V12.
Do you know if/when they will be updated? The V12 sunset is coming up
on us...
thanks
Reed
On Jan 14, 11:12 am, AdWords API Advisor
wrote:
> Hell
d.
thanks,
-reed
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, send email to
I pull the Placement Performance reports for a handful of clients
every day (for the previous day's data) via an automated script that
does the usual request report, check status/download report,
sequence. Runs every day with no problem. Starting this past
Saturday (3/21/09) it reports no error
se seen anything like this?
Thanks everyone,
Reed
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscrib
mes it doesn't, but since I probably do thousands of calls to
the API every night, it's bound to happen more often than I'd like.
Is there logic behind this behavior that I'm not aware of? I don't
recall ever seeing mention of this before.
thanks
-reed
--~--~-~--
in the adGroup?
thanks
-reed
--~--~-~--~~~---~--~~
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-api@googlegroups.com
To unsubscribe from this group, s
Is it possible to use the API to access montly account billing
information? I cannot see anything in the docs, so checking here with
the experts! Am hoping that I can automate my current manual process
of logging into each client's AdWords account to print out the monthly
invoicing information.
f the criterion service options require an adgroupID, so that
seems to be a dead-end as well.
thanks,
-reed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send e
Are you specifying the match type ("keyword type") in the report
request? It might be that the multiple lines are for differing match
types on the same ad.
On Nov 2, 3:39 pm, semdev wrote:
> Hi,
>
> We see for many of our clients that in the Ad Performance report
> (DefinedReportJob.selectedRepo
et...@xxx.com
xxx xxxAPI xxx xxx _xxx
986856585 TextAd
2227395525 Paused
SENDING SOAP TO:
https://adwords.google.com/api/adwords/v13/adService
thanks!
-reed
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this gr
never mind. I failed to capitalize the "A" in "https://
adwords.google.com/api/adwords/v13/adService" - jeesh!
On Nov 10, 10:24 am, Reed wrote:
> I'm getting this error from the V13 adservice when I try to update the
> status of an existing ad. Have been stari
ad status is 1, etc)?
thanks,
-reed
--
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...@google
Given that there are a limited number of aggregation levels available
for reporting, one alternative would be to use the GUI to schedule a
daily report for each aggregation level of the previous day's data and
have that report automatically emailed to you. Then all you have to
do is to process the
If you're pulling lots of adgroups and keywords then I'd recommend the
Structure Report. I pull around 200k adgroups and around 5+ million
keywords every night using the Structure reports. They haven't moved
the reporting to V2009 yet, so you need to do V13 API calls.
--
You received this mess
I've been following this thread with curiosity. Given the variety of
ways that the various search engine marketing APIs (so I'm not just
picking on Google here) use to signal an error (500, refused
connections, ignored connections, as well as the ever popular method
of just sending back some form
passwords were changed and are working just fine!
Any ideas?
Thanks,
Reed
--~--~-~--~~~---~--~~
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-api@googlegroup
How about this - provide an API service that simply accepts a target
language and returns an XML doc (or CSV, I don't really care but think
that XML would be better suited to the international usage) containing
the error codes and a translated string and any other information on
the nature of the e
n in V2009 helps to make
that easier. Plus, the technology I use (Adobe ColdFusion) makes it
very simple to create an XML SOAP request, pass it to a webservice and
parse the XML response.
thanks,
-reed
--
You received this message because you are subscribed to the Google Groups
"AdWords API
e more recent (V200909) releases require any changes to them? is
this a library that is being maintained along with the client
libraries? It's a great idea.
thanks
Reed
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post
Yes. Do it all the time. Nothing special beyond using the same
insertion syntax you use in the Web UI.
-reed
On Mar 16, 10:47 pm, Chris
wrote:
> Hi Guys,
>
> So I think my subject title pretty much states my question - I would
> like to know if keyword insertion is possible via th
Here is what I am using and it works ok.Also note that it doesn't
seem to care what you give it for campaign status filtering: You can
put junk in for the campaign status and it doesn't throw any errors.
I included the stats option for grins and giggles but always seem to
get zeros back.
FYI,
happens, so for now all I have to go on is
the 502 error code.
thanks
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http
Maybe I'm not doing this right, but when I feed an adWords V2009 WSDL
address to soapUI all I ever get back is a skeleton SOAP doc with
everything marked as "optional" and "?" characters as placeholders.
No enumerations of values, etc. The WSDL seems to have that info - am
I missing something?
Fo
on1,description2 and headline don't appear under the ad
element, but when I look at the code in the per-call migration guide
it looks like they should appear under the element. Did I read
that wrong?
thanks, -reed
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.goog
attribute "xsi:type" associated with an element
type "v20:ad" is not bound."
I'm confused about this since I didn't think that "xsi:" needed to be
declared anywhere in the schema. Where did I go wrong?!
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=
OK, I think nI licked this one - needed to add this:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
in the namespace declarations. SOAPUI didn't put it in when it
created the SOAP template, and it never caught my attention.
thanks for the other pointer on the
Moving along in the V13>V2009 process, the following SOAP request
gives the above error, but I cannot figure out which element is
causing the problem. Have tried variations of just about everything,
always get that error. Must be something simple, but I don't see it.
thanks!
-reed
Her
sorry for the most, please ignore. I left out the ns prefixes.
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com
be there, and is for an MCC account. What did I do wrong? The error
XML looks different from the error XML from campaign management calls,
should that be the case?
thanks,
reed
SOAP REQUEST:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:v20="https://adwords.google.com/api/adwords/
the selector, I have to specify the "cm" namespace
for the min and max elements!
Did I miss some documentation somewhere that spells out which are in
which namespace?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on
Following error coming back from changing a bid, cannot understand.
Includes request ID etc.
thanks,
-reed
http://schemas.xmlsoap.org/soap/
envelope/">e70c8251bb044efbb350376c5bdb050817143soap:Server[AdGroupCriterionError.BID_INCOMPATIBLE_WITH_ADGROUP
@ operations[0].operand.bids;
docs anywhere? Does this mean that the
data items are named the same (including case) in both the SOAP
request and the returned XML doc? How would we know when new fields
are added, without doing periodic calls and comparing the results?
thanks,
Hope this helps,
-reed
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v200909">
xyzzy
plough
Mike - Only the newly announced services (ReportingService mostly) are
V2010. The previously released, such as CampaignService, are V2009.
Maybe Eric can confirm this.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.co
Correct, you must use auth tokens, not email/passwords.
re V2010, I see that that are a couple of small changes to the
CampaignService in V2010 over V2009, but they don't look like they
would affect pulling the list of campaigns. I'll try upgrading my
script to V2010 and see if anything breaks.
FYI, the XML that I showed works fine under V201003 - just change the
ns reference [and get the auth token :)]
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v201003">
Also need to be sure to use this for the posting of the SOAP request:
https://adwords.google.com/api/adwords/cm/v201003/CampaignService
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
task that
gets the current auth token and stores it for you to use in the API
calls, otherwise the auth service will start sending back a captcha
challange instead of the token if you call it too often.
Good luck,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on ou
port layout for each of those accounts? Or do I need to do
the Mutate ADD for each of the auth tokens, with the same SOAP body of
the common report definition parameters, and then do the HTTP GET for
each pair of auth token and report definition ID?
thanks much,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=
DD because they were in the
list from GetReportFields, but didn't come back in the actual report?
One last question: is there an explanation of just what the
"SignificanceData" is that would be returned in the various
"xxxSignificance" metrics?
Sorry f
BTW, what is the API cost for pulling reports in V2010? The rate
sheet only indicates the API costs for the SOAP calls (GET, MUTATE,
etc) but not for the HTTP GET that actually executes and returns the
report.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discu
data item is? For V13
this all used to be in the docs, but in V2010 it seems to have moved
into the API itself.
thanks,
-reed
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/c
I was seeing this all day yesterday, and was about to post about it
when you did your posting. But today it seems to be working - if I
leave out "Id" from the selector, I get back
a valid xml document that includes the adID value. Yesterday I was
getting the exact behavior you posted, and noticed
campaign. I have not checked
other client accounts to see if similar problems exist in other
accounts.
Copies of the actual data files can be provided, but not publically.
Thanks for the help,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion grou
I meant to mention that we also logged onto the UI, brought up the
adgroup listing for the campaign, then did a View Source of the page,
and the adgroup name had 2 spaces in it.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.bl
ok into this problem.
thanks,-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a
I cannot find any menion in the API docs for dealing with Product
Listing Ads or Product Extensions, either for managing them or
retrieving their settings (if they were managed in the UI). Are there
any plans for this support in the API?
thanks,
-reed
t the biddingStrategy is required - even though it's in my
SOAP. What did I screw up?!
thanks,
-reed
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
*
I should have said that I was trying to create a campaign, not an
adgroup
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
ManualCPC
I tried using SOAPUI to get the syntax right, but it wasn't specific
enough to this case. I know it's gotta be something simple & stupid
that I'm doing, but I just don't see what it is!
thanks for the help,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
s:v20="https://adwords.google.com/api/adwords/cm/
v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
***
***
V201003 Create Campaign
ADD
RENFRO 42
PAUSED
DAILY
60
STANDARD
https://adwords.google.com/api/adwords/
cm/v201003" xsi:type=&
gatives is still 39
long, with all the "performance" metrics that don't seem to apply to
negatives. Will that list be changing? Dittoe for the corresponding
reports for negative placements.
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog a
ervice? I can get the "conversions"
column but not the individual parts of the conversion.
Here is a sample report ID for one that I just ran: 3742095
thanks!
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsap
d the
individual conversion metrics. What's the story with them - those
conversion metrics are real important numbers!
thanks for the help,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google
ormance metrics but can give me delimited files that are
smaller. Changes on the interface side have eliminated my existing
solution of using scheduled email reports to receive that data.
than ks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discuss
LeadValue
PageViewCount
PageViewValue
DefaultCount
DefaultValue
Transactions
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/a
.
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the
BTW, can you give us the enumerations of values for the
ConversionTypeName and ConversionCategoryName fields, so we know what
to parse for on our end when we receive the data?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http
x27;s values for Google's click-fraud
adjustments), and that would be a lot of reports to have to pull.
thanks
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://group
only get zero impression reports for a
single day at a time. Is this the correct interpretation of how it
should be working?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group
ch keyword, and everything matched what is shown on the Interface.
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Yo
was pulled yesterday (for 10/1/;10 data) was good.
I guess I need to start checking the "cost" value to see if it
contains a "." and divide by 100 if it doesn't?
Really gets people's attention when they think they'
I should have included the report ID in my posting - 8550223
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You
s
for all of my reports instead of XML - will those have the cost-
related data in dollars or in micros?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/gr
the row's data. Starting this morning that attribute is no longer
present, even though the "Date" selector is still in the report
definition.
THis happens for every report I try - ie, it's not sporadic. A couple
of report IDs (don't ahve the request IDs for the report
Let's pretend I didn't make that posting. Sorry, version skew problem
on my code.
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/a
equest and response
XML docs from the report definition. Both the Report Definition
request and download request return a 200 OK status.
thanks,
-reed
REQUEST:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201008";
xmlns:xsi="ht
ign
has a stats data item with ALL. Do I have to call
CampaignTargetService to get the networktargetlist data to see that
this is a search only campaign, and if so then just what is the above
information from the CampaignService telling me?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
rest of my jobs that pull data, request reports,
etc., using the last good auth token (from the previous day) are
working just fine. Is this the expected behavior?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http
e campaigns that are video or that have banners (and
what if a campaign had both banner and keyword ads?) but that seems to
be a nightmare solution.
help!
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://gro
_Angeles
Here is the download URL:
https://adwords.google.com/api/adwords/reportdownload?__rd=5775744
which comes back with http status of 200 OK but the CSV file is 40
bytes and has the above error string in it. The report definition
response has no errors in it.
Eh?
thanks,
-reed
--
=~=~=~=~=~=~=~=~=
Just checking - any comments on this this approach to the problem?
thanks
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
he size of the account.
This is the only way I can get the display network performance data at
this granularity, so this is getting to be a serious problem.
thanks!
Reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspo
99% of which is the search network activity.
So it boils down to two questions: Am I going in the right direction
to get the pieces of "missing" data, and 2) is there any other source
of data that flows into the account performance reports that I a
DestinationUrl is the name of the report definition field for the
Destination URL.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
are you sure that the client email address in the download request
matches what was used to get the auth token, and that both match what
were used to define the report. And that the report_id in the URL of
the download request is what was returned in the xml from the report
definition call?
--
=
I think this started happening around the 24th - at least that's when
people started complaining about the data I'm loading. I'm seeing the
following: When I request keyword performance files I specify CSV as
the format. In cases where there are modified broad match keywords,
I'm seeing the keywor
:
Request ID=7e514dbcfe4cd90a7ef10b4390f12063 Report ID=3719745
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
nload, and that
retrying the download of the same report Id would be the way to go? Or
some other strategy?
thanks
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adword
nt, Automatic
Placement, and if so are they distinct or overlapping?
Thanks for helping to clear this up in mind!
Reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=
eting. Any Status?
As always, thanks!
Reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message becau
pecific
month? Any more examples coming in the php library for
TargetingIdeaService?
thanks,
Reed
SOAP:
http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://
schemas.xmlsoap.org/soap/envelope/" xmlns:cm="https://
adwords.google.com/api/adwords/cm/v201003
Thanks Anash! Here it is:
36d67fd1b5f12983f475c89ff28088a9
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received th
ipped). But the CSV files coming back seem to ignore the
predicate, and only have rows for data with impressions greater than
zero.
thanks,
-reed
SOAP (without header) is:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201008";
xmlns:xs
erformance
report and adgroup performance reports as being DSA that would be perfect.
thanks,
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/a
concerned with? We're using the criteria perf report to identify the PLAs
- which is a great improvement over the previous API versions.
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
ertain as to whether
criteriaType='User List" always means that the campaign is remarketing.
Seems like I've been seeing user lists longer than there were remarketing
lists.
thanks,
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
able to make sense out fo the data coming back in the
performance reports. Being able to identify the data belonging to these
keywords is crucial, as is knowing the destination URL that was triggered
(to get the tracking data).
thanks
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
ping - any info on this?
thanks
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
answer=2475865
thanks
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 sub
;> level of need would be to retrieve the labels information at the
>> campaign,adgroup, etc., levels in order to understand the hierarchy that
>> has been created. Finally there is the need to actually manage the labels
>> via
rolled
back to the 201109 library, still see the same problem. Not sure what
debugging info to include since this is the adhoc reporting.
thanks
-reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http
Feed this:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201206";>
XXX
XXX
XXX
CLICK_PERFORMANCE_REPORT
To:
https://adwords.google.co
Hi - is there an update on this topic, re API support for YouTube videos?
Or information on when there might be support? I'm thinking primarily from
the reporting side of things, rather than the campaign management side.
thanks
reed
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
1 - 100 of 205 matches
Mail list logo