Why don't you make a custom object that you use to persist to your
database.  That way you can provide your own ID and keep Google's
campaign name.

e.g.
class MyCampaign {
  private int myId;
  private String googleCampaignName;
}

Also, Google's campaigns HAVE ids - you could always rely on that
(http://code.google.com/apis/adwords/docs/developer/
Campaign.html#id)..

On Oct 9, 2:06 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> Could someone please clarify this?
>
> We want save google snapshot into our local database.(Using Java)
>
> I see descriptiveName in the Google AccountInfo, so, I guess I can set
> our account id there.
> But there is no descriptiveName in Google Campaign Object.
>
> If I use our id in Campaign.setName(), then my campaign name would be
> numbers than plain text.
>
> How do I map Google Campaign to our Campaign?
>
> Please help.
>
> Thanks,
> Das
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to