What are the required dependenci​es to upload offline conversion​s with Java, Maven, and GCLID

39 views
Skip to first unread message

Mark Jones

unread,
Jan 5, 2015, 6:25:10 PM1/5/15
to adwor...@googlegroups.com

Hello,

For reference to the following links:

 
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>

Josh Radcliff (AdWords API Team)

unread,
Jan 7, 2015, 10:50:57 AM1/7/15
to adwor...@googlegroups.com
Hi,

If you are using Axis, you can just depend on the adwords-axis module, 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.

Cheers,
Josh, AdWords API Team
Reply all
Reply to author
Forward
0 new messages