Hi,

If you are using Axis, you can just depend on the adwords-axis module 
<http://mvnrepository.com/artifact/com.google.api-ads/adwords-axis>, e.g.,

  <dependencies>
    ...
    <dependency>
      <groupId>com.google.api-ads</groupId>
      <artifactId>adwords-axis</artifactId>
      <version>1.36.0</version>
    </dependency>
  </dependencies>

If you are using JAX-WS, then you'll want to depend on the adwords-appengine 
module 
<http://mvnrepository.com/artifact/com.google.api-ads/adwords-appengine>.

Cheers,
Josh, AdWords API Team

On Monday, January 5, 2015 6:25:10 PM UTC-5, Mark Jones wrote:
>
> Hello,
> For reference to the following links:
>
> *https://github.com/googleads/googleads-java-lib* 
> <https://github.com/googleads/googleads-java-lib>
> https://developers.google.com/adwords/api/docs/guides/importing-conversions
>  
> I am working on a project where customers visit a web site and dial a 
> phone number where the conversion is recorded.  After the call is complete, 
> a follow-up sales call is made to the customer and if the sale is made I 
> need to upload the offline conversion to the adwords account.
>
> The original advertisement will have a GCLID.  
>
> I am trying to figure out the minimal set of maven dependencies in order 
> to perform the task. 
>
> Thanks for your help. 
>
> Maven artifacts
>
>  AdWords
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>ads-lib</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>adwords-axis</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>
> DFA
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>ads-lib</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>dfa-axis</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>
> DFP
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>ads-lib</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>     <dependency>
>       <groupId>com.google.api-ads</groupId>
>       <artifactId>dfp-axis</artifactId>
>       <version>RELEASE</version>
>     </dependency>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86934a5c-29fd-4a8d-b9d0-4cfd077c3c9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to