Hi,

I just checked the staus of job it shows cmpleted but still not able
to see even a single add in live adwords account. Still the same
problem for bulk upload every thing works fine when i linked my
application to google sandbox but when i linked it to live environment
bulk upload stop working.

On Jun 15, 4:58 pm, Pulkit <pul...@gmail.com> wrote:
> Hi,
>
> I am facing a problem with bulk upload.
> I have an MCC account and an adwords client account. I linked both the
> accounts and all the billing information in both the accounts are
> perfect. My developer token is approved.
>
> Now i have an application which is designed to upload bulk ads keeping
> all the restrictions imposed by google in my mind. i tested it in
> google adwords sand-box it works perfectly. But when i tried it to
> test it with google live accounts i am not able to see even a single
> ad in live account. Problem is i am not receiving any error.
>
> The script which i wrote has exception handling mechanism so if there
> is any error it should be displayed by script. I am using PHP for
> writing script and google adwords PHPLibrary.
>
> Code looks like this :
>
> try {
>         $user = new AdWordsUser();
>         $user->LogDefaults();
>         $bulkMutateJobService = $user->GetBulkMutateJobService('v201008');
>         -------------------- GOOGLE CODE TO upload bulk records
> --------------------
>         $message = "Script finished uploads of ads successfully please
> check your results in Adwords UI.\n Total upload count is
> $upload_count. ";
>
>       }
> catch (Exception $e) {
>    print $e->getMessage();
>   $message = "Script dosen\'t finished uploading of all ads but
> because of some error it stopped working error is : \n ".$e-
>
>
>
>
>
>
>
> >getMessage()." \n Total upload count is $upload_count. ";
> }

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to