Hi Hum,
Apologies for the delays, you apply for an Advertiser account by going to
http://adwords.google.com and hit the "START NOW" button at the top right
corner. Keep in mind that you can't use the same login/email you used to
apply for your developer/MCC account.
I'm really sorry to hear yo
Does this takes forever
On Wednesday, November 7, 2012 3:01:46 PM UTC-8, Hum Hawks wrote:
>
> Hi,
> I am using adword api, I supplied client customer id, when I run the
> campaignService,mutate, it still ask for it?
>
> Google charge API use, why no one support?
>
> Humm
>
--
--
=~=~=
Where and how do I apply for advertiser account, I applied for APIacess
with credit card and $10 many weeks ago, don't know if it approved or not.
Are there example code THAT WORKS FOR THE NEW APPROCACH??
Why this adword API so poored used/documented and we are charged for API
usage?
On Wednes
Hi,
You need to make sure you are hitting the sandbox endpoint. In the old java
library you do by saying user.useSandbox(true); and make sure you call get
campaings first so you sandbox account gets properly initialized.
The right order will be:
- call get campaigns with no client id set
Hi, Paul:
I used single java client library(not soap):
public static void main(String[] args) {
try {
// Log SOAP XML request and response.
AdWordsServiceLogger.log();
// Get AdWordsUser
I did! I used the GetAccountHierachy example, the only change I made were
the login credentials(with my real email/passcode):
AdWordsUser user = new AdWordsUser(username, passcode, "", "",
username + "++" + currencyCode, true);// new
It still says the same thing:
Hi Hum,
Please follow the instructions outlined in this
guide https://developers.google.com/adwords/api/docs/sandbox
Basically you need to initialize your sandbox account first and obtain a
sandbox account customer id that then you can use to get/add campaigns.
Best,
- David Torres - AdWords
Here is my java client code using Sandbox:
private String endpointServer =
"https://adwords-sandbox.google.com/api/adwords/cm/v201209/CampaignService";;
AdWordsUser user = new AdWordsUser(username, passcode, "", "", username +
"++"
+ currencyCode, true);
AdWordsService service =
Hi Hum,
Which client are you using? Do you have the SOAP Request / Response to help
us isolate the problem?
Cheers,
- Paul, AdWords API Team.
On Wednesday, 7 November 2012 23:01:46 UTC, Hum Hawks wrote:
>
> Hi,
> I am using adword api, I supplied client customer id, when I run the
> campai
Hi,
I am using adword api, I supplied client customer id, when I run the
campaignService,mutate, it still ask for it?
Google charge API use, why no one support?
Humm
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogsp
10 matches
Mail list logo