Hi Ken,
You should take a look at CustomerSyncService (
http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html)
which can give you the change history for your account. You could use that
detail to decide what campaign / adgroup to retrieve. See
http://code.google.co
I need to relate ad performance to keyword and placement. The
Criteria Report doesn't seem to offer this. Any other suggestions?
On Jan 11, 7:13 pm, jstedman
wrote:
> If you want data aggregated by keyword or placement url, you might want to
> check out the Criteria Report.
>
> https://code.goo
Hi,
Wondering if we have an MCC with api access, could we create another
MCC/manager account below our account with API? So then we could
create few more account below that manager , so the manager will only
have access to account below them. If possible, could point me to the
reference?
Thank yo
I want to set AdScheduleTarget, but I cannot find enough information
for this.According to the specification.
Under CampaignTargetService, there is a note:
Note: As of v201109, only AdScheduleTarget is available in
CampaignTargetService; for all other campaign-level target types,
refer to the Cri
Hey MM
Thanks !
On Jan 18, 12:39 am, mm wrote:
> Hey KD -
> Now that only AdHoc reporting is supported, you are no longer able to
> download a report with just an id - you have to supply a full report
> definition in your request. Look
> athttp://code.google.com/p/google-api-adwords-java/sour
Update - we implemented a "diff" algorithm, and only post operations to
mutate() if we absolutely have to. This bypasses the problem. Therefore
this issue is not of critical importance to us anymore.
For more details...
To recap the problem - if you REMOVE a target and then ADD it again short
When running a Keyword report in v13, the data for both the Search and
Display Network will be returned in the same report.
I have tried running the v201109 Ad Hoc Keyword Performance Report and
it never returns the Display Network data. I have added a predicate
(where AdNetworkType1 is CONTENT or
David, it's actually not only the sandbox. I've been waiting for the fix
for a few weeks now...
For now, you might have to ask your customers for their customer number, of
course you can limit that to customers who are not part of an mcc...
figuring that out is another story too :) This is an a
Hello,
When I tried to use LanguageSearchParameter as a selector
searchparameter for TargetingIdeaService (v201109) with the language
code I got an invalid_criterion_id error. However when I switched to
using ID, the searchparameter started working. Can someone help me
figure out the reason, pleas
I understand that you mean some web URL from Google which is looks
like Adwords, but connected with Sandbox.
Where is not such URL (at least for public, may be Google have it for
own purposes).
Regards,
Evgeniy.
On 17 янв, 22:46, Dmitry Orlov wrote:
> Not the same I meant but thanks for a respo
It's a known bug in the sandbox server, it always returns a customerId of 0
for the mcc account.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~
It's on the client api site.
http://code.google.com/p/google-api-ads-python/issues/list
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Using the get_account_changes.pl example application (in Perl) and
examining the documentation for the API I cannot seem to find how to
access the change information that will allow me to poll the account
login that made each particular change?
Within the Adwords UI I can see when different logins
In the V13 Structure Report if I got ad info via
Creative
I could include a column for budget information
DailyBudget
which was returned as an element named "budget"
I cannot find this option in the v201109 Ad_Performance_Report.
Also, in the docs for v201109 Ad_Performance_report the item "AdTy
Not the same I meant but thanks for a response.
On Jan 17, 10:33 am, Evgeniy Bogdanov wrote:
> Hi Dmitry.
>
> Yes, Google have Adwords APISandboxViewer
> project:http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-release...
> or you can
> usehttp://code.google.com/p/google-api-adword
Hello AdWords folks,
Just as the topic says, I'm trying to migrate from v13/v201101 to v201109
and am curious about the suggested method for getting customerId in a
non-mcc account. If I use the method suggested here
http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/ad
Hey David -
Where's the issue tracker?
Thanks -
mm
On Jan 17, 12:36 pm, David Bonner wrote:
> Yeah, we do the same approach pretty much everywhere, and after switching
> to 15.x, campaign creation fails with a name collision, presumably because
> validateOnly is being ignored.
>
> Thanks for iso
Yeah, we do the same approach pretty much everywhere, and after switching
to 15.x, campaign creation fails with a name collision, presumably because
validateOnly is being ignored.
Thanks for isolating this and posting it to the issue tracker, I see
they've already at least accepted the bug.
--
Alex:
Please be notified that you have to remove unwanted targets
before adding the new ones. You cannot use operator SET
to update targets for CampaignCriterionOperation.
On Jan 17, 10:01 am, Minh Le wrote:
> Don't try to use ProximityTarget when it is not supported in v201109.
> You should use
Don't try to use ProximityTarget when it is not supported in v201109.
You should use Proximity instead.
I don't know what programming language you're using, but you can take
a look at these snippets in C#:
List criteria = new
List();
//Language criterion
Langua
Anash,
Just so I'm clear, AuthenticationMode should be set in the App.config,
right?
Thanks,
Jared
On Jan 17, 5:12 am, "Anash P. Oommen" wrote:
> Hi Jared,
>
> Depends on how you are creating the AdWordsUser object. If your
> application's App.config/Web.config has Email key set and you have
>
Hey KD -
Now that only AdHoc reporting is supported, you are no longer able to
download a report with just an id - you have to supply a full report
definition in your request. Look at
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/DownloadAdHocReport.java
inst
Oh, interesting... have you tried it with partialFailure=true for
these requests?
On Jan 16, 6:45 pm, Peter wrote:
> Hey mm,
>
> Yeah this was working before. I did afew follow up tests and it looks
> like validateOnly doesn't work period. I tested both add, delete and
> update keyword operation
Hi there, we've almost migrated to the new AdHoc version of the keywords
report but I have a question about the differences between the results,
returned by the two different versions about the status of the keyword -
old version (v13) would return "Disapproved" as a separate status, while
the
We're trying to add call extensions to our campaigns in bulk using the API,
but having some issues doing so.
We're able to add these extensions successfully, but only with the 'Show my
business phone number only on high-end mobile phones (CPC)' option
selected. Instead, we want the call extens
Yes, I checked this twice now. Same issue.
On Jan 16, 3:31 pm, "Anash P. Oommen" wrote:
> Hi Tapac,
>
> I'll investigate this issue and update this thread. Just to be sure, you
> are using the MCC login for OAuth authentication, right?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
--
=~
Hi Hardik,
When downloading the report using ad hoc reports, you can choose the type
of report, and the columns you need in the report. See
http://code.google.com/apis/adwords/docs/appendix/reports.html for the list
of supported report types and columns.
Cheers,
Anash P. Oommen,
AdWords API Ad
Hi Jared,
Depends on how you are creating the AdWordsUser object. If your
application's App.config/Web.config has Email key set and you have
AuthenticationMode = ClientLogin, then the error shouldn't happen.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hello,
when creating campaign using AdWords UI I can check mobile carrier
target "wi-fi traffic" in carrier list,
but when I try to get campaign targets via API, I cannot see this one
coming.
I also cannot see this carrier's CriteriaId in this list:
http://code.google.com/apis/adwords/docs/append
One way is to look at code of reportUtils.downloadReport which will
allow downloading of report without reportID, is there any other way
(downloading using reportID)?
On Jan 17, 4:01 pm, K D wrote:
> Hi
>
> Migrating to v201109, from the example
> at,http://code.google.com/p/google-api-adwords-j
Hi Dmitry.
Yes, Google have Adwords API Sandbox Viewer project:
http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html
or you can use
http://code.google.com/p/google-api-adwords-php/wiki/SampleWebApp
as your Sandbox viewer.
Regards,
Evgeniy.
On 17 янв, 05:19, Dmitry Orlov w
31 matches
Mail list logo